Get the Latitude and Longitude on a Google Map
The easiest way to get the Latitude and Longitude coordinates of a Google Map is go to directly to the desired map in your browser and then plug in the following into the address bar:
javascript:void(prompt(”,gApplication.getMap().getCenter()));
Voila! A JavaScript prompt should pop up with the coordinates.