" +
"
http://www.lacasadiromilda.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();
});
;
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://lacasadiromilda.it/";