Good question.
- CSS div, ( http://screensiz.es/phone) API Google .
, . , , , APIv3 Google Maps , reset it.
, . - Sai Ram Sudheer , ( , ).
, , - ( map.js)
https://gist.github.com/markthethomas/5da15a050f560cc58d4f
, . , , , center / ( , , ..)..)
var center;
function calculateCenter() {
center = map.getCenter();
}
google.maps.event.addDomListener(map, 'idle', function() {
calculateCenter();
});
google.maps.event.addDomListener(window, 'resize', function() {
map.setCenter(center);
});
, !