Skip to content

Instantly share code, notes, and snippets.

@chyld
Created April 29, 2014 16:40
Show Gist options
  • Save chyld/11405669 to your computer and use it in GitHub Desktop.
Save chyld/11405669 to your computer and use it in GitHub Desktop.
function htmlAddMarker(location){
var latLng = new google.maps.LatLng(location.coordinates.lb, location.coordinates.mb);
var marker = new google.maps.Marker({map: db.map, position: latLng, title: location.name});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment