VENDUTO – Villetta Val Di Luce Cinque Vani Mq 110 Tre Livelli
110 m² 1000 m² 25 m² Venduto
val di luce
Appartamento Porzione Bifamiliare Pianosinatico Tre Vani Mq 80
80 m² 320 m² 50 m² 159.000€
Pianosinatico
Appartamento Mansarda Abetone Centro Due Livelli Quattro Vani Mq 85
85 m² Prezzo su richiesta
Abetone Centro Via Brennero
CLUSTER_COUNT
", width: 50, height: 50, offset: { x: -25, y: -25 } },
10: { content: "CLUSTER_COUNT
", width: 60, height: 60, offset: { x: -30, y: -30 } },
25: { content: "CLUSTER_COUNT
", width: 70, height: 70, offset: { x: -35, y: -35 } },
50: { content: "CLUSTER_COUNT
", width: 80, height: 80, offset: { x: -40, y: -40 } },
events: {
click: function(cluster) {
var map = $(this).gmap3("get");
map.setCenter(cluster.main.getPosition());
map.setZoom(map.getZoom() + 1);
}
}
} // end cluster
}, // end marker
autofit:{}
});
}
})(jQuery);
jQuery(document).ready(function($){
var cookie_map = 'wpcasa_search_map';
var listings_map = '#listings-map';
if($.cookie(cookie_map) != 'closed') {
$(listings_map).initialize();
$('#listings-map.open').show();
}
if ($.cookie(cookie_map) && $.cookie(cookie_map) == 'open') {
$(listings_map).initialize();
$(listings_map).show();
$('.title-search-map').addClass('open');
}
$('.title-search-map').click(function () {
if ($(listings_map).is(':visible')) {
$.cookie(cookie_map, 'closed',{ expires: 60, path: '/' });
$(listings_map).animate(
{
opacity: '0'
},
150,
function(){
$('.title-search-map').removeClass('open');
$(listings_map).slideUp(150);
}
);
}
else {
$(listings_map).slideDown(150, function(){
$(listings_map).initialize();
$(listings_map).gmap3({trigger:"resize"});
$.cookie(cookie_map, 'open',{ expires: 60, path: '/' });
$(listings_map).animate(
{
opacity: '1'
},
150
);
$('.title-search-map').addClass('open');
});
}
});
});