Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var map;
  2. function initMap() {
  3.     map = new google.maps.Map(document.getElementById('gmap'), {
  4.         center: {lat: 22.2783, lng: 114.1747},
  5.         zoom: 13
  6.     });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement