Using Google Maps API v3, how do I programmatically change the marker icon?
What I would like to do is, when someone hovers over a link - to have the corresponding m
Call the marker.setIcon('newImage.png')... Look here for the docs.
marker.setIcon('newImage.png')
Are you asking about the actual way to do it? You could just create each div, and a add a mouseover and mouseout listener that would change the icon and back for the markers.
div
mouseover
mouseout