In oc-content\plugins\listings_map.php
// SETTINGS FOR MAP
var myOptions = {
minZoom: 2,
maxZoom: 16,
center: { lat: center_lat, lng: center_long},
mapTypeId: google.maps.MapTypeId.<?php echo $map_type; ?>,
navigationControl: false,
mapTypeControl: true,
scaleControl: true,
fullscreenControl: true,
gestureHandling: 'cooperative'
So when you scroll over the map, it does not zoom, it keeps scrolling the page.
If you want to zoom, you must press the Ctrl key.
;-)
Greetings