Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 3, 2011 16:28
Show Gist options
  • Save SpencerCooley/1259523 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1259523 to your computer and use it in GitHub Desktop.
var marker = new google.maps.Marker({
//this is just telling where on the map to drop the marker
position: new google.maps.LatLng(40.7257,-74.0047),
//tells which map to add it to. We named the map, map earlier
map:map,
//add title
title:'this marker is not draggable'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment