Site logo

My account

Lost your password?

Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

 

 

//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 ); } });