Looking at this question Google Maps v3 fitBounds() Zoom too close for single marker
seems the easy way is to pass maxZoom option
var map = new google.maps.Map(document.getElementById("map"), { maxZoom: 14 });
Looking at the source code of the plugin, seems there is a hook for that wpsight_listings_map_options
Now I'm confused on how to use the hook.