Вот небольшая хитрость, чтобы обмануть масштабирование: P (установить уровень масштабирования и установить тот же уровень, что и maxZoom
var myOptions1 = {
//Coordinates of the map's center
center: new google.maps.LatLng(152,125),
//Zoom level
zoom: 15, // or any level of zoom you want to preload your map
maxZoom:15 // same as the zoom value makes sure the map is not zoomed,
// Другие параметры соответствуют вашим требованиям