Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. initialize = ->
  2. options =
  3. lat:-34.456
  4. lng:23.456
  5. zoom: 10
  6. map = new google.maps.Map document.getElementById('map-canvas'), options
  7. return
  8.  
  9. google.maps.event.addDomListener(window, 'load', initialize)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement