Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 6, 2011 03:13
Show Gist options
  • Save SpencerCooley/1266412 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1266412 to your computer and use it in GitHub Desktop.
//add an event listener to the black marker
google.maps.event.addListener(marker,'click', function(){
infowindow.open(map, marker);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment