Site logo

Add a Listing

Create a listing

Select & Complete

Choose a Package

1 Years Subscription

Original price was: 99,00€.Current price is: 79,00€.

 

€99,00

Listing Valid fir 12 months

Let guests contact your direct

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