Site logo

Apartments

List view
//function goBackwards() { // window.history.go(-1); //} // This will mnake the mapsz zoom to a lower level when loading on a page jQuery(document).ready(function($) { if ( $('.single-listing .map-block').length ) { var mapZoom = setInterval( function() { if ( MyListing.Maps.instances.length ) { MyListing.Maps.instances[0].instance.setZoom(16); clearInterval(mapZoom); } }, 500 ); } });