Location Longitude:
Location Latitude:
so.. map centers itself by markers
or you may play with gmap3 settings
Code: Select all
$('.gmap3').gmap3({
map:{
options:{
center:[22.49156846196823, 89.75802349999992],
zoom:2,
mapTypeId: google.maps.MapTypeId.SATELLITE,
mapTypeControl: true,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
},
navigationControl: true,
scrollwheel: true,
streetViewControl: true
}
}
});
http://v6.gmap3.net/en/pages/5-getting-started/