Hi, Was wondering, how do I add a custom marker to google maps, JavaScript, integrated into my site.
This code adds a regular marker:
var marker = new GMarker(center);
map.addOverlay(marker);
but where do I insert an image tag (say, "marker.png" ) for it to appear instead of the regular google marker?
Thanks!