I just wondered if anyone knew of a simple script available that will do the following:
Load a google map in view, when clicked it displays a marker that will save t
Check out Google maps API v.3. From the events page:
google.maps.event.addListener(map, 'click', function(event) { // use event.latLng to place a google.maps.Marker });