Hi,
user map module set zoom (and center) automatically based on all displayed markers. So from your screenshot seems that you have only 1 result.
If you want to set a specific zoom level when you have only 1 result then you can follow there steps:
- Copy file from /modules/mod_jsnmap/tmpl/default.php to /templates/your-template-folder/html/mod_jsnmap/default.php
- Edit new file, change the code at line 148 from
jsnmap<?php echo $module->id; ?>.setZoom(17);
to
jsnmap<?php echo $module->id; ?>.setZoom(8);