Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created April 15, 2013 06:44
Show Gist options
  • Save tagrudev/5386167 to your computer and use it in GitHub Desktop.
Save tagrudev/5386167 to your computer and use it in GitHub Desktop.
$(document).ready ->
mapOptions =
center: new google.maps.LatLng(-34.397, 150.644)
zoom: 8
mapTypeId: google.maps.MapTypeId.ROADMAP
map = new google.maps.Map $("#venues_map_canvas").get(0), mapOptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment