Skip to content

Instantly share code, notes, and snippets.

@srsad
Created August 12, 2017 18:44
Show Gist options
  • Save srsad/35d6abc103120139d02f179b2273c63b to your computer and use it in GitHub Desktop.
Save srsad/35d6abc103120139d02f179b2273c63b to your computer and use it in GitHub Desktop.
//<div id="google-maps"><div class="google-maps"></div></div>
$(window).load(function() {
$(".google-maps").gmap3({
marker:{
address:"23, Mornington Crescent, London",options:{icon: "img/marker.png"}},
map:{
options:{
zoom: 14,
scrollwheel: false,
mapTypeControl: false,
streetViewControl: false,
scalControl: false,
draggable: false,
disableDefaultUI: true}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment