Skip to content

Instantly share code, notes, and snippets.

@suzauddowla
Created August 17, 2018 10:43
Show Gist options
  • Save suzauddowla/b15ebc06cae3b9d5edb769a7c7c85efb to your computer and use it in GitHub Desktop.
Save suzauddowla/b15ebc06cae3b9d5edb769a7c7c85efb to your computer and use it in GitHub Desktop.
<div id="map" style="height: 500px; "></div>
<script>
var map;
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCdJDqEogogTiqapNuX-kHSEL6-S33Lokk&callback=initMap" async defer></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment