Currently I can retrieve the center point of the map using
new google.maps.LatLng(map.getCenter().lat(), map.getCenter().lng());
What I am now trying to do, is get the left-center OR the right-center point of the map. For example:
Link to example image
As far as I know, there is no built in Google Maps API function to retrieve either of these points.