Skip to content

Instantly share code, notes, and snippets.

@arifsetyawan
Created August 9, 2013 01:51
Show Gist options
  • Save arifsetyawan/6190538 to your computer and use it in GitHub Desktop.
Save arifsetyawan/6190538 to your computer and use it in GitHub Desktop.
Jquery Google Maps
$(document).ready(function() {
$('#map_canvas').googleMaps({
scroll: false,
latitude: 40.81098,
longitude: -73.92786,
depth: 15,
markers: {
latitude: 40.81150,
longitude: -73.92782,
icon: {
image: 'images/map-marker.png',
iconSize: '55, 61',
}
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment