Example Pen Markers A marker is a locator on a map. It’s generally shown as a balloon hanging over the marked location. GMaps offers the addMarker() method to add a marker. It accepts an object literal with the following properties for the marker: lat: Latitude lng: Longitude title: Title displayed on mouseover icon: Custom image for the marker details: Custom object with extra data infoWindow: In
