Google Maps
From Richard's Wiki
Excellent Google Maps API Links
- Google Maps API Examples and Test Pages is probably the definitive set of Maps API examples.
- Google Maps Widgets from Bill Chadwick has interesting overlays.
Show Google Maps Lat/Long
To display the lat/long of the center of a Google Map, put the following into the browser location bar:
javascript:void(prompt("",gApplication.getMap().getCenter()));
This can also be bookmarked.