" +
"
https://www.alvecchiopioppo.it" +
"";
var infowindow = new google.maps.InfoWindow({
content: windowContent,
maxWidth: 350
});
google.maps.event.addListener(marker, "click", function() {
infowindow.open(map,marker);
});
}
jQuery(document).ready(function () {
initialize();
});
if (window.MooTools !== undefined) {
Element.implement({
hide: function() {
return this;
},
show: function(v) {
return this;
},
slide: function(v) {
return this;
}
});
}
;
jQuery(function($) {
$(document).ready(function() {
var options = document.querySelectorAll("option[value=\"pagebuilder3\"]");
for (var i = 0; i < options.length; i++) {
var selector = options[i].parentNode;
options[i].parentNode.removeChild(options[i]);
if ($(selector).data("chosen")) {
var params = $(selector).data("chosen").options;
$(selector).chosen("destroy");
$(selector).chosen(params);
}
}
});
});
window.pb_baseUrl = "https://www.alvecchiopioppo.it/";