Bring Maps to your App
!
!
!
!
!
!
function initialize() {!
var myOptions = {!
center: new google.maps.LatLng(25.785, -80.130),!
zoom: 18,!
mapTypeId: google.maps.MapTypeId.ROADMAP!
};!
var map = new google.maps.Map(document.getElementById("map_canvas"),!
myOptions);!
}!
!
!
!
!
!
!
Page View vs. Map Load
Page View
Map Load