Feel like I’m very close, but missing something crucial. Tried hooking into your function via a new button:
$( “.wpsl-redo-search-in-map” ).on( “click”, function() {
findStoreLocations( map.getCenter(), false, false, infoWindow );
});
It acts the same as the reset button currently, and zooms out to show all results. Any help would be greatly appreciated.