Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 14, 2017 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/b57335b4d1b1960ab99f7656d020b721 to your computer and use it in GitHub Desktop.
Save goofmint/b57335b4d1b1960ab99f7656d020b721 to your computer and use it in GitHub Desktop.
<style type="text/css">
#map {
width: 400px;
height: 400px;
}
</style>
<div id="map"></div>
<a href="http://maps.google.com/maps/api/js?sensor=true">
http://maps.google.com/maps/api/js?sensor=true
</a>
<a href="http://gmaps.js">http://gmaps.js</a>
<script>
var map = new GMaps({
el: '#map',
lat: -12.043333,
lng: -77.028333
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment