Hi,
sorry for late reply, it was late for us.
add this code at file /modules/mod_jsnmap/tmpl/default.php after line 65
zoomChangeBoundsListener =
google.maps.event.addListenerOnce(jsnmap<?php echo $module->id; ?>, 'bounds_changed', function(event) {
if (this.getZoom()){
this.setZoom(16);
}
});
setTimeout(function(){google.maps.event.removeListener(zoomChangeBoundsListener)}, 2000);
replace 16 with your Zoom value.
Before change this you can copy default.php into /templates/your_template_folder/html/mod_jsnmap/default.php
Joomla Override template feature allow you to update Easy Profile without lost your default.php.