function addpoints( map ) {
var infoWindow = new google.maps.InfoWindow;
google.maps.event.addListener(map, 'click', function() {
infoWindow.close();
});
var point = new google.maps.LatLng(36.324,-8.488);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle1 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle1, 'mouseover', function() {
infoWindow.setContent('2025-06-14 01:24:33
Magnitude : 1.1
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle1.center);
});
var point = new google.maps.LatLng(-36.59,-110.55);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle2 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle2, 'mouseover', function() {
infoWindow.setContent('2025-06-14 06:43:33
Magnitude : 5
Local : Southern East Pacific Rise
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle2.center);
});
var point = new google.maps.LatLng(-36.58,-110.63);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle3 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle3, 'mouseover', function() {
infoWindow.setContent('2025-06-14 08:14:25
Magnitude : 4.9
Local : Southern East Pacific Rise
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle3.center);
});
var point = new google.maps.LatLng(37.126,-4.08);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle4 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle4, 'mouseover', function() {
infoWindow.setContent('2025-06-14 08:42:30
Magnitude : 1.7
Local : W Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle4.center);
});
var point = new google.maps.LatLng(-35.72,-18.71);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle5 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle5, 'mouseover', function() {
infoWindow.setContent('2025-06-14 09:59:14
Magnitude : 5
Local : Southern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle5.center);
});
var point = new google.maps.LatLng(38.56,141.95);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle6 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle6, 'mouseover', function() {
infoWindow.setContent('2025-06-14 10:47:01
Magnitude : 5
Local : Near East Coast of Honshu, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle6.center);
});
var point = new google.maps.LatLng(2.23,66.85);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle7 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle7, 'mouseover', function() {
infoWindow.setContent('2025-06-14 11:32:05
Magnitude : 5.4
Local : Carlsberg Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle7.center);
});
var point = new google.maps.LatLng(38.688,-29.1);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle8 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle8, 'mouseover', function() {
infoWindow.setContent('2025-06-14 11:38:31
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle8.center);
});
var point = new google.maps.LatLng(39.15,-8.504);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle9 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle9, 'mouseover', function() {
infoWindow.setContent('2025-06-14 13:04:05
Magnitude : 2.1
Local : SE Almeirim
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle9.center);
});
var point = new google.maps.LatLng(38.727,-29.323);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle10 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle10, 'mouseover', function() {
infoWindow.setContent('2025-06-14 13:31:58
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle10.center);
});
var point = new google.maps.LatLng(37.455,-24.687);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle11 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle11, 'mouseover', function() {
infoWindow.setContent('2025-06-14 14:45:25
Magnitude : 2.8
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle11.center);
});
var point = new google.maps.LatLng(37.043,-5.488);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle12 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle12, 'mouseover', function() {
infoWindow.setContent('2025-06-14 14:50:10
Magnitude : 1.1
Local : SE Sevilha (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle12.center);
});
var point = new google.maps.LatLng(38.633,-29.108);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle13 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle13, 'mouseover', function() {
infoWindow.setContent('2025-06-14 17:44:10
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle13.center);
});
var point = new google.maps.LatLng(42.356,-7.033);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle14 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle14, 'mouseover', function() {
infoWindow.setContent('2025-06-14 17:55:04
Magnitude : 1.9
Local : N Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle14.center);
});
var point = new google.maps.LatLng(39.145,-8.491);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle15 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle15, 'mouseover', function() {
infoWindow.setContent('2025-06-15 04:24:49
Magnitude : 0.8
Local : SE Almeirim
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle15.center);
});
var point = new google.maps.LatLng(37.429,-24.749);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle16 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle16, 'mouseover', function() {
infoWindow.setContent('2025-06-15 12:41:14
Magnitude : 2.4
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle16.center);
});
var point = new google.maps.LatLng(37.444,-24.703);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle17 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle17, 'mouseover', function() {
infoWindow.setContent('2025-06-15 13:19:46
Magnitude : 2.2
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle17.center);
});
var point = new google.maps.LatLng(47.79,-13.972);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle18 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle18, 'mouseover', function() {
infoWindow.setContent('2025-06-15 13:52:08
Magnitude : 2.8
Local : North Atlantic Ocean
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle18.center);
});
var point = new google.maps.LatLng(37.319,-8.581);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle19 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle19, 'mouseover', function() {
infoWindow.setContent('2025-06-15 14:23:49
Magnitude : 1.2
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle19.center);
});
var point = new google.maps.LatLng(38.692,-29.305);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle20 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle20, 'mouseover', function() {
infoWindow.setContent('2025-06-15 15:50:23
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle20.center);
});
var point = new google.maps.LatLng(38.703,-29.299);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle21 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle21, 'mouseover', function() {
infoWindow.setContent('2025-06-15 15:59:34
Magnitude : 2.5
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle21.center);
});
var point = new google.maps.LatLng(-12.15,-77.32);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle22 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle22, 'mouseover', function() {
infoWindow.setContent('2025-06-15 16:35:30
Magnitude : 5.6
Local : Near Coast of Peru
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle22.center);
});
var point = new google.maps.LatLng(-24.48,-66.97);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle23 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle23, 'mouseover', function() {
infoWindow.setContent('2025-06-15 17:31:03
Magnitude : 5.2
Local : Salta Province, Argentina
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle23.center);
});
var point = new google.maps.LatLng(31.973,-6.446);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle24 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle24, 'mouseover', function() {
infoWindow.setContent('2025-06-15 17:34:27
Magnitude : 3
Local : Morocco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle24.center);
});
var point = new google.maps.LatLng(32.277,-16.91);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle25 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle25, 'mouseover', function() {
infoWindow.setContent('2025-06-15 19:34:00
Magnitude : 1.7
Local : S Funchal (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle25.center);
});
var point = new google.maps.LatLng(36.937,-8.814);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle26 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle26, 'mouseover', function() {
infoWindow.setContent('2025-06-15 19:50:23
Magnitude : 0.8
Local : SE Vila do Bispo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle26.center);
});
var point = new google.maps.LatLng(36.409,-9.727);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle27 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle27, 'mouseover', function() {
infoWindow.setContent('2025-06-15 22:04:04
Magnitude : 1.6
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle27.center);
});
var point = new google.maps.LatLng(37.62,-25.225);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle28 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle28, 'mouseover', function() {
infoWindow.setContent('2025-06-15 22:51:50
Magnitude : 3.2
Local : N Banco Grande Norte
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle28.center);
});
var point = new google.maps.LatLng(37.622,-25.252);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle29 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle29, 'mouseover', function() {
infoWindow.setContent('2025-06-15 23:46:02
Magnitude : 2.1
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle29.center);
});
var point = new google.maps.LatLng(37.32,-8.55);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle30 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle30, 'mouseover', function() {
infoWindow.setContent('2025-06-15 23:58:21
Magnitude : 0.3
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle30.center);
});
var point = new google.maps.LatLng(38.296,-7.911);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle31 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle31, 'mouseover', function() {
infoWindow.setContent('2025-06-16 00:19:43
Magnitude : 1.2
Local : NE Alvito
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle31.center);
});
var point = new google.maps.LatLng(34.247,-14.862);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle32 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle32, 'mouseover', function() {
infoWindow.setContent('2025-06-16 01:22:28
Magnitude : 2.3
Local : NE Porto Santo (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle32.center);
});
var point = new google.maps.LatLng(38.658,-29.322);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle33 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle33, 'mouseover', function() {
infoWindow.setContent('2025-06-16 02:47:58
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle33.center);
});
var point = new google.maps.LatLng(38.68,-29.28);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle34 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle34, 'mouseover', function() {
infoWindow.setContent('2025-06-16 03:26:15
Magnitude : 2.8
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle34.center);
});
var point = new google.maps.LatLng(36.842,-8.025);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle35 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle35, 'mouseover', function() {
infoWindow.setContent('2025-06-16 03:42:13
Magnitude : 0.4
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle35.center);
});
var point = new google.maps.LatLng(36.677,-5.376);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle36 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle36, 'mouseover', function() {
infoWindow.setContent('2025-06-16 08:15:03
Magnitude : 1.7
Local : N Gibraltar (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle36.center);
});
var point = new google.maps.LatLng(38.715,-29.247);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle37 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle37, 'mouseover', function() {
infoWindow.setContent('2025-06-16 08:20:03
Magnitude : 2.2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle37.center);
});
var point = new google.maps.LatLng(36.491,-7.608);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle38 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle38, 'mouseover', function() {
infoWindow.setContent('2025-06-16 09:05:23
Magnitude : 1.5
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle38.center);
});
var point = new google.maps.LatLng(42.726,-9.858);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle39 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle39, 'mouseover', function() {
infoWindow.setContent('2025-06-16 09:17:13
Magnitude : 1.8
Local : Costa da Galiza (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle39.center);
});
var point = new google.maps.LatLng(38.787,-7.977);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle40 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle40, 'mouseover', function() {
infoWindow.setContent('2025-06-16 11:33:14
Magnitude : 0.9
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle40.center);
});
var point = new google.maps.LatLng(38.783,-7.972);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle41 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle41, 'mouseover', function() {
infoWindow.setContent('2025-06-16 11:33:58
Magnitude : 0.8
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle41.center);
});
var point = new google.maps.LatLng(38.78,-7.969);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle42 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle42, 'mouseover', function() {
infoWindow.setContent('2025-06-16 11:43:26
Magnitude : 1
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle42.center);
});
var point = new google.maps.LatLng(35.766,-10.417);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle43 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle43, 'mouseover', function() {
infoWindow.setContent('2025-06-16 12:01:48
Magnitude : 2
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle43.center);
});
var point = new google.maps.LatLng(37.608,-25.249);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle44 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle44, 'mouseover', function() {
infoWindow.setContent('2025-06-16 12:15:47
Magnitude : 2.3
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle44.center);
});
var point = new google.maps.LatLng(37.613,-25.243);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle45 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle45, 'mouseover', function() {
infoWindow.setContent('2025-06-16 12:28:56
Magnitude : 2.3
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle45.center);
});
var point = new google.maps.LatLng(35.636,-4.726);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle46 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle46, 'mouseover', function() {
infoWindow.setContent('2025-06-16 14:10:08
Magnitude : 2.7
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle46.center);
});
var point = new google.maps.LatLng(38.716,-29.309);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle47 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle47, 'mouseover', function() {
infoWindow.setContent('2025-06-16 14:24:36
Magnitude : 2.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle47.center);
});
var point = new google.maps.LatLng(38.756,-29.301);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle48 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle48, 'mouseover', function() {
infoWindow.setContent('2025-06-16 15:06:54
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle48.center);
});
var point = new google.maps.LatLng(39.82,23.43);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.3 * 9000
};
// Add the circle
sismoCircle49 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle49, 'mouseover', function() {
infoWindow.setContent('2025-06-16 17:57:26
Magnitude : 4.3
Local : Aegean Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle49.center);
});
var point = new google.maps.LatLng(38.683,-29.255);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle50 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle50, 'mouseover', function() {
infoWindow.setContent('2025-06-16 18:01:19
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle50.center);
});
var point = new google.maps.LatLng(38.761,-29.282);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle51 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle51, 'mouseover', function() {
infoWindow.setContent('2025-06-16 19:06:23
Magnitude : 2.6
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle51.center);
});
var point = new google.maps.LatLng(38.707,-29.247);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle52 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle52, 'mouseover', function() {
infoWindow.setContent('2025-06-16 19:08:51
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle52.center);
});
var point = new google.maps.LatLng(35.284,-4.25);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle53 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle53, 'mouseover', function() {
infoWindow.setContent('2025-06-16 19:34:10
Magnitude : 1.9
Local : W Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle53.center);
});
var point = new google.maps.LatLng(39.325,-9.297);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle54 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle54, 'mouseover', function() {
infoWindow.setContent('2025-06-16 19:40:25
Magnitude : 1.4
Local : SE Peniche
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle54.center);
});
var point = new google.maps.LatLng(38.661,-29.306);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle55 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle55, 'mouseover', function() {
infoWindow.setContent('2025-06-16 19:55:35
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle55.center);
});
var point = new google.maps.LatLng(37.623,-25.242);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle56 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle56, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:02:39
Magnitude : 2
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle56.center);
});
var point = new google.maps.LatLng(37.622,-25.241);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle57 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle57, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:06:04
Magnitude : 2.5
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle57.center);
});
var point = new google.maps.LatLng(35.08,-3.51);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle58 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle58, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:07:08
Magnitude : 2.3
Local : SE Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle58.center);
});
var point = new google.maps.LatLng(37.62,-25.253);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle59 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle59, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:15:08
Magnitude : 2.1
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle59.center);
});
var point = new google.maps.LatLng(15.51,-94.8);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle60 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle60, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:38:26
Magnitude : 4.7
Local : Near Coast of Oaxaca, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle60.center);
});
var point = new google.maps.LatLng(37.629,-25.241);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle61 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle61, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:49:21
Magnitude : 2.9
Local : N Banco Grande Norte
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle61.center);
});
var point = new google.maps.LatLng(37.622,-25.226);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 3.7 * 9000
};
// Add the circle
sismoCircle62 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle62, 'mouseover', function() {
infoWindow.setContent('2025-06-16 21:55:00
Magnitude : 3.7
Local : N Banco Grande Norte
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle62.center);
});
var point = new google.maps.LatLng(37.617,-25.233);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.3 * 9000
};
// Add the circle
sismoCircle63 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle63, 'mouseover', function() {
infoWindow.setContent('2025-06-16 22:07:15
Magnitude : 3.3
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle63.center);
});
var point = new google.maps.LatLng(37.568,-25.237);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle64 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle64, 'mouseover', function() {
infoWindow.setContent('2025-06-16 22:08:00
Magnitude : 2.1
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle64.center);
});
var point = new google.maps.LatLng(37.611,-25.255);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle65 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle65, 'mouseover', function() {
infoWindow.setContent('2025-06-16 22:23:32
Magnitude : 2
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle65.center);
});
var point = new google.maps.LatLng(39.366,-9.282);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle66 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle66, 'mouseover', function() {
infoWindow.setContent('2025-06-16 23:41:46
Magnitude : 2.5
Local : E Peniche
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle66.center);
});
var point = new google.maps.LatLng(37.635,-25.239);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle67 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle67, 'mouseover', function() {
infoWindow.setContent('2025-06-17 00:11:32
Magnitude : 2.2
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle67.center);
});
var point = new google.maps.LatLng(36.603,-7.485);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle68 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle68, 'mouseover', function() {
infoWindow.setContent('2025-06-17 01:03:51
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle68.center);
});
var point = new google.maps.LatLng(37.597,-7.962);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle69 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle69, 'mouseover', function() {
infoWindow.setContent('2025-06-17 01:06:19
Magnitude : 0.5
Local : NE Almodovar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle69.center);
});
var point = new google.maps.LatLng(-7.09,155.69);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle70 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle70, 'mouseover', function() {
infoWindow.setContent('2025-06-17 03:20:26
Magnitude : 4.8
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle70.center);
});
var point = new google.maps.LatLng(36.691,-5.035);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle71 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle71, 'mouseover', function() {
infoWindow.setContent('2025-06-17 03:41:05
Magnitude : 1.6
Local : W Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle71.center);
});
var point = new google.maps.LatLng(36.352,-9.723);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle72 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle72, 'mouseover', function() {
infoWindow.setContent('2025-06-17 03:44:45
Magnitude : 1.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle72.center);
});
var point = new google.maps.LatLng(35.657,-9.921);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle73 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle73, 'mouseover', function() {
infoWindow.setContent('2025-06-17 05:37:49
Magnitude : 1.7
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle73.center);
});
var point = new google.maps.LatLng(36.886,-24.422);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle74 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle74, 'mouseover', function() {
infoWindow.setContent('2025-06-17 05:58:57
Magnitude : 2.8
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle74.center);
});
var point = new google.maps.LatLng(37.616,-25.248);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle75 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle75, 'mouseover', function() {
infoWindow.setContent('2025-06-17 06:16:59
Magnitude : 2.6
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle75.center);
});
var point = new google.maps.LatLng(38.523,-26.908);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle76 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle76, 'mouseover', function() {
infoWindow.setContent('2025-06-17 07:38:52
Magnitude : 2
Local : SE Terceira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle76.center);
});
var point = new google.maps.LatLng(-32.88,-13.29);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle77 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle77, 'mouseover', function() {
infoWindow.setContent('2025-06-17 08:12:55
Magnitude : 5
Local : Southern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle77.center);
});
var point = new google.maps.LatLng(36.991,-7.644);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle78 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle78, 'mouseover', function() {
infoWindow.setContent('2025-06-17 08:58:44
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle78.center);
});
var point = new google.maps.LatLng(35.273,-4.184);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle79 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle79, 'mouseover', function() {
infoWindow.setContent('2025-06-17 10:43:23
Magnitude : 1.5
Local : W Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle79.center);
});
var point = new google.maps.LatLng(36.55,-9.79);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle80 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle80, 'mouseover', function() {
infoWindow.setContent('2025-06-17 13:38:01
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle80.center);
});
var point = new google.maps.LatLng(34.61,23.92);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle81 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle81, 'mouseover', function() {
infoWindow.setContent('2025-06-17 15:38:23
Magnitude : 4.6
Local : Crete, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle81.center);
});
var point = new google.maps.LatLng(32.264,-16.941);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle82 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle82, 'mouseover', function() {
infoWindow.setContent('2025-06-17 17:41:29
Magnitude : 1.6
Local : S Funchal (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle82.center);
});
var point = new google.maps.LatLng(36.619,-7.56);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle83 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle83, 'mouseover', function() {
infoWindow.setContent('2025-06-17 22:19:28
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle83.center);
});
var point = new google.maps.LatLng(37.624,-25.232);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle84 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle84, 'mouseover', function() {
infoWindow.setContent('2025-06-18 00:36:59
Magnitude : 2.3
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle84.center);
});
var point = new google.maps.LatLng(37.078,-9.608);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle85 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle85, 'mouseover', function() {
infoWindow.setContent('2025-06-18 02:33:43
Magnitude : 1
Local : W Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle85.center);
});
var point = new google.maps.LatLng(38.533,-9.347);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle86 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle86, 'mouseover', function() {
infoWindow.setContent('2025-06-18 05:01:03
Magnitude : 0.8
Local : SW Oeiras
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle86.center);
});
var point = new google.maps.LatLng(14.8,-94.01);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.8 * 9000
};
// Add the circle
sismoCircle87 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle87, 'mouseover', function() {
infoWindow.setContent('2025-06-18 09:49:22
Magnitude : 5.8
Local : Off Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle87.center);
});
var point = new google.maps.LatLng(13.09,-88.57);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle88 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle88, 'mouseover', function() {
infoWindow.setContent('2025-06-18 11:57:24
Magnitude : 5.4
Local : El Salvador
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle88.center);
});
var point = new google.maps.LatLng(36.543,-4.689);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle89 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle89, 'mouseover', function() {
infoWindow.setContent('2025-06-18 11:57:53
Magnitude : 1.8
Local : SW Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle89.center);
});
var point = new google.maps.LatLng(-21.19,-179.17);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle90 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle90, 'mouseover', function() {
infoWindow.setContent('2025-06-18 12:08:05
Magnitude : 5.2
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle90.center);
});
var point = new google.maps.LatLng(38.716,-29.253);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle91 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle91, 'mouseover', function() {
infoWindow.setContent('2025-06-18 22:02:47
Magnitude : 2.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle91.center);
});
var point = new google.maps.LatLng(41.956,-7.652);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle92 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle92, 'mouseover', function() {
infoWindow.setContent('2025-06-18 22:25:09
Magnitude : 1.6
Local : NE Montalegre
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle92.center);
});
var point = new google.maps.LatLng(42.79,146.67);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.9 * 9000
};
// Add the circle
sismoCircle93 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle93, 'mouseover', function() {
infoWindow.setContent('2025-06-18 23:08:05
Magnitude : 5.9
Local : Off Coast of Hokkaido, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle93.center);
});
var point = new google.maps.LatLng(38.414,-8.095);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle94 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle94, 'mouseover', function() {
infoWindow.setContent('2025-06-19 00:48:13
Magnitude : 0.6
Local : NW Viana do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle94.center);
});
var point = new google.maps.LatLng(37.036,-8.352);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle95 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle95, 'mouseover', function() {
infoWindow.setContent('2025-06-19 04:14:59
Magnitude : 0.3
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle95.center);
});
var point = new google.maps.LatLng(40.368,-29.618);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.1 * 9000
};
// Add the circle
sismoCircle96 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle96, 'mouseover', function() {
infoWindow.setContent('2025-06-19 05:28:12
Magnitude : 3.1
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle96.center);
});
var point = new google.maps.LatLng(38.651,-29.039);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle97 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle97, 'mouseover', function() {
infoWindow.setContent('2025-06-19 10:41:53
Magnitude : 2.2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle97.center);
});
var point = new google.maps.LatLng(3.07,-31.31);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle98 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle98, 'mouseover', function() {
infoWindow.setContent('2025-06-19 12:58:33
Magnitude : 5
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle98.center);
});
var point = new google.maps.LatLng(2.93,-31.32);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle99 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle99, 'mouseover', function() {
infoWindow.setContent('2025-06-19 13:12:35
Magnitude : 4.6
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle99.center);
});
var point = new google.maps.LatLng(3,-31.35);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle100 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle100, 'mouseover', function() {
infoWindow.setContent('2025-06-19 13:51:12
Magnitude : 5.3
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle100.center);
});
var point = new google.maps.LatLng(3.08,-31.57);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle101 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle101, 'mouseover', function() {
infoWindow.setContent('2025-06-19 14:49:32
Magnitude : 4.5
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle101.center);
});
var point = new google.maps.LatLng(0.86,-28.8);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle102 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle102, 'mouseover', function() {
infoWindow.setContent('2025-06-19 14:59:26
Magnitude : 5
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle102.center);
});
var point = new google.maps.LatLng(37.335,-8.67);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle103 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle103, 'mouseover', function() {
infoWindow.setContent('2025-06-19 15:52:49
Magnitude : 0.7
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle103.center);
});
var point = new google.maps.LatLng(4.23,-31.19);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.4 * 9000
};
// Add the circle
sismoCircle104 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle104, 'mouseover', function() {
infoWindow.setContent('2025-06-19 16:10:33
Magnitude : 4.4
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle104.center);
});
var point = new google.maps.LatLng(1.45,-29.9);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle105 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle105, 'mouseover', function() {
infoWindow.setContent('2025-06-19 16:32:56
Magnitude : 4.5
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle105.center);
});
var point = new google.maps.LatLng(-6.22,147.88);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle106 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle106, 'mouseover', function() {
infoWindow.setContent('2025-06-19 16:37:42
Magnitude : 5.5
Local : Eastern New Guinea Reg., P.N.G.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle106.center);
});
var point = new google.maps.LatLng(3.54,-31.59);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle107 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle107, 'mouseover', function() {
infoWindow.setContent('2025-06-19 18:28:10
Magnitude : 4.6
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle107.center);
});
var point = new google.maps.LatLng(36.582,-7.482);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle108 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle108, 'mouseover', function() {
infoWindow.setContent('2025-06-19 19:49:24
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle108.center);
});
var point = new google.maps.LatLng(36.781,-7.503);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle109 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle109, 'mouseover', function() {
infoWindow.setContent('2025-06-19 20:40:53
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle109.center);
});
var point = new google.maps.LatLng(1.38,-30.68);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle110 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle110, 'mouseover', function() {
infoWindow.setContent('2025-06-19 22:21:40
Magnitude : 4.6
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle110.center);
});
var point = new google.maps.LatLng(36.58,-8.461);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle111 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle111, 'mouseover', function() {
infoWindow.setContent('2025-06-19 23:16:13
Magnitude : 0.9
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle111.center);
});
var point = new google.maps.LatLng(37.935,-9.832);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle112 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle112, 'mouseover', function() {
infoWindow.setContent('2025-06-19 23:46:36
Magnitude : 1
Local : W Sines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle112.center);
});
var point = new google.maps.LatLng(34.76,62.06);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle113 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle113, 'mouseover', function() {
infoWindow.setContent('2025-06-20 00:41:19
Magnitude : 4.5
Local : Northwestern Afghanistan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle113.center);
});
var point = new google.maps.LatLng(3.12,-31.46);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle114 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle114, 'mouseover', function() {
infoWindow.setContent('2025-06-20 01:09:03
Magnitude : 4.6
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle114.center);
});
var point = new google.maps.LatLng(37.692,19.748);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.2 * 9000
};
// Add the circle
sismoCircle115 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle115, 'mouseover', function() {
infoWindow.setContent('2025-06-20 03:59:57
Magnitude : 4.2
Local : Ionian Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle115.center);
});
var point = new google.maps.LatLng(38.117,-8.866);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle116 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle116, 'mouseover', function() {
infoWindow.setContent('2025-06-20 04:27:53
Magnitude : 0.8
Local : SW Melides
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle116.center);
});
var point = new google.maps.LatLng(36.27,-7.944);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle117 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle117, 'mouseover', function() {
infoWindow.setContent('2025-06-20 06:07:06
Magnitude : 1.6
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle117.center);
});
var point = new google.maps.LatLng(38.594,-7.941);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle118 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle118, 'mouseover', function() {
infoWindow.setContent('2025-06-20 06:37:17
Magnitude : 0.5
Local : NW Evora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle118.center);
});
var point = new google.maps.LatLng(37.91,-8.378);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle119 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle119, 'mouseover', function() {
infoWindow.setContent('2025-06-20 08:36:57
Magnitude : 1.2
Local : W Aljustrel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle119.center);
});
var point = new google.maps.LatLng(38.745,-27.318);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle120 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle120, 'mouseover', function() {
infoWindow.setContent('2025-06-20 09:52:58
Magnitude : 2.2
Local : Serra Sta. Bárbara
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle120.center);
});
var point = new google.maps.LatLng(39.967,-7.496);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle121 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle121, 'mouseover', function() {
infoWindow.setContent('2025-06-20 11:39:22
Magnitude : 1.3
Local : N Castelo Branco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle121.center);
});
var point = new google.maps.LatLng(34.92,23.38);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle122 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle122, 'mouseover', function() {
infoWindow.setContent('2025-06-20 13:53:41
Magnitude : 4.9
Local : Crete, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle122.center);
});
var point = new google.maps.LatLng(36.6,25.78);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.2 * 9000
};
// Add the circle
sismoCircle123 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle123, 'mouseover', function() {
infoWindow.setContent('2025-06-20 16:18:57
Magnitude : 4.2
Local : Dodecanese Islands, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle123.center);
});
var point = new google.maps.LatLng(35.44,53.05);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle124 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle124, 'mouseover', function() {
infoWindow.setContent('2025-06-20 17:49:16
Magnitude : 5.2
Local : Northern And Central Iran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle124.center);
});
var point = new google.maps.LatLng(41.655,-7.298);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle125 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle125, 'mouseover', function() {
infoWindow.setContent('2025-06-20 19:49:35
Magnitude : 1.6
Local : NE Valpaços
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle125.center);
});
var point = new google.maps.LatLng(36.828,-24.271);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle126 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle126, 'mouseover', function() {
infoWindow.setContent('2025-06-20 22:57:14
Magnitude : 2.1
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle126.center);
});
var point = new google.maps.LatLng(35.392,-3.8);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle127 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle127, 'mouseover', function() {
infoWindow.setContent('2025-06-20 23:40:48
Magnitude : 2.1
Local : NE Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle127.center);
});
var point = new google.maps.LatLng(35.542,-3.774);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle128 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle128, 'mouseover', function() {
infoWindow.setContent('2025-06-21 00:04:45
Magnitude : 2.9
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle128.center);
});
var point = new google.maps.LatLng(42.038,-29.17);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.8 * 9000
};
// Add the circle
sismoCircle129 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle129, 'mouseover', function() {
infoWindow.setContent('2025-06-21 00:46:55
Magnitude : 3.8
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle129.center);
});
var point = new google.maps.LatLng(-12.96,-74.59);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle130 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle130, 'mouseover', function() {
infoWindow.setContent('2025-06-21 01:18:38
Magnitude : 4.7
Local : Central Peru
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle130.center);
});
var point = new google.maps.LatLng(38.717,-29.326);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle131 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle131, 'mouseover', function() {
infoWindow.setContent('2025-06-21 04:21:31
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle131.center);
});
var point = new google.maps.LatLng(37.323,-8.566);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle132 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle132, 'mouseover', function() {
infoWindow.setContent('2025-06-21 04:40:06
Magnitude : 1.5
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle132.center);
});
var point = new google.maps.LatLng(38.679,-29.306);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle133 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle133, 'mouseover', function() {
infoWindow.setContent('2025-06-21 04:47:08
Magnitude : 2.2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle133.center);
});
var point = new google.maps.LatLng(38.643,-8.418);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle134 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle134, 'mouseover', function() {
infoWindow.setContent('2025-06-21 07:00:01
Magnitude : 0.4
Local : SE Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle134.center);
});
var point = new google.maps.LatLng(37.339,-8.47);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle135 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle135, 'mouseover', function() {
infoWindow.setContent('2025-06-21 07:14:53
Magnitude : 0.8
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle135.center);
});
var point = new google.maps.LatLng(64.78,-40.18);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle136 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle136, 'mouseover', function() {
infoWindow.setContent('2025-06-21 07:28:00
Magnitude : 4.7
Local : Western Greenland
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle136.center);
});
var point = new google.maps.LatLng(36.625,-7.971);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle137 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle137, 'mouseover', function() {
infoWindow.setContent('2025-06-21 09:04:55
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle137.center);
});
var point = new google.maps.LatLng(36.87,-4.094);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle138 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle138, 'mouseover', function() {
infoWindow.setContent('2025-06-21 09:58:41
Magnitude : 1.4
Local : NE Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle138.center);
});
var point = new google.maps.LatLng(38.675,-29.292);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle139 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle139, 'mouseover', function() {
infoWindow.setContent('2025-06-21 12:57:54
Magnitude : 2.5
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle139.center);
});
var point = new google.maps.LatLng(38.01,20.09);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle140 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle140, 'mouseover', function() {
infoWindow.setContent('2025-06-21 13:25:54
Magnitude : 4.7
Local : Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle140.center);
});
var point = new google.maps.LatLng(37.491,-24.849);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle141 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle141, 'mouseover', function() {
infoWindow.setContent('2025-06-21 14:16:16
Magnitude : 2.3
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle141.center);
});
var point = new google.maps.LatLng(35.28,-5.949);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle142 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle142, 'mouseover', function() {
infoWindow.setContent('2025-06-21 14:26:15
Magnitude : 1.4
Local : SW Tanger (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle142.center);
});
var point = new google.maps.LatLng(37.012,-8.353);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle143 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle143, 'mouseover', function() {
infoWindow.setContent('2025-06-21 16:22:11
Magnitude : 0.5
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle143.center);
});
var point = new google.maps.LatLng(37.43,-24.691);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle144 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle144, 'mouseover', function() {
infoWindow.setContent('2025-06-21 18:40:44
Magnitude : 2.9
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle144.center);
});
var point = new google.maps.LatLng(41.369,-7.541);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle145 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle145, 'mouseover', function() {
infoWindow.setContent('2025-06-21 19:03:11
Magnitude : 0.5
Local : NW Alijó
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle145.center);
});
var point = new google.maps.LatLng(-2.62,-79.66);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle146 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle146, 'mouseover', function() {
infoWindow.setContent('2025-06-21 19:18:48
Magnitude : 5.2
Local : Near Coast of Ecuador
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle146.center);
});
var point = new google.maps.LatLng(2.89,-31.24);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle147 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle147, 'mouseover', function() {
infoWindow.setContent('2025-06-21 20:02:46
Magnitude : 4.9
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle147.center);
});
var point = new google.maps.LatLng(42.9,146.5);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.1 * 9000
};
// Add the circle
sismoCircle148 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle148, 'mouseover', function() {
infoWindow.setContent('2025-06-21 21:23:17
Magnitude : 6.1
Local : Off Coast of Hokkaido, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle148.center);
});
var point = new google.maps.LatLng(37.333,-8.567);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle149 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle149, 'mouseover', function() {
infoWindow.setContent('2025-06-22 00:16:04
Magnitude : 2.1
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle149.center);
});
var point = new google.maps.LatLng(38.682,-29.318);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle150 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle150, 'mouseover', function() {
infoWindow.setContent('2025-06-22 01:32:04
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle150.center);
});
var point = new google.maps.LatLng(37.588,-7.982);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle151 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle151, 'mouseover', function() {
infoWindow.setContent('2025-06-22 01:40:28
Magnitude : 1.4
Local : NE Almodovar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle151.center);
});
var point = new google.maps.LatLng(37.278,-7.8);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle152 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle152, 'mouseover', function() {
infoWindow.setContent('2025-06-22 03:38:27
Magnitude : 0.7
Local : NE S.Brás de Alportel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle152.center);
});
var point = new google.maps.LatLng(38.712,-29.305);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle153 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle153, 'mouseover', function() {
infoWindow.setContent('2025-06-22 07:05:27
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle153.center);
});
var point = new google.maps.LatLng(38.353,-7.983);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle154 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle154, 'mouseover', function() {
infoWindow.setContent('2025-06-22 07:12:08
Magnitude : 1.4
Local : NE Viana do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle154.center);
});
var point = new google.maps.LatLng(29.29,129.47);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle155 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle155, 'mouseover', function() {
infoWindow.setContent('2025-06-22 08:15:04
Magnitude : 5.1
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle155.center);
});
var point = new google.maps.LatLng(-12.25,167.14);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle156 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle156, 'mouseover', function() {
infoWindow.setContent('2025-06-22 10:26:35
Magnitude : 4.7
Local : Santa Cruz Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle156.center);
});
var point = new google.maps.LatLng(36.871,-7.331);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle157 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle157, 'mouseover', function() {
infoWindow.setContent('2025-06-22 14:43:01
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle157.center);
});
var point = new google.maps.LatLng(38.719,-29.292);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle158 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle158, 'mouseover', function() {
infoWindow.setContent('2025-06-22 17:36:10
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle158.center);
});
var point = new google.maps.LatLng(39.174,-29.354);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle159 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle159, 'mouseover', function() {
infoWindow.setContent('2025-06-22 19:23:37
Magnitude : 2.8
Local : NW Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle159.center);
});
var point = new google.maps.LatLng(40.17,-8.084);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle160 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle160, 'mouseover', function() {
infoWindow.setContent('2025-06-22 20:02:29
Magnitude : 0.5
Local : NE Góis
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle160.center);
});
var point = new google.maps.LatLng(37.428,-8.506);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle161 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle161, 'mouseover', function() {
infoWindow.setContent('2025-06-22 20:42:55
Magnitude : 1
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle161.center);
});
var point = new google.maps.LatLng(36.819,-8.31);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle162 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle162, 'mouseover', function() {
infoWindow.setContent('2025-06-22 20:55:51
Magnitude : 1
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle162.center);
});
var point = new google.maps.LatLng(36.565,-4.683);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle163 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle163, 'mouseover', function() {
infoWindow.setContent('2025-06-22 21:34:54
Magnitude : 1.7
Local : SW Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle163.center);
});
var point = new google.maps.LatLng(36.582,-6.392);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle164 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle164, 'mouseover', function() {
infoWindow.setContent('2025-06-22 22:44:15
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle164.center);
});
var point = new google.maps.LatLng(35.267,-9.349);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle165 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle165, 'mouseover', function() {
infoWindow.setContent('2025-06-23 05:46:45
Magnitude : 1.3
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle165.center);
});
var point = new google.maps.LatLng(36.664,-7.236);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle166 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle166, 'mouseover', function() {
infoWindow.setContent('2025-06-23 09:42:58
Magnitude : 2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle166.center);
});
var point = new google.maps.LatLng(36.586,-9.804);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle167 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle167, 'mouseover', function() {
infoWindow.setContent('2025-06-23 10:38:53
Magnitude : 1.6
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle167.center);
});
var point = new google.maps.LatLng(37.353,-24.347);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle168 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle168, 'mouseover', function() {
infoWindow.setContent('2025-06-23 11:29:55
Magnitude : 2.7
Local : NE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle168.center);
});
var point = new google.maps.LatLng(34.49,33.98);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle169 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle169, 'mouseover', function() {
infoWindow.setContent('2025-06-23 12:37:43
Magnitude : 4.5
Local : Cyprus Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle169.center);
});
var point = new google.maps.LatLng(29.4,129.32);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle170 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle170, 'mouseover', function() {
infoWindow.setContent('2025-06-23 17:23:29
Magnitude : 5
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle170.center);
});
var point = new google.maps.LatLng(13.75,144.66);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle171 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle171, 'mouseover', function() {
infoWindow.setContent('2025-06-23 19:14:26
Magnitude : 5.4
Local : Mariana Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle171.center);
});
var point = new google.maps.LatLng(31.114,-8.32);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle172 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle172, 'mouseover', function() {
infoWindow.setContent('2025-06-23 19:55:21
Magnitude : 2.3
Local : Morocco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle172.center);
});
var point = new google.maps.LatLng(36.8,-7.251);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle173 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle173, 'mouseover', function() {
infoWindow.setContent('2025-06-23 20:14:59
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle173.center);
});
var point = new google.maps.LatLng(38.651,-9.414);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle174 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle174, 'mouseover', function() {
infoWindow.setContent('2025-06-24 01:44:50
Magnitude : 0.7
Local : SE Cascais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle174.center);
});
var point = new google.maps.LatLng(7.99,129.86);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.2 * 9000
};
// Add the circle
sismoCircle175 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle175, 'mouseover', function() {
infoWindow.setContent('2025-06-24 01:58:05
Magnitude : 6.2
Local : East of Philippine Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle175.center);
});
var point = new google.maps.LatLng(-11.04,162.69);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle176 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle176, 'mouseover', function() {
infoWindow.setContent('2025-06-24 01:58:41
Magnitude : 5.5
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle176.center);
});
var point = new google.maps.LatLng(37.228,-8.66);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle177 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle177, 'mouseover', function() {
infoWindow.setContent('2025-06-24 02:44:16
Magnitude : 0.1
Local : SW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle177.center);
});
var point = new google.maps.LatLng(38.935,-29.283);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle178 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle178, 'mouseover', function() {
infoWindow.setContent('2025-06-24 02:45:12
Magnitude : 2.5
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle178.center);
});
var point = new google.maps.LatLng(19.13,-68.16);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle179 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle179, 'mouseover', function() {
infoWindow.setContent('2025-06-24 02:45:41
Magnitude : 5.5
Local : North Atlantic Ocean
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle179.center);
});
var point = new google.maps.LatLng(38.855,-8.457);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle180 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle180, 'mouseover', function() {
infoWindow.setContent('2025-06-24 03:01:13
Magnitude : 0.4
Local : SE Coruche
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle180.center);
});
var point = new google.maps.LatLng(41.42,19.55);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle181 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle181, 'mouseover', function() {
infoWindow.setContent('2025-06-24 03:04:57
Magnitude : 4.5
Local : Albania
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle181.center);
});
var point = new google.maps.LatLng(37.092,-8.08);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle182 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle182, 'mouseover', function() {
infoWindow.setContent('2025-06-24 03:07:29
Magnitude : 0.2
Local : SW Loulé
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle182.center);
});
var point = new google.maps.LatLng(-18.04,-178.22);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle183 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle183, 'mouseover', function() {
infoWindow.setContent('2025-06-24 03:13:55
Magnitude : 4.9
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle183.center);
});
var point = new google.maps.LatLng(37.328,-8.593);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle184 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle184, 'mouseover', function() {
infoWindow.setContent('2025-06-24 06:39:14
Magnitude : 1.6
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle184.center);
});
var point = new google.maps.LatLng(-23.47,-179.65);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle185 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle185, 'mouseover', function() {
infoWindow.setContent('2025-06-24 07:07:36
Magnitude : 5.1
Local : South of Fiji Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle185.center);
});
var point = new google.maps.LatLng(38.626,-29.331);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.1 * 9000
};
// Add the circle
sismoCircle186 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle186, 'mouseover', function() {
infoWindow.setContent('2025-06-24 08:38:58
Magnitude : 3.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle186.center);
});
var point = new google.maps.LatLng(36.634,-11.052);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle187 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle187, 'mouseover', function() {
infoWindow.setContent('2025-06-24 08:43:05
Magnitude : 1.6
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle187.center);
});
var point = new google.maps.LatLng(38.002,-9.456);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle188 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle188, 'mouseover', function() {
infoWindow.setContent('2025-06-24 14:44:42
Magnitude : 2.5
Local : W Sines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle188.center);
});
var point = new google.maps.LatLng(41.511,-8.458);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle189 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle189, 'mouseover', function() {
infoWindow.setContent('2025-06-24 15:08:55
Magnitude : 1.4
Local : SW Braga
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle189.center);
});
var point = new google.maps.LatLng(36.86,54.87);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle190 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle190, 'mouseover', function() {
infoWindow.setContent('2025-06-24 17:38:29
Magnitude : 4.6
Local : Northern And Central Iran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle190.center);
});
var point = new google.maps.LatLng(38.201,-2.019);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle191 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle191, 'mouseover', function() {
infoWindow.setContent('2025-06-24 17:53:56
Magnitude : 3
Local : NE Almeria (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle191.center);
});
var point = new google.maps.LatLng(36.142,-8.259);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle192 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle192, 'mouseover', function() {
infoWindow.setContent('2025-06-24 18:24:14
Magnitude : 1.4
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle192.center);
});
var point = new google.maps.LatLng(36.691,-8.065);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle193 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle193, 'mouseover', function() {
infoWindow.setContent('2025-06-24 21:03:05
Magnitude : 1.1
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle193.center);
});
var point = new google.maps.LatLng(36.584,-7.545);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle194 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle194, 'mouseover', function() {
infoWindow.setContent('2025-06-24 22:17:44
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle194.center);
});
var point = new google.maps.LatLng(33.011,-17.21);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle195 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle195, 'mouseover', function() {
infoWindow.setContent('2025-06-24 22:57:02
Magnitude : 1.6
Local : NW Porto Moniz (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle195.center);
});
var point = new google.maps.LatLng(42.204,-7.252);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle196 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle196, 'mouseover', function() {
infoWindow.setContent('2025-06-24 23:22:13
Magnitude : 0.9
Local : NW Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle196.center);
});
var point = new google.maps.LatLng(39.554,-29.724);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle197 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle197, 'mouseover', function() {
infoWindow.setContent('2025-06-25 00:17:35
Magnitude : 2
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle197.center);
});
var point = new google.maps.LatLng(9.46,93.79);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle198 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle198, 'mouseover', function() {
infoWindow.setContent('2025-06-25 01:33:28
Magnitude : 5.4
Local : Nicobar Islands, India Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle198.center);
});
var point = new google.maps.LatLng(38.005,-9.456);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle199 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle199, 'mouseover', function() {
infoWindow.setContent('2025-06-25 02:15:55
Magnitude : 1.2
Local : W Sines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle199.center);
});
var point = new google.maps.LatLng(36.414,-7.885);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle200 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle200, 'mouseover', function() {
infoWindow.setContent('2025-06-25 07:10:42
Magnitude : 1.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle200.center);
});
var point = new google.maps.LatLng(37.339,-8.558);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle201 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle201, 'mouseover', function() {
infoWindow.setContent('2025-06-25 07:22:45
Magnitude : 0.9
Local : N Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle201.center);
});
var point = new google.maps.LatLng(-21.46,-179.07);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle202 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle202, 'mouseover', function() {
infoWindow.setContent('2025-06-25 08:04:29
Magnitude : 4.5
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle202.center);
});
var point = new google.maps.LatLng(37.247,-8.423);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle203 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle203, 'mouseover', function() {
infoWindow.setContent('2025-06-25 10:18:15
Magnitude : 0.9
Local : NE Silves
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle203.center);
});
var point = new google.maps.LatLng(38.649,-8.355);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle204 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle204, 'mouseover', function() {
infoWindow.setContent('2025-06-25 13:40:46
Magnitude : 0.8
Local : SE Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle204.center);
});
var point = new google.maps.LatLng(39.322,-9.252);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle205 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle205, 'mouseover', function() {
infoWindow.setContent('2025-06-25 17:58:32
Magnitude : 1.2
Local : SW Óbidos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle205.center);
});
var point = new google.maps.LatLng(16.29,145.57);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle206 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle206, 'mouseover', function() {
infoWindow.setContent('2025-06-25 18:54:43
Magnitude : 4.8
Local : Mariana Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle206.center);
});
var point = new google.maps.LatLng(38.772,-8.001);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle207 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle207, 'mouseover', function() {
infoWindow.setContent('2025-06-25 20:30:38
Magnitude : 0.3
Local : N Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle207.center);
});
var point = new google.maps.LatLng(38.783,-7.979);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle208 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle208, 'mouseover', function() {
infoWindow.setContent('2025-06-25 22:05:03
Magnitude : 0.3
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle208.center);
});
var point = new google.maps.LatLng(-35.66,-17.22);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle209 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle209, 'mouseover', function() {
infoWindow.setContent('2025-06-25 22:16:20
Magnitude : 5.6
Local : Southern Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle209.center);
});
var point = new google.maps.LatLng(37.652,-8.175);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle210 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle210, 'mouseover', function() {
infoWindow.setContent('2025-06-25 22:18:46
Magnitude : 0.1
Local : E Ourique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle210.center);
});
var point = new google.maps.LatLng(42.116,-6.755);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle211 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle211, 'mouseover', function() {
infoWindow.setContent('2025-06-25 22:59:41
Magnitude : 1.3
Local : N Bragança
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle211.center);
});
var point = new google.maps.LatLng(37.242,-8.118);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle212 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle212, 'mouseover', function() {
infoWindow.setContent('2025-06-26 00:53:50
Magnitude : 1.6
Local : NW Loulé
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle212.center);
});
var point = new google.maps.LatLng(37.014,-8.616);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle213 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle213, 'mouseover', function() {
infoWindow.setContent('2025-06-26 01:05:42
Magnitude : 0.5
Local : SE Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle213.center);
});
var point = new google.maps.LatLng(36.825,-7.76);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle214 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle214, 'mouseover', function() {
infoWindow.setContent('2025-06-26 02:05:06
Magnitude : 0.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle214.center);
});
var point = new google.maps.LatLng(38.946,-8.547);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0 * 9000
};
// Add the circle
sismoCircle215 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle215, 'mouseover', function() {
infoWindow.setContent('2025-06-26 02:46:20
Magnitude : 0
Local : SW Coruche
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle215.center);
});
var point = new google.maps.LatLng(39.221,-9.238);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle216 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle216, 'mouseover', function() {
infoWindow.setContent('2025-06-26 03:01:12
Magnitude : 1.1
Local : SE Lourinhã
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle216.center);
});
var point = new google.maps.LatLng(-5.69,154.39);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle217 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle217, 'mouseover', function() {
infoWindow.setContent('2025-06-26 07:54:46
Magnitude : 4.9
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle217.center);
});
var point = new google.maps.LatLng(36.35,-7.808);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle218 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle218, 'mouseover', function() {
infoWindow.setContent('2025-06-26 08:18:06
Magnitude : 1.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle218.center);
});
var point = new google.maps.LatLng(36.491,-7.277);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle219 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle219, 'mouseover', function() {
infoWindow.setContent('2025-06-26 10:22:54
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle219.center);
});
var point = new google.maps.LatLng(64.49,-40.29);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.3 * 9000
};
// Add the circle
sismoCircle220 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle220, 'mouseover', function() {
infoWindow.setContent('2025-06-26 16:40:51
Magnitude : 4.3
Local : Western Greenland
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle220.center);
});
var point = new google.maps.LatLng(38.596,-29.227);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle221 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle221, 'mouseover', function() {
infoWindow.setContent('2025-06-26 19:58:27
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle221.center);
});
var point = new google.maps.LatLng(38.73,-27.331);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle222 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle222, 'mouseover', function() {
infoWindow.setContent('2025-06-26 20:24:25
Magnitude : 2.2
Local : Serra Sta. Bárbara
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle222.center);
});
var point = new google.maps.LatLng(38.725,-27.339);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle223 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle223, 'mouseover', function() {
infoWindow.setContent('2025-06-26 20:25:43
Magnitude : 2.7
Local : Serra Sta. Bárbara
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle223.center);
});
var point = new google.maps.LatLng(36.467,-7.371);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle224 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle224, 'mouseover', function() {
infoWindow.setContent('2025-06-26 20:28:12
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle224.center);
});
var point = new google.maps.LatLng(36.939,-10.526);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle225 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle225, 'mouseover', function() {
infoWindow.setContent('2025-06-26 21:16:51
Magnitude : 2.9
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle225.center);
});
var point = new google.maps.LatLng(39.374,-9.311);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle226 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle226, 'mouseover', function() {
infoWindow.setContent('2025-06-26 22:01:51
Magnitude : 2.2
Local : NE Peniche
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle226.center);
});
var point = new google.maps.LatLng(-20.4,-178.77);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle227 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle227, 'mouseover', function() {
infoWindow.setContent('2025-06-26 23:53:53
Magnitude : 4.8
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle227.center);
});
var point = new google.maps.LatLng(34.51,98.96);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle228 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle228, 'mouseover', function() {
infoWindow.setContent('2025-06-27 04:25:53
Magnitude : 5.1
Local : Qinghai, China
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle228.center);
});
var point = new google.maps.LatLng(37.642,-8.394);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle229 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle229, 'mouseover', function() {
infoWindow.setContent('2025-06-27 07:07:48
Magnitude : 1.2
Local : W Ourique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle229.center);
});
var point = new google.maps.LatLng(36.338,-7.526);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle230 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle230, 'mouseover', function() {
infoWindow.setContent('2025-06-27 07:25:21
Magnitude : 1.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle230.center);
});
var point = new google.maps.LatLng(38.595,-8.744);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle231 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle231, 'mouseover', function() {
infoWindow.setContent('2025-06-27 07:55:06
Magnitude : 1.4
Local : NE Palmela
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle231.center);
});
var point = new google.maps.LatLng(38.587,-8.744);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle232 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle232, 'mouseover', function() {
infoWindow.setContent('2025-06-27 08:17:08
Magnitude : 2
Local : E Palmela
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle232.center);
});
var point = new google.maps.LatLng(35.673,-2.898);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle233 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle233, 'mouseover', function() {
infoWindow.setContent('2025-06-27 08:32:11
Magnitude : 1.7
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle233.center);
});
var point = new google.maps.LatLng(37.351,-9.188);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle234 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle234, 'mouseover', function() {
infoWindow.setContent('2025-06-27 10:12:28
Magnitude : 0.9
Local : W Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle234.center);
});
var point = new google.maps.LatLng(38.665,-29.071);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle235 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle235, 'mouseover', function() {
infoWindow.setContent('2025-06-27 11:11:48
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle235.center);
});
var point = new google.maps.LatLng(30.943,-8.436);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle236 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle236, 'mouseover', function() {
infoWindow.setContent('2025-06-27 14:03:38
Magnitude : 2.4
Local : Morocco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle236.center);
});
var point = new google.maps.LatLng(36.567,-9.708);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle237 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle237, 'mouseover', function() {
infoWindow.setContent('2025-06-27 14:14:25
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle237.center);
});
var point = new google.maps.LatLng(38.263,-9.261);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle238 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle238, 'mouseover', function() {
infoWindow.setContent('2025-06-27 16:34:24
Magnitude : 1.1
Local : SW Sesimbra
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle238.center);
});
var point = new google.maps.LatLng(35.764,-9.913);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle239 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle239, 'mouseover', function() {
infoWindow.setContent('2025-06-27 17:20:18
Magnitude : 1.5
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle239.center);
});
var point = new google.maps.LatLng(36.343,-8.289);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle240 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle240, 'mouseover', function() {
infoWindow.setContent('2025-06-27 20:52:22
Magnitude : 0.9
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle240.center);
});
var point = new google.maps.LatLng(36.739,-7.196);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle241 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle241, 'mouseover', function() {
infoWindow.setContent('2025-06-27 21:33:51
Magnitude : 0.9
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle241.center);
});
var point = new google.maps.LatLng(38.736,-8.295);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle242 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle242, 'mouseover', function() {
infoWindow.setContent('2025-06-27 22:05:01
Magnitude : 1.2
Local : NW Montemor-o-Novo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle242.center);
});
var point = new google.maps.LatLng(35.872,-10.025);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle243 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle243, 'mouseover', function() {
infoWindow.setContent('2025-06-27 22:36:19
Magnitude : 1.3
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle243.center);
});
var point = new google.maps.LatLng(5.28,126.1);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.1 * 9000
};
// Add the circle
sismoCircle244 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle244, 'mouseover', function() {
infoWindow.setContent('2025-06-27 23:07:10
Magnitude : 6.1
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle244.center);
});
var point = new google.maps.LatLng(38.628,-29.065);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle245 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle245, 'mouseover', function() {
infoWindow.setContent('2025-06-27 23:28:59
Magnitude : 2.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle245.center);
});
var point = new google.maps.LatLng(36.614,-7.195);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle246 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle246, 'mouseover', function() {
infoWindow.setContent('2025-06-28 00:11:21
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle246.center);
});
var point = new google.maps.LatLng(32.178,-16.651);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle247 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle247, 'mouseover', function() {
infoWindow.setContent('2025-06-28 00:11:27
Magnitude : 2
Local : SW Desertas (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle247.center);
});
var point = new google.maps.LatLng(39.605,-8.743);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle248 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle248, 'mouseover', function() {
infoWindow.setContent('2025-06-28 00:17:21
Magnitude : 0.5
Local : E Porto de Mós
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle248.center);
});
var point = new google.maps.LatLng(36.261,-9.056);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle249 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle249, 'mouseover', function() {
infoWindow.setContent('2025-06-28 02:10:32
Magnitude : 1.5
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle249.center);
});
var point = new google.maps.LatLng(38.222,-26.25);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle250 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle250, 'mouseover', function() {
infoWindow.setContent('2025-06-28 03:26:29
Magnitude : 2.3
Local : N Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle250.center);
});
var point = new google.maps.LatLng(37.309,-7.878);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle251 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle251, 'mouseover', function() {
infoWindow.setContent('2025-06-28 03:43:31
Magnitude : 0.3
Local : N S.Brás de Alportel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle251.center);
});
var point = new google.maps.LatLng(39.082,-10.326);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle252 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle252, 'mouseover', function() {
infoWindow.setContent('2025-06-28 03:47:39
Magnitude : 1.3
Local : Canhão da Nazaré
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle252.center);
});
var point = new google.maps.LatLng(36.319,-7.905);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle253 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle253, 'mouseover', function() {
infoWindow.setContent('2025-06-28 04:46:57
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle253.center);
});
var point = new google.maps.LatLng(-15.03,-174.33);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle254 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle254, 'mouseover', function() {
infoWindow.setContent('2025-06-28 05:17:20
Magnitude : 4.8
Local : Tonga Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle254.center);
});
var point = new google.maps.LatLng(15.3,-93.91);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle255 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle255, 'mouseover', function() {
infoWindow.setContent('2025-06-28 05:48:00
Magnitude : 4.9
Local : Near Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle255.center);
});
var point = new google.maps.LatLng(51.42,-168.56);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle256 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle256, 'mouseover', function() {
infoWindow.setContent('2025-06-28 06:08:19
Magnitude : 5.2
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle256.center);
});
var point = new google.maps.LatLng(-60.96,-38.95);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.6 * 9000
};
// Add the circle
sismoCircle257 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle257, 'mouseover', function() {
infoWindow.setContent('2025-06-28 08:32:21
Magnitude : 6.6
Local : Scotia Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle257.center);
});
var point = new google.maps.LatLng(72.4,142.1);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle258 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle258, 'mouseover', function() {
infoWindow.setContent('2025-06-28 09:51:30
Magnitude : 5.1
Local : Near N. Coast of Eastern Siberia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle258.center);
});
var point = new google.maps.LatLng(40.521,-29.275);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.4 * 9000
};
// Add the circle
sismoCircle259 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle259, 'mouseover', function() {
infoWindow.setContent('2025-06-28 13:05:22
Magnitude : 3.4
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle259.center);
});
var point = new google.maps.LatLng(40.562,-29.313);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle260 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle260, 'mouseover', function() {
infoWindow.setContent('2025-06-28 13:06:24
Magnitude : 3.2
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle260.center);
});
var point = new google.maps.LatLng(42.049,-7.997);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle261 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle261, 'mouseover', function() {
infoWindow.setContent('2025-06-28 14:01:51
Magnitude : 0.9
Local : SE Melgaço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle261.center);
});
var point = new google.maps.LatLng(37.626,-8.448);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle262 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle262, 'mouseover', function() {
infoWindow.setContent('2025-06-28 18:00:08
Magnitude : 0.5
Local : E Odemira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle262.center);
});
var point = new google.maps.LatLng(41.282,-8.442);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle263 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle263, 'mouseover', function() {
infoWindow.setContent('2025-06-28 19:17:12
Magnitude : 1
Local : NW Paços de Ferreira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle263.center);
});
var point = new google.maps.LatLng(36.851,-7.922);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle264 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle264, 'mouseover', function() {
infoWindow.setContent('2025-06-28 20:33:34
Magnitude : 0.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle264.center);
});
var point = new google.maps.LatLng(35.685,-9.957);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle265 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle265, 'mouseover', function() {
infoWindow.setContent('2025-06-28 20:44:42
Magnitude : 1.3
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle265.center);
});
var point = new google.maps.LatLng(42.101,-6.787);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle266 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle266, 'mouseover', function() {
infoWindow.setContent('2025-06-28 22:08:34
Magnitude : 0.9
Local : N Bragança
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle266.center);
});
var point = new google.maps.LatLng(30.36,69.77);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle267 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle267, 'mouseover', function() {
infoWindow.setContent('2025-06-28 22:24:00
Magnitude : 5.3
Local : Pakistan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle267.center);
});
var point = new google.maps.LatLng(38.003,-9.511);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle268 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle268, 'mouseover', function() {
infoWindow.setContent('2025-06-28 22:51:08
Magnitude : 1.8
Local : W Sines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle268.center);
});
var point = new google.maps.LatLng(36.369,-7.834);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle269 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle269, 'mouseover', function() {
infoWindow.setContent('2025-06-28 23:49:43
Magnitude : 0.9
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle269.center);
});
var point = new google.maps.LatLng(37.556,-4.519);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle270 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle270, 'mouseover', function() {
infoWindow.setContent('2025-06-28 23:51:13
Magnitude : 2.2
Local : SE Cordova (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle270.center);
});
var point = new google.maps.LatLng(41.634,-8.485);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle271 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle271, 'mouseover', function() {
infoWindow.setContent('2025-06-29 00:27:19
Magnitude : 0.6
Local : SW Vila Verde
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle271.center);
});
var point = new google.maps.LatLng(40.342,-9.016);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle272 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle272, 'mouseover', function() {
infoWindow.setContent('2025-06-29 00:27:41
Magnitude : 0.3
Local : NW Cabo Mondego
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle272.center);
});
var point = new google.maps.LatLng(29.34,129.4);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle273 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle273, 'mouseover', function() {
infoWindow.setContent('2025-06-29 01:15:25
Magnitude : 5.4
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle273.center);
});
var point = new google.maps.LatLng(36.787,-9.723);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle274 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle274, 'mouseover', function() {
infoWindow.setContent('2025-06-29 01:38:44
Magnitude : 1
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle274.center);
});
var point = new google.maps.LatLng(36.54,-8.089);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle275 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle275, 'mouseover', function() {
infoWindow.setContent('2025-06-29 02:32:06
Magnitude : 1.1
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle275.center);
});
var point = new google.maps.LatLng(3.91,-82.69);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle276 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle276, 'mouseover', function() {
infoWindow.setContent('2025-06-29 05:46:35
Magnitude : 5.1
Local : South of Panama
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle276.center);
});
var point = new google.maps.LatLng(52.35,175.84);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle277 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle277, 'mouseover', function() {
infoWindow.setContent('2025-06-29 07:13:56
Magnitude : 4.9
Local : Rat Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle277.center);
});
var point = new google.maps.LatLng(38.189,-7.899);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle278 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle278, 'mouseover', function() {
infoWindow.setContent('2025-06-29 09:41:47
Magnitude : 0.6
Local : NW Cuba
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle278.center);
});
var point = new google.maps.LatLng(37.116,-7.309);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle279 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle279, 'mouseover', function() {
infoWindow.setContent('2025-06-29 10:28:16
Magnitude : 0.5
Local : SE V.R.Sto António
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle279.center);
});
var point = new google.maps.LatLng(36.924,-8.921);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle280 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle280, 'mouseover', function() {
infoWindow.setContent('2025-06-29 11:52:38
Magnitude : 0.8
Local : SE Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle280.center);
});
var point = new google.maps.LatLng(38.581,-29.279);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle281 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle281, 'mouseover', function() {
infoWindow.setContent('2025-06-29 14:01:58
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle281.center);
});
var point = new google.maps.LatLng(38.604,-29.269);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle282 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle282, 'mouseover', function() {
infoWindow.setContent('2025-06-29 17:52:38
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle282.center);
});
var point = new google.maps.LatLng(36.239,-4.299);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle283 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle283, 'mouseover', function() {
infoWindow.setContent('2025-06-29 21:39:51
Magnitude : 1.5
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle283.center);
});
var point = new google.maps.LatLng(36.596,-7.958);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle284 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle284, 'mouseover', function() {
infoWindow.setContent('2025-06-30 02:49:05
Magnitude : 1.5
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle284.center);
});
var point = new google.maps.LatLng(37.924,-3.324);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle285 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle285, 'mouseover', function() {
infoWindow.setContent('2025-06-30 02:52:33
Magnitude : 1.9
Local : NW Almeria (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle285.center);
});
var point = new google.maps.LatLng(36.233,-8.578);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle286 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle286, 'mouseover', function() {
infoWindow.setContent('2025-06-30 03:15:21
Magnitude : 1.6
Local : SE Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle286.center);
});
var point = new google.maps.LatLng(9.44,93.98);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle287 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle287, 'mouseover', function() {
infoWindow.setContent('2025-06-30 04:39:02
Magnitude : 5.1
Local : Nicobar Islands, India Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle287.center);
});
var point = new google.maps.LatLng(9.54,93.12);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle288 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle288, 'mouseover', function() {
infoWindow.setContent('2025-06-30 05:52:43
Magnitude : 4.8
Local : Nicobar Islands, India Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle288.center);
});
var point = new google.maps.LatLng(36.891,-24.176);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.1 * 9000
};
// Add the circle
sismoCircle289 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle289, 'mouseover', function() {
infoWindow.setContent('2025-06-30 07:21:50
Magnitude : 3.1
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle289.center);
});
var point = new google.maps.LatLng(36.349,-8.964);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle290 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle290, 'mouseover', function() {
infoWindow.setContent('2025-06-30 09:51:45
Magnitude : 1.3
Local : S Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle290.center);
});
var point = new google.maps.LatLng(39.366,-9.166);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle291 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle291, 'mouseover', function() {
infoWindow.setContent('2025-06-30 09:58:39
Magnitude : 1.4
Local : N Óbidos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle291.center);
});
var point = new google.maps.LatLng(41.181,-7.958);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle292 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle292, 'mouseover', function() {
infoWindow.setContent('2025-06-30 11:52:34
Magnitude : 1.1
Local : NW Mesão Frio
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle292.center);
});
var point = new google.maps.LatLng(42.295,-8.052);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle293 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle293, 'mouseover', function() {
infoWindow.setContent('2025-06-30 13:43:57
Magnitude : 2.2
Local : SW Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle293.center);
});
var point = new google.maps.LatLng(35.301,-3.574);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle294 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle294, 'mouseover', function() {
infoWindow.setContent('2025-06-30 18:46:59
Magnitude : 2.1
Local : E Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle294.center);
});
var point = new google.maps.LatLng(35.787,-4.13);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle295 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle295, 'mouseover', function() {
infoWindow.setContent('2025-06-30 19:32:06
Magnitude : 1.7
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle295.center);
});
var point = new google.maps.LatLng(39.95,-29.431);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle296 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle296, 'mouseover', function() {
infoWindow.setContent('2025-06-30 20:59:09
Magnitude : 2.9
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle296.center);
});
var point = new google.maps.LatLng(-17.17,-65.64);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.4 * 9000
};
// Add the circle
sismoCircle297 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle297, 'mouseover', function() {
infoWindow.setContent('2025-06-30 23:47:53
Magnitude : 4.4
Local : Central Bolivia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle297.center);
});
var point = new google.maps.LatLng(36.505,-7.607);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle298 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle298, 'mouseover', function() {
infoWindow.setContent('2025-07-01 00:05:35
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle298.center);
});
var point = new google.maps.LatLng(37.488,-24.593);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.3 * 9000
};
// Add the circle
sismoCircle299 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle299, 'mouseover', function() {
infoWindow.setContent('2025-07-01 02:31:04
Magnitude : 3.3
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle299.center);
});
var point = new google.maps.LatLng(37.305,-9.197);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle300 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle300, 'mouseover', function() {
infoWindow.setContent('2025-07-01 03:16:20
Magnitude : 0.6
Local : W Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle300.center);
});
var point = new google.maps.LatLng(38.806,-8.444);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle301 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle301, 'mouseover', function() {
infoWindow.setContent('2025-07-01 04:03:31
Magnitude : 0.4
Local : N Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle301.center);
});
var point = new google.maps.LatLng(37.086,-7.367);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle302 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle302, 'mouseover', function() {
infoWindow.setContent('2025-07-01 04:24:45
Magnitude : 0.9
Local : SE V.R.Sto António
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle302.center);
});
var point = new google.maps.LatLng(36.469,-9.823);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle303 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle303, 'mouseover', function() {
infoWindow.setContent('2025-07-01 06:59:29
Magnitude : 2.1
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle303.center);
});
var point = new google.maps.LatLng(36.55,-8.205);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle304 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle304, 'mouseover', function() {
infoWindow.setContent('2025-07-01 09:04:39
Magnitude : 1.4
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle304.center);
});
var point = new google.maps.LatLng(39.066,-0.102);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle305 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle305, 'mouseover', function() {
infoWindow.setContent('2025-07-01 09:33:22
Magnitude : 2.5
Local : SE Valência (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle305.center);
});
var point = new google.maps.LatLng(36.899,-4.318);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle306 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle306, 'mouseover', function() {
infoWindow.setContent('2025-07-01 10:29:31
Magnitude : 2.4
Local : NE Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle306.center);
});
var point = new google.maps.LatLng(36.916,-4.349);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle307 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle307, 'mouseover', function() {
infoWindow.setContent('2025-07-01 10:33:50
Magnitude : 2.6
Local : NE Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle307.center);
});
var point = new google.maps.LatLng(36.962,-4.428);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle308 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle308, 'mouseover', function() {
infoWindow.setContent('2025-07-01 12:20:04
Magnitude : 1.8
Local : N Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle308.center);
});
var point = new google.maps.LatLng(36.952,-4.446);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle309 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle309, 'mouseover', function() {
infoWindow.setContent('2025-07-01 13:41:33
Magnitude : 1.8
Local : NW Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle309.center);
});
var point = new google.maps.LatLng(40.58,-29.179);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle310 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle310, 'mouseover', function() {
infoWindow.setContent('2025-07-01 17:42:05
Magnitude : 2.7
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle310.center);
});
var point = new google.maps.LatLng(36.938,-10.458);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle311 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle311, 'mouseover', function() {
infoWindow.setContent('2025-07-01 19:12:46
Magnitude : 1.8
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle311.center);
});
var point = new google.maps.LatLng(38.48,57.1);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle312 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle312, 'mouseover', function() {
infoWindow.setContent('2025-07-01 19:16:04
Magnitude : 4.6
Local : Turkmenistan-Iran Border Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle312.center);
});
var point = new google.maps.LatLng(29.33,129.41);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle313 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle313, 'mouseover', function() {
infoWindow.setContent('2025-07-01 19:32:07
Magnitude : 5.1
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle313.center);
});
var point = new google.maps.LatLng(34.632,-8.638);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle314 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle314, 'mouseover', function() {
infoWindow.setContent('2025-07-01 19:55:29
Magnitude : 2.2
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle314.center);
});
var point = new google.maps.LatLng(33.108,-17.616);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle315 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle315, 'mouseover', function() {
infoWindow.setContent('2025-07-01 20:13:22
Magnitude : 1.9
Local : NW Porto Moniz (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle315.center);
});
var point = new google.maps.LatLng(36.268,-8.319);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle316 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle316, 'mouseover', function() {
infoWindow.setContent('2025-07-01 23:29:52
Magnitude : 1.7
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle316.center);
});
var point = new google.maps.LatLng(36.334,-4.208);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle317 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle317, 'mouseover', function() {
infoWindow.setContent('2025-07-02 01:10:48
Magnitude : 2.7
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle317.center);
});
var point = new google.maps.LatLng(36.942,-8.939);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle318 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle318, 'mouseover', function() {
infoWindow.setContent('2025-07-02 02:41:14
Magnitude : 1.2
Local : SE Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle318.center);
});
var point = new google.maps.LatLng(52.89,158.79);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle319 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle319, 'mouseover', function() {
infoWindow.setContent('2025-07-02 02:49:49
Magnitude : 4.9
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle319.center);
});
var point = new google.maps.LatLng(38.574,-29.27);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle320 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle320, 'mouseover', function() {
infoWindow.setContent('2025-07-02 02:55:17
Magnitude : 2.6
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle320.center);
});
var point = new google.maps.LatLng(28.97,129.48);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle321 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle321, 'mouseover', function() {
infoWindow.setContent('2025-07-02 05:25:22
Magnitude : 5.1
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle321.center);
});
var point = new google.maps.LatLng(29.21,129.26);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle322 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle322, 'mouseover', function() {
infoWindow.setContent('2025-07-02 05:51:48
Magnitude : 5.2
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle322.center);
});
var point = new google.maps.LatLng(29.24,129.24);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle323 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle323, 'mouseover', function() {
infoWindow.setContent('2025-07-02 06:26:49
Magnitude : 5.6
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle323.center);
});
var point = new google.maps.LatLng(-17.59,-178.97);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle324 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle324, 'mouseover', function() {
infoWindow.setContent('2025-07-02 07:15:26
Magnitude : 5.6
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle324.center);
});
var point = new google.maps.LatLng(29.32,129.33);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle325 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle325, 'mouseover', function() {
infoWindow.setContent('2025-07-02 07:17:56
Magnitude : 5
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle325.center);
});
var point = new google.maps.LatLng(36.386,-8.026);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle326 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle326, 'mouseover', function() {
infoWindow.setContent('2025-07-02 08:43:40
Magnitude : 1.6
Local : S Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle326.center);
});
var point = new google.maps.LatLng(37.882,-3.201);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle327 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle327, 'mouseover', function() {
infoWindow.setContent('2025-07-02 11:02:18
Magnitude : 2.1
Local : NW Almeria (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle327.center);
});
var point = new google.maps.LatLng(35.478,-3.757);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle328 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle328, 'mouseover', function() {
infoWindow.setContent('2025-07-02 14:44:54
Magnitude : 2.2
Local : NE Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle328.center);
});
var point = new google.maps.LatLng(29.27,129.26);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle329 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle329, 'mouseover', function() {
infoWindow.setContent('2025-07-02 15:49:18
Magnitude : 5.2
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle329.center);
});
var point = new google.maps.LatLng(36.37,-9.768);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle330 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle330, 'mouseover', function() {
infoWindow.setContent('2025-07-02 17:49:58
Magnitude : 2.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle330.center);
});
var point = new google.maps.LatLng(36.485,-7.451);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle331 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle331, 'mouseover', function() {
infoWindow.setContent('2025-07-02 21:33:12
Magnitude : 1.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle331.center);
});
var point = new google.maps.LatLng(37.335,-8.58);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle332 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle332, 'mouseover', function() {
infoWindow.setContent('2025-07-03 01:07:53
Magnitude : 0.4
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle332.center);
});
var point = new google.maps.LatLng(36.454,-7.294);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle333 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle333, 'mouseover', function() {
infoWindow.setContent('2025-07-03 01:48:30
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle333.center);
});
var point = new google.maps.LatLng(36.709,-8.16);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle334 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle334, 'mouseover', function() {
infoWindow.setContent('2025-07-03 05:06:04
Magnitude : 0.9
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle334.center);
});
var point = new google.maps.LatLng(-21.27,-67.24);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle335 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle335, 'mouseover', function() {
infoWindow.setContent('2025-07-03 05:41:42
Magnitude : 5.4
Local : Chile-Bolivia Border Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle335.center);
});
var point = new google.maps.LatLng(-27.26,-63.37);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle336 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle336, 'mouseover', function() {
infoWindow.setContent('2025-07-03 06:13:57
Magnitude : 4.9
Local : Santiago Del Estero Prov., Arg.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle336.center);
});
var point = new google.maps.LatLng(38.752,-8.052);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle337 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle337, 'mouseover', function() {
infoWindow.setContent('2025-07-03 07:36:25
Magnitude : 0.5
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle337.center);
});
var point = new google.maps.LatLng(-62.63,-158.97);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle338 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle338, 'mouseover', function() {
infoWindow.setContent('2025-07-03 10:39:24
Magnitude : 5.4
Local : Pacific-Antarctic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle338.center);
});
var point = new google.maps.LatLng(38.96,-8.054);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle339 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle339, 'mouseover', function() {
infoWindow.setContent('2025-07-03 20:22:31
Magnitude : 0.1
Local : NE Mora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle339.center);
});
var point = new google.maps.LatLng(39.338,-9.283);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle340 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle340, 'mouseover', function() {
infoWindow.setContent('2025-07-03 20:40:00
Magnitude : 1.3
Local : E Peniche
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle340.center);
});
var point = new google.maps.LatLng(46.78,151.34);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle341 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle341, 'mouseover', function() {
infoWindow.setContent('2025-07-03 21:09:15
Magnitude : 4.9
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle341.center);
});
var point = new google.maps.LatLng(37.037,-24.075);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle342 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle342, 'mouseover', function() {
infoWindow.setContent('2025-07-03 21:55:33
Magnitude : 2.1
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle342.center);
});
var point = new google.maps.LatLng(39.219,-9.028);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle343 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle343, 'mouseover', function() {
infoWindow.setContent('2025-07-03 21:56:24
Magnitude : 0.2
Local : SE Cadaval
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle343.center);
});
var point = new google.maps.LatLng(-20.67,-66.7);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle344 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle344, 'mouseover', function() {
infoWindow.setContent('2025-07-03 22:42:57
Magnitude : 4.6
Local : Southern Bolivia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle344.center);
});
var point = new google.maps.LatLng(36.563,-9.776);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle345 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle345, 'mouseover', function() {
infoWindow.setContent('2025-07-04 02:05:09
Magnitude : 1.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle345.center);
});
var point = new google.maps.LatLng(37.572,-4.061);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle346 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle346, 'mouseover', function() {
infoWindow.setContent('2025-07-04 03:52:58
Magnitude : 1.7
Local : NW Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle346.center);
});
var point = new google.maps.LatLng(36.323,-8.211);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle347 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle347, 'mouseover', function() {
infoWindow.setContent('2025-07-04 08:48:19
Magnitude : 1.5
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle347.center);
});
var point = new google.maps.LatLng(-14.51,-76.42);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle348 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle348, 'mouseover', function() {
infoWindow.setContent('2025-07-04 08:55:12
Magnitude : 4.9
Local : Near Coast of Peru
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle348.center);
});
var point = new google.maps.LatLng(36.195,-13.876);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle349 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle349, 'mouseover', function() {
infoWindow.setContent('2025-07-04 12:23:20
Magnitude : 2.6
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle349.center);
});
var point = new google.maps.LatLng(36.524,-7.722);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle350 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle350, 'mouseover', function() {
infoWindow.setContent('2025-07-04 13:04:38
Magnitude : 2.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle350.center);
});
var point = new google.maps.LatLng(-57.02,-67.33);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle351 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle351, 'mouseover', function() {
infoWindow.setContent('2025-07-04 15:47:46
Magnitude : 5.6
Local : Drake Passage
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle351.center);
});
var point = new google.maps.LatLng(39.203,-8.139);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle352 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle352, 'mouseover', function() {
infoWindow.setContent('2025-07-04 15:58:03
Magnitude : 0.1
Local : SW Ponte de Sôr
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle352.center);
});
var point = new google.maps.LatLng(36.607,-9.799);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle353 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle353, 'mouseover', function() {
infoWindow.setContent('2025-07-04 21:06:43
Magnitude : 1.2
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle353.center);
});
var point = new google.maps.LatLng(38.612,-29.286);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.7 * 9000
};
// Add the circle
sismoCircle354 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle354, 'mouseover', function() {
infoWindow.setContent('2025-07-04 21:22:33
Magnitude : 2.7
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle354.center);
});
var point = new google.maps.LatLng(29.35,129.27);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle355 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle355, 'mouseover', function() {
infoWindow.setContent('2025-07-04 21:29:39
Magnitude : 5.4
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle355.center);
});
var point = new google.maps.LatLng(38.588,-8.745);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle356 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle356, 'mouseover', function() {
infoWindow.setContent('2025-07-04 23:25:15
Magnitude : 0.8
Local : E Palmela
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle356.center);
});
var point = new google.maps.LatLng(38.877,-29.479);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle357 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle357, 'mouseover', function() {
infoWindow.setContent('2025-07-05 00:13:13
Magnitude : 2.4
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle357.center);
});
var point = new google.maps.LatLng(35.342,-11.352);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle358 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle358, 'mouseover', function() {
infoWindow.setContent('2025-07-05 02:42:51
Magnitude : 1.6
Local : Horseshoe-Ampére
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle358.center);
});
var point = new google.maps.LatLng(37.339,-8.942);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle359 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle359, 'mouseover', function() {
infoWindow.setContent('2025-07-05 04:10:50
Magnitude : 0.8
Local : NW Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle359.center);
});
var point = new google.maps.LatLng(37.41,-9.81);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle360 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle360, 'mouseover', function() {
infoWindow.setContent('2025-07-05 06:19:17
Magnitude : 1.6
Local : NW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle360.center);
});
var point = new google.maps.LatLng(36.909,-10.742);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle361 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle361, 'mouseover', function() {
infoWindow.setContent('2025-07-05 08:01:25
Magnitude : 1.7
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle361.center);
});
var point = new google.maps.LatLng(36.371,-7.791);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle362 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle362, 'mouseover', function() {
infoWindow.setContent('2025-07-05 08:05:31
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle362.center);
});
var point = new google.maps.LatLng(37.202,-14.352);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle363 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle363, 'mouseover', function() {
infoWindow.setContent('2025-07-05 11:21:08
Magnitude : 2.2
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle363.center);
});
var point = new google.maps.LatLng(40.64,-7.77);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle364 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle364, 'mouseover', function() {
infoWindow.setContent('2025-07-05 12:06:41
Magnitude : 0.8
Local : N Mangualde
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle364.center);
});
var point = new google.maps.LatLng(37.227,-7.818);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle365 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle365, 'mouseover', function() {
infoWindow.setContent('2025-07-05 15:45:51
Magnitude : 0.4
Local : NE S.Brás de Alportel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle365.center);
});
var point = new google.maps.LatLng(37.317,-8.549);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle366 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle366, 'mouseover', function() {
infoWindow.setContent('2025-07-05 16:44:52
Magnitude : 0.9
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle366.center);
});
var point = new google.maps.LatLng(41.964,-7.411);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle367 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle367, 'mouseover', function() {
infoWindow.setContent('2025-07-05 18:09:02
Magnitude : 1
Local : NE Chaves
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle367.center);
});
var point = new google.maps.LatLng(38.457,-8.082);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle368 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle368, 'mouseover', function() {
infoWindow.setContent('2025-07-05 19:37:31
Magnitude : 0.4
Local : NW Viana do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle368.center);
});
var point = new google.maps.LatLng(36.57,-7.719);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle369 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle369, 'mouseover', function() {
infoWindow.setContent('2025-07-05 21:33:20
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle369.center);
});
var point = new google.maps.LatLng(37.313,-8.532);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle370 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle370, 'mouseover', function() {
infoWindow.setContent('2025-07-06 02:28:18
Magnitude : 0.5
Local : E Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle370.center);
});
var point = new google.maps.LatLng(37.596,-7.971);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle371 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle371, 'mouseover', function() {
infoWindow.setContent('2025-07-06 02:38:55
Magnitude : 1.7
Local : NE Almodovar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle371.center);
});
var point = new google.maps.LatLng(36.733,-9.715);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle372 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle372, 'mouseover', function() {
infoWindow.setContent('2025-07-06 03:10:24
Magnitude : 1.5
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle372.center);
});
var point = new google.maps.LatLng(38.652,-9.706);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle373 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle373, 'mouseover', function() {
infoWindow.setContent('2025-07-06 03:17:43
Magnitude : 0.4
Local : W Cascais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle373.center);
});
var point = new google.maps.LatLng(29.38,129.55);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.5 * 9000
};
// Add the circle
sismoCircle374 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle374, 'mouseover', function() {
infoWindow.setContent('2025-07-06 05:07:02
Magnitude : 5.5
Local : Ryukyu Islands, Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle374.center);
});
var point = new google.maps.LatLng(38.527,-29.881);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle375 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle375, 'mouseover', function() {
infoWindow.setContent('2025-07-06 08:41:54
Magnitude : 2.2
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle375.center);
});
var point = new google.maps.LatLng(-5.48,-76.96);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle376 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle376, 'mouseover', function() {
infoWindow.setContent('2025-07-06 11:27:44
Magnitude : 5.4
Local : Northern Peru
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle376.center);
});
var point = new google.maps.LatLng(37.686,-25.106);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle377 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle377, 'mouseover', function() {
infoWindow.setContent('2025-07-06 13:33:21
Magnitude : 2.1
Local : Fossa da Povoação
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle377.center);
});
var point = new google.maps.LatLng(-15.07,-172.89);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle378 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle378, 'mouseover', function() {
infoWindow.setContent('2025-07-06 13:33:52
Magnitude : 4.8
Local : Samoa Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle378.center);
});
var point = new google.maps.LatLng(42.93,-7.135);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle379 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle379, 'mouseover', function() {
infoWindow.setContent('2025-07-06 15:04:31
Magnitude : 1.4
Local : SE Lugo (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle379.center);
});
var point = new google.maps.LatLng(37.589,-25.192);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle380 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle380, 'mouseover', function() {
infoWindow.setContent('2025-07-06 15:23:54
Magnitude : 2.5
Local : N Banco Grande Norte
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle380.center);
});
var point = new google.maps.LatLng(36.685,-7.486);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle381 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle381, 'mouseover', function() {
infoWindow.setContent('2025-07-06 19:37:03
Magnitude : 1.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle381.center);
});
var point = new google.maps.LatLng(36.662,-9.75);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle382 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle382, 'mouseover', function() {
infoWindow.setContent('2025-07-06 21:53:59
Magnitude : 1.7
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle382.center);
});
var point = new google.maps.LatLng(37.729,-16.571);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle383 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle383, 'mouseover', function() {
infoWindow.setContent('2025-07-07 00:35:47
Magnitude : 2.5
Local : Madeira-Tore
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle383.center);
});
var point = new google.maps.LatLng(41.777,-1.977);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle384 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle384, 'mouseover', function() {
infoWindow.setContent('2025-07-07 02:08:04
Magnitude : 1.9
Local : E Soria (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle384.center);
});
var point = new google.maps.LatLng(37.68,19.8);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.3 * 9000
};
// Add the circle
sismoCircle385 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle385, 'mouseover', function() {
infoWindow.setContent('2025-07-07 06:20:44
Magnitude : 4.3
Local : Ionian Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle385.center);
});
var point = new google.maps.LatLng(36.896,-11.074);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle386 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle386, 'mouseover', function() {
infoWindow.setContent('2025-07-07 07:30:20
Magnitude : 2.9
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle386.center);
});
var point = new google.maps.LatLng(36.409,-9.207);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle387 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle387, 'mouseover', function() {
infoWindow.setContent('2025-07-07 07:49:54
Magnitude : 1.1
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle387.center);
});
var point = new google.maps.LatLng(42.697,-8.275);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle388 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle388, 'mouseover', function() {
infoWindow.setContent('2025-07-07 08:11:29
Magnitude : 0.7
Local : SE Santiago Compostela (E
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle388.center);
});
var point = new google.maps.LatLng(36.984,-14.116);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle389 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle389, 'mouseover', function() {
infoWindow.setContent('2025-07-07 11:25:18
Magnitude : 2.4
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle389.center);
});
var point = new google.maps.LatLng(-47.22,165.6);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.3 * 9000
};
// Add the circle
sismoCircle390 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle390, 'mouseover', function() {
infoWindow.setContent('2025-07-07 12:53:41
Magnitude : 6.3
Local : Off W. Coast of S. Island, N.Z.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle390.center);
});
var point = new google.maps.LatLng(38.778,-7.924);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle391 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle391, 'mouseover', function() {
infoWindow.setContent('2025-07-07 13:14:09
Magnitude : 0.5
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle391.center);
});
var point = new google.maps.LatLng(36.376,-8.017);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle392 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle392, 'mouseover', function() {
infoWindow.setContent('2025-07-07 14:21:51
Magnitude : 1.6
Local : S Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle392.center);
});
var point = new google.maps.LatLng(35.549,-9.586);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle393 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle393, 'mouseover', function() {
infoWindow.setContent('2025-07-07 14:28:43
Magnitude : 3.2
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle393.center);
});
var point = new google.maps.LatLng(36.681,-12.569);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle394 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle394, 'mouseover', function() {
infoWindow.setContent('2025-07-07 14:36:53
Magnitude : 2
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle394.center);
});
var point = new google.maps.LatLng(38.549,-29.465);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.9 * 9000
};
// Add the circle
sismoCircle395 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle395, 'mouseover', function() {
infoWindow.setContent('2025-07-07 16:48:19
Magnitude : 2.9
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle395.center);
});
var point = new google.maps.LatLng(37.322,-8.542);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle396 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle396, 'mouseover', function() {
infoWindow.setContent('2025-07-07 16:53:40
Magnitude : 0.4
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle396.center);
});
var point = new google.maps.LatLng(34.86,26.65);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.3 * 9000
};
// Add the circle
sismoCircle397 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle397, 'mouseover', function() {
infoWindow.setContent('2025-07-07 17:46:06
Magnitude : 4.3
Local : Crete, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle397.center);
});
var point = new google.maps.LatLng(7.87,-37.34);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle398 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle398, 'mouseover', function() {
infoWindow.setContent('2025-07-07 19:45:51
Magnitude : 4.7
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle398.center);
});
var point = new google.maps.LatLng(37.314,-8.552);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.9 * 9000
};
// Add the circle
sismoCircle399 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle399, 'mouseover', function() {
infoWindow.setContent('2025-07-07 20:43:57
Magnitude : 0.9
Local : E Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle399.center);
});
var point = new google.maps.LatLng(-15.99,-69.52);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle400 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle400, 'mouseover', function() {
infoWindow.setContent('2025-07-07 23:30:58
Magnitude : 4.6
Local : Peru-Bolivia Border Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle400.center);
});
var point = new google.maps.LatLng(36.846,-7.405);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle401 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle401, 'mouseover', function() {
infoWindow.setContent('2025-07-08 00:19:02
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle401.center);
});
var point = new google.maps.LatLng(35.646,-9.897);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle402 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle402, 'mouseover', function() {
infoWindow.setContent('2025-07-08 00:55:30
Magnitude : 1.8
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle402.center);
});
var point = new google.maps.LatLng(36.986,-23.14);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle403 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle403, 'mouseover', function() {
infoWindow.setContent('2025-07-08 02:17:52
Magnitude : 2.6
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle403.center);
});
var point = new google.maps.LatLng(38.796,-8.032);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle404 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle404, 'mouseover', function() {
infoWindow.setContent('2025-07-08 02:45:57
Magnitude : 0.1
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle404.center);
});
var point = new google.maps.LatLng(37.329,-8.543);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle405 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle405, 'mouseover', function() {
infoWindow.setContent('2025-07-08 03:05:37
Magnitude : 0.8
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle405.center);
});
var point = new google.maps.LatLng(38.784,-7.899);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle406 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle406, 'mouseover', function() {
infoWindow.setContent('2025-07-08 03:19:30
Magnitude : 0.6
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle406.center);
});
var point = new google.maps.LatLng(36.986,-8.753);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle407 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle407, 'mouseover', function() {
infoWindow.setContent('2025-07-08 06:18:43
Magnitude : 1
Local : SW Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle407.center);
});
var point = new google.maps.LatLng(36.285,-8.246);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle408 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle408, 'mouseover', function() {
infoWindow.setContent('2025-07-08 08:11:37
Magnitude : 1.2
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle408.center);
});
var point = new google.maps.LatLng(43.291,-8.053);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle409 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle409, 'mouseover', function() {
infoWindow.setContent('2025-07-08 09:52:26
Magnitude : 2.4
Local : SE Coruna (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle409.center);
});
var point = new google.maps.LatLng(37.102,-5.241);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle410 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle410, 'mouseover', function() {
infoWindow.setContent('2025-07-08 13:34:41
Magnitude : 1.9
Local : SE Sevilha (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle410.center);
});
var point = new google.maps.LatLng(38.02,20.06);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.5 * 9000
};
// Add the circle
sismoCircle411 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle411, 'mouseover', function() {
infoWindow.setContent('2025-07-08 15:03:39
Magnitude : 4.5
Local : Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle411.center);
});
var point = new google.maps.LatLng(40.227,-29.62);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3 * 9000
};
// Add the circle
sismoCircle412 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle412, 'mouseover', function() {
infoWindow.setContent('2025-07-08 17:08:38
Magnitude : 3
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle412.center);
});
var point = new google.maps.LatLng(37.026,-5.412);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle413 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle413, 'mouseover', function() {
infoWindow.setContent('2025-07-08 18:37:18
Magnitude : 1.5
Local : SE Sevilha (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle413.center);
});
var point = new google.maps.LatLng(14.5,-90.62);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.6 * 9000
};
// Add the circle
sismoCircle414 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle414, 'mouseover', function() {
infoWindow.setContent('2025-07-08 21:41:32
Magnitude : 5.6
Local : Guatemala
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle414.center);
});
var point = new google.maps.LatLng(38.314,-7.919);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.3 * 9000
};
// Add the circle
sismoCircle415 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle415, 'mouseover', function() {
infoWindow.setContent('2025-07-08 23:54:30
Magnitude : 0.3
Local : E Viana do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle415.center);
});
var point = new google.maps.LatLng(38.304,-1.006);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle416 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle416, 'mouseover', function() {
infoWindow.setContent('2025-07-09 03:38:01
Magnitude : 2.5
Local : NE Murcia (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle416.center);
});
var point = new google.maps.LatLng(41.891,-7.177);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle417 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle417, 'mouseover', function() {
infoWindow.setContent('2025-07-09 09:48:30
Magnitude : 1.1
Local : NW Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle417.center);
});
var point = new google.maps.LatLng(36.589,-9.839);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.6 * 9000
};
// Add the circle
sismoCircle418 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle418, 'mouseover', function() {
infoWindow.setContent('2025-07-09 11:15:43
Magnitude : 1.6
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle418.center);
});
var point = new google.maps.LatLng(37.965,-4.181);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle419 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle419, 'mouseover', function() {
infoWindow.setContent('2025-07-09 12:53:12
Magnitude : 2.1
Local : E Cordova (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle419.center);
});
var point = new google.maps.LatLng(42.135,-7.377);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle420 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle420, 'mouseover', function() {
infoWindow.setContent('2025-07-09 16:33:24
Magnitude : 1.8
Local : NE Chaves
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle420.center);
});
var point = new google.maps.LatLng(36.232,-9.747);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.3 * 9000
};
// Add the circle
sismoCircle421 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle421, 'mouseover', function() {
infoWindow.setContent('2025-07-09 17:18:13
Magnitude : 3.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle421.center);
});
var point = new google.maps.LatLng(36.587,-11.182);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle422 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle422, 'mouseover', function() {
infoWindow.setContent('2025-07-09 18:06:35
Magnitude : 1.8
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle422.center);
});
var point = new google.maps.LatLng(36.577,-7.696);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.3 * 9000
};
// Add the circle
sismoCircle423 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle423, 'mouseover', function() {
infoWindow.setContent('2025-07-09 18:49:00
Magnitude : 1.3
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle423.center);
});
var point = new google.maps.LatLng(-27.16,-63.42);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle424 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle424, 'mouseover', function() {
infoWindow.setContent('2025-07-09 19:11:59
Magnitude : 5.1
Local : Santiago Del Estero Prov., Arg.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle424.center);
});
var point = new google.maps.LatLng(36.693,-7.545);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle425 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle425, 'mouseover', function() {
infoWindow.setContent('2025-07-09 20:07:56
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle425.center);
});
var point = new google.maps.LatLng(40.739,-8.101);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle426 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle426, 'mouseover', function() {
infoWindow.setContent('2025-07-09 22:18:49
Magnitude : 0.7
Local : NE Vouzela
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle426.center);
});
var point = new google.maps.LatLng(35.849,-1.175);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle427 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle427, 'mouseover', function() {
infoWindow.setContent('2025-07-09 22:31:11
Magnitude : 1.9
Local : NW Argélia (ALG)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle427.center);
});
var point = new google.maps.LatLng(36.79,25.74);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle428 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle428, 'mouseover', function() {
infoWindow.setContent('2025-07-09 22:54:08
Magnitude : 4.6
Local : Dodecanese Islands, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle428.center);
});
var point = new google.maps.LatLng(35.123,-4.019);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle429 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle429, 'mouseover', function() {
infoWindow.setContent('2025-07-09 23:25:49
Magnitude : 1.8
Local : SW Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle429.center);
});
var point = new google.maps.LatLng(35.969,-10.708);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle430 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle430, 'mouseover', function() {
infoWindow.setContent('2025-07-10 03:30:44
Magnitude : 1.5
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle430.center);
});
var point = new google.maps.LatLng(-15.57,-174.53);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle431 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle431, 'mouseover', function() {
infoWindow.setContent('2025-07-10 04:46:55
Magnitude : 5.2
Local : Tonga Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle431.center);
});
var point = new google.maps.LatLng(36.029,-34.514);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle432 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle432, 'mouseover', function() {
infoWindow.setContent('2025-07-10 04:55:04
Magnitude : 4.6
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle432.center);
});
var point = new google.maps.LatLng(36.685,-9.719);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.5 * 9000
};
// Add the circle
sismoCircle433 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle433, 'mouseover', function() {
infoWindow.setContent('2025-07-10 05:22:25
Magnitude : 2.5
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle433.center);
});
var point = new google.maps.LatLng(37.201,-9.236);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle434 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle434, 'mouseover', function() {
infoWindow.setContent('2025-07-10 05:26:21
Magnitude : 1.1
Local : NW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle434.center);
});
var point = new google.maps.LatLng(-19.07,-68.99);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle435 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle435, 'mouseover', function() {
infoWindow.setContent('2025-07-10 09:26:05
Magnitude : 5.1
Local : Chile-Bolivia Border Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle435.center);
});
var point = new google.maps.LatLng(39.109,-29.316);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle436 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle436, 'mouseover', function() {
infoWindow.setContent('2025-07-10 09:42:06
Magnitude : 2.1
Local : NW Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle436.center);
});
var point = new google.maps.LatLng(37.328,-8.557);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle437 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle437, 'mouseover', function() {
infoWindow.setContent('2025-07-10 10:08:59
Magnitude : 0.6
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle437.center);
});
var point = new google.maps.LatLng(36.618,-7.461);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle438 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle438, 'mouseover', function() {
infoWindow.setContent('2025-07-10 10:22:15
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle438.center);
});
var point = new google.maps.LatLng(15.73,-93.69);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle439 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle439, 'mouseover', function() {
infoWindow.setContent('2025-07-10 13:19:21
Magnitude : 5.1
Local : Near Coast of Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle439.center);
});
var point = new google.maps.LatLng(36.595,-7.508);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle440 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle440, 'mouseover', function() {
infoWindow.setContent('2025-07-10 13:50:06
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle440.center);
});
var point = new google.maps.LatLng(14.13,-90.06);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle441 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle441, 'mouseover', function() {
infoWindow.setContent('2025-07-10 14:38:32
Magnitude : 4.9
Local : Guatemala
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle441.center);
});
var point = new google.maps.LatLng(3.22,-31.45);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle442 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle442, 'mouseover', function() {
infoWindow.setContent('2025-07-10 15:35:09
Magnitude : 4.9
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle442.center);
});
var point = new google.maps.LatLng(37.326,-8.593);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle443 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle443, 'mouseover', function() {
infoWindow.setContent('2025-07-10 16:25:34
Magnitude : 0.7
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle443.center);
});
var point = new google.maps.LatLng(36.365,-9.882);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle444 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle444, 'mouseover', function() {
infoWindow.setContent('2025-07-10 18:28:02
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle444.center);
});
var point = new google.maps.LatLng(30.268,-7.929);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.6 * 9000
};
// Add the circle
sismoCircle445 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle445, 'mouseover', function() {
infoWindow.setContent('2025-07-10 20:29:40
Magnitude : 2.6
Local : Morocco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle445.center);
});
var point = new google.maps.LatLng(38.743,-27.327);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle446 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle446, 'mouseover', function() {
infoWindow.setContent('2025-07-10 22:14:15
Magnitude : 2
Local : Serra Sta. Bárbara
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle446.center);
});
var point = new google.maps.LatLng(38.1,-8.49);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle447 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle447, 'mouseover', function() {
infoWindow.setContent('2025-07-10 23:37:32
Magnitude : 0.1
Local : SE Grândola
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle447.center);
});
var point = new google.maps.LatLng(38.962,-9.185);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle448 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle448, 'mouseover', function() {
infoWindow.setContent('2025-07-11 01:10:56
Magnitude : 1.5
Local : SW Sobral de Monte Agraço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle448.center);
});
var point = new google.maps.LatLng(-9.07,67.36);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle449 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle449, 'mouseover', function() {
infoWindow.setContent('2025-07-11 02:07:40
Magnitude : 5.2
Local : Mid-Indian Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle449.center);
});
var point = new google.maps.LatLng(38.784,-8.448);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle450 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle450, 'mouseover', function() {
infoWindow.setContent('2025-07-11 02:27:02
Magnitude : 0.1
Local : N Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle450.center);
});
var point = new google.maps.LatLng(36.241,-8.361);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle451 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle451, 'mouseover', function() {
infoWindow.setContent('2025-07-11 03:21:44
Magnitude : 1.1
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle451.center);
});
var point = new google.maps.LatLng(38.593,-29.289);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle452 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle452, 'mouseover', function() {
infoWindow.setContent('2025-07-11 03:54:09
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle452.center);
});
var point = new google.maps.LatLng(36.597,-11.175);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle453 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle453, 'mouseover', function() {
infoWindow.setContent('2025-07-11 05:46:36
Magnitude : 2.3
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle453.center);
});
var point = new google.maps.LatLng(23.94,125.91);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.1 * 9000
};
// Add the circle
sismoCircle454 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle454, 'mouseover', function() {
infoWindow.setContent('2025-07-11 07:09:25
Magnitude : 5.1
Local : Southwestern Ryukyu Isl., Japan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle454.center);
});
var point = new google.maps.LatLng(38.66,-29.107);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle455 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle455, 'mouseover', function() {
infoWindow.setContent('2025-07-11 07:33:01
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle455.center);
});
var point = new google.maps.LatLng(38.649,-29.109);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle456 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle456, 'mouseover', function() {
infoWindow.setContent('2025-07-11 07:51:18
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle456.center);
});
var point = new google.maps.LatLng(39.498,-29.804);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle457 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle457, 'mouseover', function() {
infoWindow.setContent('2025-07-11 08:56:38
Magnitude : 2.8
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle457.center);
});
var point = new google.maps.LatLng(34.5,-6.045);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle458 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle458, 'mouseover', function() {
infoWindow.setContent('2025-07-11 11:40:08
Magnitude : 2.2
Local : NW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle458.center);
});
var point = new google.maps.LatLng(37.122,-7.877);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle459 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle459, 'mouseover', function() {
infoWindow.setContent('2025-07-11 11:55:24
Magnitude : 0.2
Local : SE S.Brás de Alportel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle459.center);
});
var point = new google.maps.LatLng(37.28,20.54);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle460 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle460, 'mouseover', function() {
infoWindow.setContent('2025-07-11 16:24:06
Magnitude : 4.7
Local : Ionian Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle460.center);
});
var point = new google.maps.LatLng(38.708,-7.829);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle461 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle461, 'mouseover', function() {
infoWindow.setContent('2025-07-11 16:48:38
Magnitude : 0.8
Local : E Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle461.center);
});
var point = new google.maps.LatLng(32.524,-17.245);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.2 * 9000
};
// Add the circle
sismoCircle462 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle462, 'mouseover', function() {
infoWindow.setContent('2025-07-11 18:27:49
Magnitude : 2.2
Local : SW Ponta do Sol (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle462.center);
});
var point = new google.maps.LatLng(42.909,-11.158);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle463 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle463, 'mouseover', function() {
infoWindow.setContent('2025-07-12 03:01:33
Magnitude : 2
Local : Banco da Galiza
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle463.center);
});
var point = new google.maps.LatLng(36.778,-7.288);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1 * 9000
};
// Add the circle
sismoCircle464 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle464, 'mouseover', function() {
infoWindow.setContent('2025-07-12 03:40:46
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle464.center);
});
var point = new google.maps.LatLng(37.317,-8.612);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle465 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle465, 'mouseover', function() {
infoWindow.setContent('2025-07-12 06:34:53
Magnitude : 1.1
Local : W Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle465.center);
});
var point = new google.maps.LatLng(42.872,-8.394);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.7 * 9000
};
// Add the circle
sismoCircle466 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle466, 'mouseover', function() {
infoWindow.setContent('2025-07-12 06:45:05
Magnitude : 1.7
Local : E Santiago Compostela (E
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle466.center);
});
var point = new google.maps.LatLng(38.074,-26.409);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle467 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle467, 'mouseover', function() {
infoWindow.setContent('2025-07-12 06:47:37
Magnitude : 2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle467.center);
});
var point = new google.maps.LatLng(-32.16,-68.37);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.9 * 9000
};
// Add the circle
sismoCircle468 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle468, 'mouseover', function() {
infoWindow.setContent('2025-07-12 06:52:33
Magnitude : 4.9
Local : Mendoza Province, Argentina
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle468.center);
});
var point = new google.maps.LatLng(38.431,-1.057);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.2 * 9000
};
// Add the circle
sismoCircle469 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle469, 'mouseover', function() {
infoWindow.setContent('2025-07-12 07:18:14
Magnitude : 3.2
Local : N Murcia (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle469.center);
});
var point = new google.maps.LatLng(56.47,164.15);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle470 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle470, 'mouseover', function() {
infoWindow.setContent('2025-07-12 07:50:08
Magnitude : 5.2
Local : Komandorskiye Ostrova Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle470.center);
});
var point = new google.maps.LatLng(35.401,-9.576);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2 * 9000
};
// Add the circle
sismoCircle471 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle471, 'mouseover', function() {
infoWindow.setContent('2025-07-12 09:05:58
Magnitude : 2
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle471.center);
});
var point = new google.maps.LatLng(37.339,-8.73);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle472 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle472, 'mouseover', function() {
infoWindow.setContent('2025-07-12 09:35:35
Magnitude : 0.5
Local : NE Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle472.center);
});
var point = new google.maps.LatLng(36.657,-7.559);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle473 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle473, 'mouseover', function() {
infoWindow.setContent('2025-07-12 11:51:46
Magnitude : 1.5
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle473.center);
});
var point = new google.maps.LatLng(36.755,-24.237);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.8 * 9000
};
// Add the circle
sismoCircle474 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle474, 'mouseover', function() {
infoWindow.setContent('2025-07-12 11:55:47
Magnitude : 2.8
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle474.center);
});
var point = new google.maps.LatLng(62.08,-149.2);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle475 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle475, 'mouseover', function() {
infoWindow.setContent('2025-07-12 12:36:33
Magnitude : 4.6
Local : Central Alaska
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle475.center);
});
var point = new google.maps.LatLng(36.928,-8.655);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle476 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle476, 'mouseover', function() {
infoWindow.setContent('2025-07-12 15:58:48
Magnitude : 1.4
Local : S Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle476.center);
});
var point = new google.maps.LatLng(36.492,-7.893);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle477 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle477, 'mouseover', function() {
infoWindow.setContent('2025-07-12 17:27:44
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle477.center);
});
var point = new google.maps.LatLng(38.723,-7.887);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle478 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle478, 'mouseover', function() {
infoWindow.setContent('2025-07-12 18:03:52
Magnitude : 0.5
Local : E Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle478.center);
});
var point = new google.maps.LatLng(37.046,-8.404);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle479 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle479, 'mouseover', function() {
infoWindow.setContent('2025-07-12 20:10:39
Magnitude : 0.7
Local : SE Lagoa
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle479.center);
});
var point = new google.maps.LatLng(38.57,-28.519);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle480 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle480, 'mouseover', function() {
infoWindow.setContent('2025-07-12 21:45:49
Magnitude : 2.1
Local : Canal do Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle480.center);
});
var point = new google.maps.LatLng(37.081,-3.902);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.9 * 9000
};
// Add the circle
sismoCircle481 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle481, 'mouseover', function() {
infoWindow.setContent('2025-07-12 21:48:30
Magnitude : 1.9
Local : W Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle481.center);
});
var point = new google.maps.LatLng(38.06,-8.577);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.4 * 9000
};
// Add the circle
sismoCircle482 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle482, 'mouseover', function() {
infoWindow.setContent('2025-07-12 22:43:19
Magnitude : 0.4
Local : S Grândola
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle482.center);
});
var point = new google.maps.LatLng(36.362,-7.838);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle483 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle483, 'mouseover', function() {
infoWindow.setContent('2025-07-12 22:48:17
Magnitude : 1.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle483.center);
});
var point = new google.maps.LatLng(36.355,-7.846);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle484 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle484, 'mouseover', function() {
infoWindow.setContent('2025-07-12 23:11:22
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle484.center);
});
var point = new google.maps.LatLng(36.361,-7.858);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle485 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle485, 'mouseover', function() {
infoWindow.setContent('2025-07-12 23:37:57
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle485.center);
});
var point = new google.maps.LatLng(38.714,-7.898);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.1 * 9000
};
// Add the circle
sismoCircle486 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle486, 'mouseover', function() {
infoWindow.setContent('2025-07-12 23:57:30
Magnitude : 0.1
Local : E Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle486.center);
});
var point = new google.maps.LatLng(41.89,-7.184);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle487 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle487, 'mouseover', function() {
infoWindow.setContent('2025-07-13 01:15:59
Magnitude : 0.2
Local : NW Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle487.center);
});
var point = new google.maps.LatLng(38.34,-26.85);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.1 * 9000
};
// Add the circle
sismoCircle488 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle488, 'mouseover', function() {
infoWindow.setContent('2025-07-13 03:58:59
Magnitude : 2.1
Local : SE Terceira (Castromar)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle488.center);
});
var point = new google.maps.LatLng(39.002,-9.221);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.5 * 9000
};
// Add the circle
sismoCircle489 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle489, 'mouseover', function() {
infoWindow.setContent('2025-07-13 04:08:44
Magnitude : 0.5
Local : SW Sobral de Monte Agraço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle489.center);
});
var point = new google.maps.LatLng(36.75,-7.166);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle490 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle490, 'mouseover', function() {
infoWindow.setContent('2025-07-13 05:43:52
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle490.center);
});
var point = new google.maps.LatLng(-24.18,-66.78);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle491 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle491, 'mouseover', function() {
infoWindow.setContent('2025-07-13 05:56:59
Magnitude : 5
Local : Salta Province, Argentina
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle491.center);
});
var point = new google.maps.LatLng(-18.14,168.37);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.3 * 9000
};
// Add the circle
sismoCircle492 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle492, 'mouseover', function() {
infoWindow.setContent('2025-07-13 06:16:50
Magnitude : 5.3
Local : Vanuatu Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle492.center);
});
var point = new google.maps.LatLng(36.308,-8.29);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle493 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle493, 'mouseover', function() {
infoWindow.setContent('2025-07-13 06:34:39
Magnitude : 1.2
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle493.center);
});
var point = new google.maps.LatLng(37.401,-3.231);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle494 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle494, 'mouseover', function() {
infoWindow.setContent('2025-07-13 06:37:40
Magnitude : 1.8
Local : NE Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle494.center);
});
var point = new google.maps.LatLng(36.446,-7.267);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle495 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle495, 'mouseover', function() {
infoWindow.setContent('2025-07-13 07:17:05
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle495.center);
});
var point = new google.maps.LatLng(37.162,-18.764);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 3.6 * 9000
};
// Add the circle
sismoCircle496 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle496, 'mouseover', function() {
infoWindow.setContent('2025-07-13 07:38:32
Magnitude : 3.6
Local : Dorsal Açores-Gibraltar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle496.center);
});
var point = new google.maps.LatLng(36.799,-8.316);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle497 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle497, 'mouseover', function() {
infoWindow.setContent('2025-07-13 07:56:47
Magnitude : 0.8
Local : SW Albufeira
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle497.center);
});
var point = new google.maps.LatLng(36.802,-7.02);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle498 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle498, 'mouseover', function() {
infoWindow.setContent('2025-07-13 10:26:19
Magnitude : 1.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle498.center);
});
var point = new google.maps.LatLng(7.13,-34.24);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.7 * 9000
};
// Add the circle
sismoCircle499 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle499, 'mouseover', function() {
infoWindow.setContent('2025-07-13 12:28:21
Magnitude : 4.7
Local : Central Mid-Atlantic Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle499.center);
});
var point = new google.maps.LatLng(9.5,93.99);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.4 * 9000
};
// Add the circle
sismoCircle500 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle500, 'mouseover', function() {
infoWindow.setContent('2025-07-13 13:14:45
Magnitude : 5.4
Local : Nicobar Islands, India Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle500.center);
});
var point = new google.maps.LatLng(36.476,-9.861);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle501 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle501, 'mouseover', function() {
infoWindow.setContent('2025-07-13 14:10:48
Magnitude : 1.2
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle501.center);
});
var point = new google.maps.LatLng(34.495,-6.037);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.8 * 9000
};
// Add the circle
sismoCircle502 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle502, 'mouseover', function() {
infoWindow.setContent('2025-07-13 14:24:51
Magnitude : 1.8
Local : NW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle502.center);
});
var point = new google.maps.LatLng(36.814,-7.457);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle503 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle503, 'mouseover', function() {
infoWindow.setContent('2025-07-13 14:45:10
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle503.center);
});
var point = new google.maps.LatLng(37.355,-8.495);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.6 * 9000
};
// Add the circle
sismoCircle504 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle504, 'mouseover', function() {
infoWindow.setContent('2025-07-13 15:56:09
Magnitude : 0.6
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle504.center);
});
var point = new google.maps.LatLng(37.595,-7.954);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle505 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle505, 'mouseover', function() {
infoWindow.setContent('2025-07-13 17:28:10
Magnitude : 2.3
Local : NE Almodovar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle505.center);
});
var point = new google.maps.LatLng(-18.88,-174.72);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.8 * 9000
};
// Add the circle
sismoCircle506 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle506, 'mouseover', function() {
infoWindow.setContent('2025-07-13 17:58:29
Magnitude : 4.8
Local : Tonga Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle506.center);
});
var point = new google.maps.LatLng(36.358,-7.84);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle507 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle507, 'mouseover', function() {
infoWindow.setContent('2025-07-13 19:37:21
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle507.center);
});
var point = new google.maps.LatLng(36.358,-8.53);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle508 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle508, 'mouseover', function() {
infoWindow.setContent('2025-07-13 20:37:29
Magnitude : 1.4
Local : SE Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle508.center);
});
var point = new google.maps.LatLng(42.972,-7.38);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.8 * 9000
};
// Add the circle
sismoCircle509 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle509, 'mouseover', function() {
infoWindow.setContent('2025-07-13 22:46:22
Magnitude : 0.8
Local : SE Lugo (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle509.center);
});
var point = new google.maps.LatLng(36.682,-7.346);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.2 * 9000
};
// Add the circle
sismoCircle510 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle510, 'mouseover', function() {
infoWindow.setContent('2025-07-13 23:45:37
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle510.center);
});
var point = new google.maps.LatLng(-24.03,179.25);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.2 * 9000
};
// Add the circle
sismoCircle511 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle511, 'mouseover', function() {
infoWindow.setContent('2025-07-14 00:03:40
Magnitude : 5.2
Local : South of Fiji Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle511.center);
});
var point = new google.maps.LatLng(36.383,-1.777);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5 * 9000
};
// Add the circle
sismoCircle512 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle512, 'mouseover', function() {
infoWindow.setContent('2025-07-14 05:13:27
Magnitude : 5
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle512.center);
});
var point = new google.maps.LatLng(-6.15,131.21);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.7 * 9000
};
// Add the circle
sismoCircle513 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle513, 'mouseover', function() {
infoWindow.setContent('2025-07-14 05:49:57
Magnitude : 6.7
Local : Tanimbar Islands Reg., Indonesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle513.center);
});
var point = new google.maps.LatLng(36.598,-1.957);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.4 * 9000
};
// Add the circle
sismoCircle514 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle514, 'mouseover', function() {
infoWindow.setContent('2025-07-14 06:49:09
Magnitude : 2.4
Local : Western Mediterranean Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle514.center);
});
var point = new google.maps.LatLng(36.547,-2.056);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 2.3 * 9000
};
// Add the circle
sismoCircle515 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle515, 'mouseover', function() {
infoWindow.setContent('2025-07-14 07:55:17
Magnitude : 2.3
Local : SE Almeria (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle515.center);
});
var point = new google.maps.LatLng(37.679,-8.323);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.7 * 9000
};
// Add the circle
sismoCircle516 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle516, 'mouseover', function() {
infoWindow.setContent('2025-07-14 08:14:27
Magnitude : 0.7
Local : NW Ourique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle516.center);
});
var point = new google.maps.LatLng(-17.73,-178.75);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.6 * 9000
};
// Add the circle
sismoCircle517 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle517, 'mouseover', function() {
infoWindow.setContent('2025-07-14 09:53:22
Magnitude : 4.6
Local : Fiji Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle517.center);
});
var point = new google.maps.LatLng(36.699,-10.962);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle518 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle518, 'mouseover', function() {
infoWindow.setContent('2025-07-14 10:14:53
Magnitude : 1.5
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle518.center);
});
var point = new google.maps.LatLng(36.421,-9.687);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.4 * 9000
};
// Add the circle
sismoCircle519 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle519, 'mouseover', function() {
infoWindow.setContent('2025-07-14 12:57:55
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle519.center);
});
var point = new google.maps.LatLng(38.849,-8.02);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 0.2 * 9000
};
// Add the circle
sismoCircle520 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle520, 'mouseover', function() {
infoWindow.setContent('2025-07-14 14:25:08
Magnitude : 0.2
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle520.center);
});
var point = new google.maps.LatLng(36.592,-9.718);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.5 * 9000
};
// Add the circle
sismoCircle521 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle521, 'mouseover', function() {
infoWindow.setContent('2025-07-14 15:55:21
Magnitude : 1.5
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle521.center);
});
var point = new google.maps.LatLng(36.442,-9.721);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 1.1 * 9000
};
// Add the circle
sismoCircle522 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle522, 'mouseover', function() {
infoWindow.setContent('2025-07-14 16:30:51
Magnitude : 1.1
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle522.center);
});
var point = new google.maps.LatLng(6.18,-82.68);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.2 * 9000
};
// Add the circle
sismoCircle523 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle523, 'mouseover', function() {
infoWindow.setContent('2025-07-14 17:16:49
Magnitude : 6.2
Local : South of Panama
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle523.center);
});
}