D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
designpitara.com
/
js
/
Filename :
mapcode.js
back
Copy
function initialize() { "use strict"; var mapOptions = { zoom: 15, scrollwheel: false, center: new google.maps.LatLng(25.266666, 55.316666) }; var map = new google.maps.Map(document.getElementById('googleMap'), mapOptions); var marker = new google.maps.Marker({ position: map.getCenter(), animation:google.maps.Animation.BOUNCE, icon: 'img/logo/map-marker.png', map: map }); } google.maps.event.addDomListener(window, 'load', initialize);