11/03/2022
18:00 / 19:30
Venue
Sede centrale
viale del Lavoro, 38
07313232
'
+image
+''+title+'';
if(address != "") {
content += ''+address+'';
}
if(phone != "") {
content += ''+phone+'';
}
if(link != "") {
content += 'Visit Website';
}
content +=''
+'
';
infoBubble.setContent(content);
var latLng;
geocoder = new google.maps.Geocoder();
geocoder.geocode( { "address": "viale del Lavoro, 38"}, function(results, status) {
latLng = results[0].geometry.location;
map = new google.maps.Map(document.getElementById("mapCanvas_2368_1063842314_1519118706"), {
zoom: 10,
center: latLng,
disableDefaultUI: false,
mapTypeId: google.maps.MapTypeId.ROADMAP
});
marker = new google.maps.Marker({
position: latLng,
map: map,
icon: ""
});
infoBubble.open(map, marker);
});
/*google.maps.event.addListenerOnce(map, 'idle', function() {
google.maps.event.trigger(map, 'resize');
});*/
}
if(document.readyState === "complete") {
initialize_2368_1063842314_1519118706();
} else {
// Onload handler to fire off the app.
jQuery(document).ready(function() {
if (typeof google !== "undefined") {
google.maps.event.addDomListener(window, "load", initialize_2368_1063842314_1519118706);
}
});
}
da Alessandro Guerci
Docente