Skip to content

Instantly share code, notes, and snippets.

@jmeisel
Created September 1, 2015 18:38
Show Gist options
  • Save jmeisel/a703b4f627f774492ec8 to your computer and use it in GitHub Desktop.
Save jmeisel/a703b4f627f774492ec8 to your computer and use it in GitHub Desktop.
<script>
$(document).ready(
function() {
var mapOptions = {
center: { lat: 37, lng: -120},
zoom: 6
};
map = new google.maps.Map(document.getElementById('map-canvas'),
mapOptions);
map.data.setStyle({
fillColor: 'blue'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment