Skip to content

Instantly share code, notes, and snippets.

@fabrinal
Last active October 1, 2015 14:08
Show Gist options
  • Save fabrinal/3964d5b459db26643546 to your computer and use it in GitHub Desktop.
Save fabrinal/3964d5b459db26643546 to your computer and use it in GitHub Desktop.
<div id="map"></div>
<script>
function initMap() {
var myLatLng = {lat: 1.12321, lng: 160.123232};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 8,
center: myLatLng
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment