var map; function initialize() { var mapOptions = { zoom: 5, center: new google.maps.LatLng(41.530,12.280), mapTypeId: google.maps.MapTypeId.HYBRID }; map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(42.8585,13.3307), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2026-01-05 01:43:40, Magnitudo: ML 1.6", draggable: false, content: "Data/Ora UTC: 2026-01-05 01:43:40
Magnitudo: ML 1.6
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(40.822833,14.4285), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2026-01-05 01:11:59, Magnitudo: Md 1.5", draggable: false, content: "Data/Ora UTC: 2026-01-05 01:11:59
Magnitudo: Md 1.5
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/yellowdot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(42.7573,13.2498), map: map, icon: image, zIndex: 99, title:"Data/Ora UTC: 2026-01-04 23:44:11, Magnitudo: ML 2.2", draggable: false, content: "Data/Ora UTC: 2026-01-04 23:44:11
Magnitudo: ML 2.2
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(40.823667,14.425667), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2026-01-04 23:21:35, Magnitudo: Md 1.0", draggable: false, content: "Data/Ora UTC: 2026-01-04 23:21:35
Magnitudo: Md 1.0
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(40.823667,14.427333), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2026-01-04 23:21:15, Magnitudo: Md 1.3", draggable: false, content: "Data/Ora UTC: 2026-01-04 23:21:15
Magnitudo: Md 1.3
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); var image = 'https://www.ultimiterremoti.it/img/greendot2.png' var marker = new google.maps.Marker({ position: new google.maps.LatLng(43.0895,13.4), map: map, icon: image, zIndex: 1, title:"Data/Ora UTC: 2026-01-04 23:02:24, Magnitudo: ML 1.6", draggable: false, content: "Data/Ora UTC: 2026-01-04 23:02:24
Magnitudo: ML 1.6
" }); infos = []; function closeInfos(){ if(infos.length > 0){ infos[0].set("marker",null); infos[0].close(); infos.length = 0; } } google.maps.event.addListener(marker, 'click', function() { closeInfos(); var info = new google.maps.InfoWindow({content: this.content}); info.open(map,this); infos[0]=info; }); } google.maps.event.addDomListener(window, 'load', initialize);