Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created March 20, 2018 22:15
Show Gist options
  • Save ToeJamson/34d08064ff440ff2cc2af4523e217d02 to your computer and use it in GitHub Desktop.
Save ToeJamson/34d08064ff440ff2cc2af4523e217d02 to your computer and use it in GitHub Desktop.
var map;
var mark;
var initialize = function() {
map = new google.maps.Map(document.getElementById('map-canvas'), {center:{lat:lat,lng:lng},zoom:12});
mark = new google.maps.Marker({position:{lat:lat, lng:lng}, map:map});
};
window.initialize = initialize;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment