function addpoints( map ) {
var infoWindow = new google.maps.InfoWindow;
google.maps.event.addListener(map, 'click', function() {
infoWindow.close();
});
var point = new google.maps.LatLng(37.072,-24.624);
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
sismoCircle1 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle1, 'mouseover', function() {
infoWindow.setContent('2025-09-19 11:33:14
Magnitude : 2
Local : SE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle1.center);
});
var point = new google.maps.LatLng(38.724,-30.335);
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
sismoCircle2 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle2, 'mouseover', function() {
infoWindow.setContent('2025-09-20 12:30:11
Magnitude : 3.8
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle2.center);
});
var point = new google.maps.LatLng(38.742,-27.313);
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
sismoCircle3 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle3, 'mouseover', function() {
infoWindow.setContent('2025-09-20 18:27:59
Magnitude : 3.2
Local : Serra Sta. Bárbara
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle3.center);
});
var point = new google.maps.LatLng(37.107,-24.601);
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
sismoCircle4 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle4, 'mouseover', function() {
infoWindow.setContent('2025-09-20 20:57:57
Magnitude : 2
Local : SE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle4.center);
});
var point = new google.maps.LatLng(38.085,-26.669);
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
sismoCircle5 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle5, 'mouseover', function() {
infoWindow.setContent('2025-09-21 14:54:21
Magnitude : 2.5
Local : S Banco D. João de Castro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle5.center);
});
var point = new google.maps.LatLng(38.043,-26.692);
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
sismoCircle6 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle6, 'mouseover', function() {
infoWindow.setContent('2025-09-22 23:02:30
Magnitude : 2.1
Local : S Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle6.center);
});
var point = new google.maps.LatLng(38.09,-30.865);
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
sismoCircle7 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle7, 'mouseover', function() {
infoWindow.setContent('2025-09-23 06:25:28
Magnitude : 4.6
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle7.center);
});
var point = new google.maps.LatLng(37.177,-24.291);
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
sismoCircle8 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle8, 'mouseover', function() {
infoWindow.setContent('2025-09-23 06:35:10
Magnitude : 2.6
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle8.center);
});
var point = new google.maps.LatLng(37.117,-24.562);
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
sismoCircle9 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle9, 'mouseover', function() {
infoWindow.setContent('2025-09-24 08:20:47
Magnitude : 2.3
Local : SE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle9.center);
});
var point = new google.maps.LatLng(37.981,-26.412);
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
sismoCircle10 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle10, 'mouseover', function() {
infoWindow.setContent('2025-09-27 02:19:56
Magnitude : 3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle10.center);
});
var point = new google.maps.LatLng(36.804,-24.101);
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
sismoCircle11 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle11, 'mouseover', function() {
infoWindow.setContent('2025-09-27 09:24:48
Magnitude : 2.5
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle11.center);
});
var point = new google.maps.LatLng(38.731,-29.269);
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
sismoCircle12 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle12, 'mouseover', function() {
infoWindow.setContent('2025-09-27 09:54:26
Magnitude : 2.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle12.center);
});
var point = new google.maps.LatLng(36.883,-24.348);
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
sismoCircle13 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle13, 'mouseover', function() {
infoWindow.setContent('2025-09-30 19:10:56
Magnitude : 2.8
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle13.center);
});
var point = new google.maps.LatLng(36.897,-23.966);
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
sismoCircle14 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle14, 'mouseover', function() {
infoWindow.setContent('2025-10-01 04:02:04
Magnitude : 2.1
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle14.center);
});
var point = new google.maps.LatLng(38.102,-26.414);
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
sismoCircle15 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle15, 'mouseover', function() {
infoWindow.setContent('2025-10-01 23:30:09
Magnitude : 2.2
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle15.center);
});
var point = new google.maps.LatLng(38.683,-29.024);
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
sismoCircle16 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle16, 'mouseover', function() {
infoWindow.setContent('2025-10-02 07:28:34
Magnitude : 3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle16.center);
});
var point = new google.maps.LatLng(38.652,-29.04);
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
sismoCircle17 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle17, 'mouseover', function() {
infoWindow.setContent('2025-10-02 07:30:37
Magnitude : 2.3
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle17.center);
});
var point = new google.maps.LatLng(38.115,-26.418);
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
sismoCircle18 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle18, 'mouseover', function() {
infoWindow.setContent('2025-10-02 10:49:43
Magnitude : 2.6
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle18.center);
});
var point = new google.maps.LatLng(39.393,-29.781);
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
sismoCircle19 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle19, 'mouseover', function() {
infoWindow.setContent('2025-10-02 12:38:00
Magnitude : 2.6
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle19.center);
});
var point = new google.maps.LatLng(38.595,-28.551);
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
sismoCircle20 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle20, 'mouseover', function() {
infoWindow.setContent('2025-10-03 21:48:08
Magnitude : 2
Local : NE Ribeirinha (Faial)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle20.center);
});
var point = new google.maps.LatLng(38.705,-29.031);
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
sismoCircle21 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle21, 'mouseover', function() {
infoWindow.setContent('2025-10-04 16:33:00
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle21.center);
});
var point = new google.maps.LatLng(37.121,-21.68);
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
sismoCircle22 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle22, 'mouseover', function() {
infoWindow.setContent('2025-10-04 18:35:41
Magnitude : 4.5
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle22.center);
});
var point = new google.maps.LatLng(37.384,-24.344);
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
sismoCircle23 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle23, 'mouseover', function() {
infoWindow.setContent('2025-10-04 21:45:46
Magnitude : 2.6
Local : NE Ilhéus das Formigas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle23.center);
});
var point = new google.maps.LatLng(71.23,-8.88);
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
sismoCircle24 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle24, 'mouseover', function() {
infoWindow.setContent('2025-10-05 12:01:21
Magnitude : 4.9
Local : Jan Mayen Island Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle24.center);
});
var point = new google.maps.LatLng(36.468,-7.454);
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
sismoCircle25 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle25, 'mouseover', function() {
infoWindow.setContent('2025-10-05 12:39:59
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle25.center);
});
var point = new google.maps.LatLng(38.169,-13.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
sismoCircle26 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle26, 'mouseover', function() {
infoWindow.setContent('2025-10-05 16:57:29
Magnitude : 2.8
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle26.center);
});
var point = new google.maps.LatLng(51.52,159.65);
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
sismoCircle27 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle27, 'mouseover', function() {
infoWindow.setContent('2025-10-05 17:10:25
Magnitude : 5.3
Local : Off East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle27.center);
});
var point = new google.maps.LatLng(40.783,-8.421);
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
sismoCircle28 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle28, 'mouseover', function() {
infoWindow.setContent('2025-10-05 19:19:19
Magnitude : 1.1
Local : NW Sever do Vouga
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle28.center);
});
var point = new google.maps.LatLng(37.066,-24.358);
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
sismoCircle29 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle29, 'mouseover', function() {
infoWindow.setContent('2025-10-05 20:01:45
Magnitude : 2.3
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle29.center);
});
var point = new google.maps.LatLng(42.16,71.26);
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
sismoCircle30 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle30, 'mouseover', function() {
infoWindow.setContent('2025-10-05 20:28:59
Magnitude : 5.4
Local : Kyrgyzstan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle30.center);
});
var point = new google.maps.LatLng(36.621,-7.585);
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
sismoCircle31 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle31, 'mouseover', function() {
infoWindow.setContent('2025-10-06 02:31:28
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle31.center);
});
var point = new google.maps.LatLng(43.99,13.35);
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
sismoCircle32 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle32, 'mouseover', function() {
infoWindow.setContent('2025-10-06 10:13:59
Magnitude : 4.9
Local : Central Italy
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle32.center);
});
var point = new google.maps.LatLng(38.139,-8.125);
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
sismoCircle33 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle33, 'mouseover', function() {
infoWindow.setContent('2025-10-06 10:36:20
Magnitude : 1
Local : N Ferreira do Alentejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle33.center);
});
var point = new google.maps.LatLng(-21.14,175.56);
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
sismoCircle34 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle34, 'mouseover', function() {
infoWindow.setContent('2025-10-06 12:08:42
Magnitude : 5.6
Local : South of Fiji Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle34.center);
});
var point = new google.maps.LatLng(36.56,-7.517);
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
sismoCircle35 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle35, 'mouseover', function() {
infoWindow.setContent('2025-10-06 12:15:56
Magnitude : 1.5
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle35.center);
});
var point = new google.maps.LatLng(31.319,-7.062);
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
sismoCircle36 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle36, 'mouseover', function() {
infoWindow.setContent('2025-10-06 12:18:50
Magnitude : 2.6
Local : Morocco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle36.center);
});
var point = new google.maps.LatLng(36.973,-13.561);
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-10-06 14:01:53
Magnitude : 2.2
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle37.center);
});
var point = new google.maps.LatLng(36.999,-13.521);
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
sismoCircle38 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle38, 'mouseover', function() {
infoWindow.setContent('2025-10-06 16:29:23
Magnitude : 2.2
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle38.center);
});
var point = new google.maps.LatLng(52.44,160.19);
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
sismoCircle39 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle39, 'mouseover', function() {
infoWindow.setContent('2025-10-06 17:22:45
Magnitude : 4.9
Local : Off East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle39.center);
});
var point = new google.maps.LatLng(36.705,-7.068);
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
sismoCircle40 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle40, 'mouseover', function() {
infoWindow.setContent('2025-10-06 18:39:56
Magnitude : 0.6
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle40.center);
});
var point = new google.maps.LatLng(37.276,-7.87);
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
sismoCircle41 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle41, 'mouseover', function() {
infoWindow.setContent('2025-10-06 19:29:10
Magnitude : 0.3
Local : N S.Brás de Alportel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle41.center);
});
var point = new google.maps.LatLng(39.547,-8.693);
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
sismoCircle42 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle42, 'mouseover', function() {
infoWindow.setContent('2025-10-06 20:08:31
Magnitude : 0
Local : N Alcanena
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle42.center);
});
var point = new google.maps.LatLng(34.286,-9.606);
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
sismoCircle43 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle43, 'mouseover', function() {
infoWindow.setContent('2025-10-06 20:09:48
Magnitude : 1.4
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle43.center);
});
var point = new google.maps.LatLng(38.78,-8.42);
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
sismoCircle44 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle44, 'mouseover', function() {
infoWindow.setContent('2025-10-06 21:54:04
Magnitude : 0.4
Local : NE Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle44.center);
});
var point = new google.maps.LatLng(35.677,-4.955);
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
sismoCircle45 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle45, 'mouseover', function() {
infoWindow.setContent('2025-10-06 23:30:13
Magnitude : 1
Local : Alboran
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle45.center);
});
var point = new google.maps.LatLng(37.352,-8.522);
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
sismoCircle46 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle46, 'mouseover', function() {
infoWindow.setContent('2025-10-06 23:50:23
Magnitude : 0.3
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle46.center);
});
var point = new google.maps.LatLng(38.852,-29.003);
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
sismoCircle47 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle47, 'mouseover', function() {
infoWindow.setContent('2025-10-07 00:25:52
Magnitude : 2
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle47.center);
});
var point = new google.maps.LatLng(38.541,-8.256);
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
sismoCircle48 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle48, 'mouseover', function() {
infoWindow.setContent('2025-10-07 02:31:26
Magnitude : 0.9
Local : SW Montemor-o-Novo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle48.center);
});
var point = new google.maps.LatLng(41.162,-7.544);
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
sismoCircle49 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle49, 'mouseover', function() {
infoWindow.setContent('2025-10-07 02:44:47
Magnitude : 0.6
Local : NE Tabuaço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle49.center);
});
var point = new google.maps.LatLng(36.477,-7.711);
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
sismoCircle50 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle50, 'mouseover', function() {
infoWindow.setContent('2025-10-07 02:57:49
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle50.center);
});
var point = new google.maps.LatLng(36.681,-7.257);
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
sismoCircle51 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle51, 'mouseover', function() {
infoWindow.setContent('2025-10-07 03:46:12
Magnitude : 0.9
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle51.center);
});
var point = new google.maps.LatLng(37.411,-9.12);
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
sismoCircle52 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle52, 'mouseover', function() {
infoWindow.setContent('2025-10-07 04:17:22
Magnitude : 0.7
Local : NW Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle52.center);
});
var point = new google.maps.LatLng(38.187,-26.213);
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
sismoCircle53 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle53, 'mouseover', function() {
infoWindow.setContent('2025-10-07 04:25:47
Magnitude : 2.4
Local : N Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle53.center);
});
var point = new google.maps.LatLng(36.931,-13.733);
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
sismoCircle54 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle54, 'mouseover', function() {
infoWindow.setContent('2025-10-07 06:32:21
Magnitude : 1.6
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle54.center);
});
var point = new google.maps.LatLng(36.193,-9.27);
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
sismoCircle55 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle55, 'mouseover', function() {
infoWindow.setContent('2025-10-07 07:11:43
Magnitude : 2.7
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle55.center);
});
var point = new google.maps.LatLng(38.759,-9.446);
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
sismoCircle56 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle56, 'mouseover', function() {
infoWindow.setContent('2025-10-07 07:59:04
Magnitude : 1.1
Local : SW Sintra
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle56.center);
});
var point = new google.maps.LatLng(37.327,-8.495);
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
sismoCircle57 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle57, 'mouseover', function() {
infoWindow.setContent('2025-10-07 08:36:17
Magnitude : 0.4
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle57.center);
});
var point = new google.maps.LatLng(36.383,-7.828);
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
sismoCircle58 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle58, 'mouseover', function() {
infoWindow.setContent('2025-10-07 09:28:03
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle58.center);
});
var point = new google.maps.LatLng(36.998,-13.536);
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
sismoCircle59 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle59, 'mouseover', function() {
infoWindow.setContent('2025-10-07 10:07:49
Magnitude : 2.7
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle59.center);
});
var point = new google.maps.LatLng(36.939,-13.585);
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
sismoCircle60 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle60, 'mouseover', function() {
infoWindow.setContent('2025-10-07 10:34:47
Magnitude : 2.1
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle60.center);
});
var point = new google.maps.LatLng(-6.78,146.77);
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
sismoCircle61 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle61, 'mouseover', function() {
infoWindow.setContent('2025-10-07 11:05:17
Magnitude : 6.6
Local : Eastern New Guinea Reg., P.N.G.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle61.center);
});
var point = new google.maps.LatLng(37.39,69.64);
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
sismoCircle62 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle62, 'mouseover', function() {
infoWindow.setContent('2025-10-07 11:35:29
Magnitude : 5.1
Local : Afghanistan-Tajikistan Bord Reg.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle62.center);
});
var point = new google.maps.LatLng(36.778,-7.307);
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
sismoCircle63 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle63, 'mouseover', function() {
infoWindow.setContent('2025-10-07 15:27:53
Magnitude : 0.7
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle63.center);
});
var point = new google.maps.LatLng(34.903,-11.882);
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
sismoCircle64 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle64, 'mouseover', function() {
infoWindow.setContent('2025-10-07 16:24:28
Magnitude : 2
Local : Madeira Islands, Portugal Regi
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle64.center);
});
var point = new google.maps.LatLng(39.19,-8.097);
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
sismoCircle65 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle65, 'mouseover', function() {
infoWindow.setContent('2025-10-07 18:17:51
Magnitude : 0.2
Local : SW Ponte de Sôr
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle65.center);
});
var point = new google.maps.LatLng(37.061,-13.106);
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
sismoCircle66 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle66, 'mouseover', function() {
infoWindow.setContent('2025-10-07 20:33:12
Magnitude : 1.9
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle66.center);
});
var point = new google.maps.LatLng(37.054,-13.542);
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
sismoCircle67 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle67, 'mouseover', function() {
infoWindow.setContent('2025-10-07 21:49:59
Magnitude : 2.1
Local : Josephine
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle67.center);
});
var point = new google.maps.LatLng(-15.66,168.09);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.7 * 9000
};
// Add the circle
sismoCircle68 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle68, 'mouseover', function() {
infoWindow.setContent('2025-10-07 22:36:22
Magnitude : 5.7
Local : Vanuatu Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle68.center);
});
var point = new google.maps.LatLng(38.846,-8.982);
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
sismoCircle69 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle69, 'mouseover', function() {
infoWindow.setContent('2025-10-08 03:56:36
Magnitude : 0.7
Local : N Alcochete
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle69.center);
});
var point = new google.maps.LatLng(42.71,-25.089);
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
sismoCircle70 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle70, 'mouseover', function() {
infoWindow.setContent('2025-10-08 05:59:19
Magnitude : 3.4
Local : N-Ne Azores
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle70.center);
});
var point = new google.maps.LatLng(40.025,-8.006);
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
sismoCircle71 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle71, 'mouseover', function() {
infoWindow.setContent('2025-10-08 07:09:44
Magnitude : 1
Local : SW Pampilhosa da Serra
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle71.center);
});
var point = new google.maps.LatLng(35.754,-9.88);
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
sismoCircle72 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle72, 'mouseover', function() {
infoWindow.setContent('2025-10-08 07:13:38
Magnitude : 1.8
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle72.center);
});
var point = new google.maps.LatLng(37.346,-8.445);
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
sismoCircle73 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle73, 'mouseover', function() {
infoWindow.setContent('2025-10-08 12:13:24
Magnitude : 1.5
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle73.center);
});
var point = new google.maps.LatLng(36.491,-7.898);
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
sismoCircle74 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle74, 'mouseover', function() {
infoWindow.setContent('2025-10-08 12:39:53
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle74.center);
});
var point = new google.maps.LatLng(42.138,-7.116);
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
sismoCircle75 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle75, 'mouseover', function() {
infoWindow.setContent('2025-10-08 15:16:24
Magnitude : 1.2
Local : NW Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle75.center);
});
var point = new google.maps.LatLng(36.741,-7.097);
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
sismoCircle76 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle76, 'mouseover', function() {
infoWindow.setContent('2025-10-08 20:11:23
Magnitude : 0.5
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle76.center);
});
var point = new google.maps.LatLng(42.386,-9.035);
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
sismoCircle77 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle77, 'mouseover', function() {
infoWindow.setContent('2025-10-08 21:09:24
Magnitude : 0.7
Local : Costa da Galiza (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle77.center);
});
var point = new google.maps.LatLng(39.35,29.39);
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
sismoCircle78 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle78, 'mouseover', function() {
infoWindow.setContent('2025-10-08 23:54:08
Magnitude : 4.6
Local : Turkey
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle78.center);
});
var point = new google.maps.LatLng(39.837,-8.753);
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
sismoCircle79 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle79, 'mouseover', function() {
infoWindow.setContent('2025-10-09 01:37:35
Magnitude : 0.5
Local : NE Leiria
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle79.center);
});
var point = new google.maps.LatLng(42.049,-8.082);
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
sismoCircle80 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle80, 'mouseover', function() {
infoWindow.setContent('2025-10-09 02:35:13
Magnitude : 0.7
Local : SE Melgaço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle80.center);
});
var point = new google.maps.LatLng(30.91,99.94);
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
sismoCircle81 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle81, 'mouseover', function() {
infoWindow.setContent('2025-10-09 05:17:40
Magnitude : 5.6
Local : Sichuan, China
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle81.center);
});
var point = new google.maps.LatLng(36.6,-7.635);
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
sismoCircle82 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle82, 'mouseover', function() {
infoWindow.setContent('2025-10-09 06:59:31
Magnitude : 1.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle82.center);
});
var point = new google.maps.LatLng(38.808,-8.053);
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
sismoCircle83 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle83, 'mouseover', function() {
infoWindow.setContent('2025-10-09 09:52:20
Magnitude : 0.1
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle83.center);
});
var point = new google.maps.LatLng(36.114,-10.916);
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
sismoCircle84 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle84, 'mouseover', function() {
infoWindow.setContent('2025-10-09 10:34:56
Magnitude : 2.4
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle84.center);
});
var point = new google.maps.LatLng(51.63,158.21);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6 * 9000
};
// Add the circle
sismoCircle85 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle85, 'mouseover', function() {
infoWindow.setContent('2025-10-09 13:28:44
Magnitude : 6
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle85.center);
});
var point = new google.maps.LatLng(37.811,-5.865);
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
sismoCircle86 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle86, 'mouseover', function() {
infoWindow.setContent('2025-10-09 15:19:18
Magnitude : 1.6
Local : NE Sevilha (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle86.center);
});
var point = new google.maps.LatLng(38.299,-9.328);
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
sismoCircle87 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle87, 'mouseover', function() {
infoWindow.setContent('2025-10-09 19:37:28
Magnitude : 1
Local : SW Sesimbra
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle87.center);
});
var point = new google.maps.LatLng(37.143,-8.593);
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
sismoCircle88 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle88, 'mouseover', function() {
infoWindow.setContent('2025-10-09 22:59:48
Magnitude : 0.8
Local : NW Portimão
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle88.center);
});
var point = new google.maps.LatLng(37.145,-8.593);
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
sismoCircle89 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle89, 'mouseover', function() {
infoWindow.setContent('2025-10-09 23:40:49
Magnitude : 0.6
Local : NW Portimão
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle89.center);
});
var point = new google.maps.LatLng(39.037,-8.991);
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
sismoCircle90 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle90, 'mouseover', function() {
infoWindow.setContent('2025-10-09 23:52:30
Magnitude : 1.6
Local : SE Alenquer
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle90.center);
});
var point = new google.maps.LatLng(7.26,126.75);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 7.4 * 9000
};
// Add the circle
sismoCircle91 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle91, 'mouseover', function() {
infoWindow.setContent('2025-10-10 01:43:59
Magnitude : 7.4
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle91.center);
});
var point = new google.maps.LatLng(38.786,-8.408);
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
sismoCircle92 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle92, 'mouseover', function() {
infoWindow.setContent('2025-10-10 02:05:49
Magnitude : 0.4
Local : NE Vendas Novas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle92.center);
});
var point = new google.maps.LatLng(37.326,-8.619);
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
sismoCircle93 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle93, 'mouseover', function() {
infoWindow.setContent('2025-10-10 02:11:37
Magnitude : 0.2
Local : NW Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle93.center);
});
var point = new google.maps.LatLng(7.06,126.82);
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
sismoCircle94 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle94, 'mouseover', function() {
infoWindow.setContent('2025-10-10 03:32:15
Magnitude : 5.5
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle94.center);
});
var point = new google.maps.LatLng(35.188,-7.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
sismoCircle95 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle95, 'mouseover', function() {
infoWindow.setContent('2025-10-10 04:23:51
Magnitude : 2.1
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle95.center);
});
var point = new google.maps.LatLng(38.448,-28.498);
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
sismoCircle96 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle96, 'mouseover', function() {
infoWindow.setContent('2025-10-10 09:38:28
Magnitude : 2.2
Local : Ilha do Pico (W)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle96.center);
});
var point = new google.maps.LatLng(-6.94,129.54);
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
sismoCircle97 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle97, 'mouseover', function() {
infoWindow.setContent('2025-10-10 10:02:51
Magnitude : 5.5
Local : Banda Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle97.center);
});
var point = new google.maps.LatLng(7.17,126.76);
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
sismoCircle98 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle98, 'mouseover', function() {
infoWindow.setContent('2025-10-10 11:12:07
Magnitude : 6.7
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle98.center);
});
var point = new google.maps.LatLng(50.38,156.52);
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
sismoCircle99 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle99, 'mouseover', function() {
infoWindow.setContent('2025-10-10 11:16:02
Magnitude : 5.6
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle99.center);
});
var point = new google.maps.LatLng(38.775,-8.029);
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
sismoCircle100 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle100, 'mouseover', function() {
infoWindow.setContent('2025-10-10 11:33:29
Magnitude : 1.1
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle100.center);
});
var point = new google.maps.LatLng(38.372,-26.732);
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
sismoCircle101 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle101, 'mouseover', function() {
infoWindow.setContent('2025-10-10 16:12:04
Magnitude : 2
Local : N Banco D. João de Castro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle101.center);
});
var point = new google.maps.LatLng(-60.17,-61.97);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 7.6 * 9000
};
// Add the circle
sismoCircle102 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle102, 'mouseover', function() {
infoWindow.setContent('2025-10-10 20:29:20
Magnitude : 7.6
Local : Drake Passage
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle102.center);
});
var point = new google.maps.LatLng(42.885,-14.406);
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
sismoCircle103 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle103, 'mouseover', function() {
infoWindow.setContent('2025-10-10 21:30:39
Magnitude : 3.2
Local : Abissal Ibérica
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle103.center);
});
var point = new google.maps.LatLng(42.562,-7.521);
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
sismoCircle104 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle104, 'mouseover', function() {
infoWindow.setContent('2025-10-10 22:18:19
Magnitude : 0.9
Local : NE Ourense (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle104.center);
});
var point = new google.maps.LatLng(34.853,-14.611);
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
sismoCircle105 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle105, 'mouseover', function() {
infoWindow.setContent('2025-10-10 23:34:42
Magnitude : 2.4
Local : NE Porto Santo (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle105.center);
});
var point = new google.maps.LatLng(36.945,-8.91);
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
sismoCircle106 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle106, 'mouseover', function() {
infoWindow.setContent('2025-10-11 00:12:39
Magnitude : 0.7
Local : SE Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle106.center);
});
var point = new google.maps.LatLng(35.33,-3.757);
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
sismoCircle107 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle107, 'mouseover', function() {
infoWindow.setContent('2025-10-11 00:45:59
Magnitude : 1.9
Local : NE Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle107.center);
});
var point = new google.maps.LatLng(36.389,-7.811);
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
sismoCircle108 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle108, 'mouseover', function() {
infoWindow.setContent('2025-10-11 00:52:31
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle108.center);
});
var point = new google.maps.LatLng(53.25,159.78);
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
sismoCircle109 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle109, 'mouseover', function() {
infoWindow.setContent('2025-10-11 03:08:44
Magnitude : 5.4
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle109.center);
});
var point = new google.maps.LatLng(37.147,-8.604);
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
sismoCircle110 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle110, 'mouseover', function() {
infoWindow.setContent('2025-10-11 04:33:01
Magnitude : 0.7
Local : NW Portimão
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle110.center);
});
var point = new google.maps.LatLng(42.114,-6.763);
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
sismoCircle111 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle111, 'mouseover', function() {
infoWindow.setContent('2025-10-11 04:51:56
Magnitude : 1.1
Local : N Bragança
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle111.center);
});
var point = new google.maps.LatLng(39.295,-9.231);
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
sismoCircle112 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle112, 'mouseover', function() {
infoWindow.setContent('2025-10-11 07:31:30
Magnitude : 0.9
Local : NW Bombarral
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle112.center);
});
var point = new google.maps.LatLng(39.597,-0.067);
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
sismoCircle113 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle113, 'mouseover', function() {
infoWindow.setContent('2025-10-11 07:38:54
Magnitude : 2.6
Local : NE Valência (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle113.center);
});
var point = new google.maps.LatLng(42.382,-8.493);
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
sismoCircle114 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle114, 'mouseover', function() {
infoWindow.setContent('2025-10-11 08:43:02
Magnitude : 2
Local : SE Pontevedra (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle114.center);
});
var point = new google.maps.LatLng(7.27,126.8);
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
sismoCircle115 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle115, 'mouseover', function() {
infoWindow.setContent('2025-10-11 10:27:23
Magnitude : 5.5
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle115.center);
});
var point = new google.maps.LatLng(50.33,156.7);
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
sismoCircle116 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle116, 'mouseover', function() {
infoWindow.setContent('2025-10-11 12:25:59
Magnitude : 5.8
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle116.center);
});
var point = new google.maps.LatLng(36.877,-7.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
sismoCircle117 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle117, 'mouseover', function() {
infoWindow.setContent('2025-10-11 13:21:06
Magnitude : 0.7
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle117.center);
});
var point = new google.maps.LatLng(8.92,126.4);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6 * 9000
};
// Add the circle
sismoCircle118 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle118, 'mouseover', function() {
infoWindow.setContent('2025-10-11 14:32:58
Magnitude : 6
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle118.center);
});
var point = new google.maps.LatLng(39.51,-29.707);
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
sismoCircle119 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle119, 'mouseover', function() {
infoWindow.setContent('2025-10-11 15:16:19
Magnitude : 2.4
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle119.center);
});
var point = new google.maps.LatLng(13.86,39.86);
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
sismoCircle120 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle120, 'mouseover', function() {
infoWindow.setContent('2025-10-11 16:01:59
Magnitude : 5.3
Local : Ethiopia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle120.center);
});
var point = new google.maps.LatLng(13.65,39.86);
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
sismoCircle121 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle121, 'mouseover', function() {
infoWindow.setContent('2025-10-11 16:18:25
Magnitude : 5.6
Local : Ethiopia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle121.center);
});
var point = new google.maps.LatLng(13.98,39.75);
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
sismoCircle122 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle122, 'mouseover', function() {
infoWindow.setContent('2025-10-11 18:38:22
Magnitude : 4.8
Local : Ethiopia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle122.center);
});
var point = new google.maps.LatLng(56.79,-34.23);
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
sismoCircle123 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle123, 'mouseover', function() {
infoWindow.setContent('2025-10-11 19:29:07
Magnitude : 4.6
Local : Reykjanes Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle123.center);
});
var point = new google.maps.LatLng(13.84,39.8);
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
sismoCircle124 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle124, 'mouseover', function() {
infoWindow.setContent('2025-10-11 19:30:00
Magnitude : 4.9
Local : Ethiopia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle124.center);
});
var point = new google.maps.LatLng(38.227,-9.374);
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
sismoCircle125 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle125, 'mouseover', function() {
infoWindow.setContent('2025-10-11 19:39:34
Magnitude : 0.7
Local : SW Sesimbra
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle125.center);
});
var point = new google.maps.LatLng(36.251,-11.64);
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
sismoCircle126 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle126, 'mouseover', function() {
infoWindow.setContent('2025-10-11 20:48:57
Magnitude : 1.5
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle126.center);
});
var point = new google.maps.LatLng(13.83,39.81);
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
sismoCircle127 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle127, 'mouseover', function() {
infoWindow.setContent('2025-10-11 21:41:28
Magnitude : 4.5
Local : Ethiopia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle127.center);
});
var point = new google.maps.LatLng(36.879,-10.427);
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
sismoCircle128 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle128, 'mouseover', function() {
infoWindow.setContent('2025-10-12 01:43:39
Magnitude : 1.2
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle128.center);
});
var point = new google.maps.LatLng(36.784,-10.36);
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
sismoCircle129 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle129, 'mouseover', function() {
infoWindow.setContent('2025-10-12 01:54:57
Magnitude : 1.5
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle129.center);
});
var point = new google.maps.LatLng(17.43,-94.37);
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
sismoCircle130 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle130, 'mouseover', function() {
infoWindow.setContent('2025-10-12 02:26:24
Magnitude : 4.8
Local : Chiapas, Mexico
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle130.center);
});
var point = new google.maps.LatLng(36.968,-7.246);
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
sismoCircle131 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle131, 'mouseover', function() {
infoWindow.setContent('2025-10-12 02:59:59
Magnitude : 1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle131.center);
});
var point = new google.maps.LatLng(36.697,-7.441);
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
sismoCircle132 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle132, 'mouseover', function() {
infoWindow.setContent('2025-10-12 03:12:50
Magnitude : 0.7
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle132.center);
});
var point = new google.maps.LatLng(75.92,6.92);
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
sismoCircle133 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle133, 'mouseover', function() {
infoWindow.setContent('2025-10-12 03:13:11
Magnitude : 4.8
Local : Greenland Sea
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle133.center);
});
var point = new google.maps.LatLng(43.106,-0.651);
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
sismoCircle134 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle134, 'mouseover', function() {
infoWindow.setContent('2025-10-12 03:27:41
Magnitude : 2.4
Local : Pirenéus (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle134.center);
});
var point = new google.maps.LatLng(40.583,-29.222);
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
sismoCircle135 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle135, 'mouseover', function() {
infoWindow.setContent('2025-10-12 05:13:37
Magnitude : 2.4
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle135.center);
});
var point = new google.maps.LatLng(32.31,-101.05);
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
sismoCircle136 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle136, 'mouseover', function() {
infoWindow.setContent('2025-10-12 06:09:00
Magnitude : 4.4
Local : Western Texas
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle136.center);
});
var point = new google.maps.LatLng(36.302,-9.888);
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
sismoCircle137 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle137, 'mouseover', function() {
infoWindow.setContent('2025-10-12 07:22:18
Magnitude : 1.8
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle137.center);
});
var point = new google.maps.LatLng(37.322,-8.527);
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
sismoCircle138 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle138, 'mouseover', function() {
infoWindow.setContent('2025-10-12 16:02:35
Magnitude : 0.6
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle138.center);
});
var point = new google.maps.LatLng(34.67,23.47);
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
sismoCircle139 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle139, 'mouseover', function() {
infoWindow.setContent('2025-10-12 16:47:32
Magnitude : 4.4
Local : Crete, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle139.center);
});
var point = new google.maps.LatLng(10.95,123.94);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 5.7 * 9000
};
// Add the circle
sismoCircle140 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle140, 'mouseover', function() {
infoWindow.setContent('2025-10-12 17:05:59
Magnitude : 5.7
Local : Cebu, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle140.center);
});
var point = new google.maps.LatLng(31.747,-16.898);
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
sismoCircle141 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle141, 'mouseover', function() {
infoWindow.setContent('2025-10-12 17:06:07
Magnitude : 1.9
Local : SW Desertas (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle141.center);
});
var point = new google.maps.LatLng(32.271,-16.952);
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
sismoCircle142 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle142, 'mouseover', function() {
infoWindow.setContent('2025-10-12 17:48:25
Magnitude : 1.9
Local : S Funchal (Madeira)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle142.center);
});
var point = new google.maps.LatLng(56.48,-33.34);
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
sismoCircle143 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle143, 'mouseover', function() {
infoWindow.setContent('2025-10-12 18:27:55
Magnitude : 4.3
Local : Reykjanes Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle143.center);
});
var point = new google.maps.LatLng(36.399,-9.029);
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
sismoCircle144 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle144, 'mouseover', function() {
infoWindow.setContent('2025-10-12 18:35:01
Magnitude : 1.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle144.center);
});
var point = new google.maps.LatLng(37.288,-8.48);
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
sismoCircle145 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle145, 'mouseover', function() {
infoWindow.setContent('2025-10-12 18:37:56
Magnitude : 0.3
Local : SE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle145.center);
});
var point = new google.maps.LatLng(57.14,-33.85);
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
sismoCircle146 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle146, 'mouseover', function() {
infoWindow.setContent('2025-10-12 19:06:09
Magnitude : 4.6
Local : Reykjanes Ridge
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle146.center);
});
var point = new google.maps.LatLng(64.99,-17.57);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 4.1 * 9000
};
// Add the circle
sismoCircle147 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle147, 'mouseover', function() {
infoWindow.setContent('2025-10-12 21:59:53
Magnitude : 4.1
Local : Iceland
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle147.center);
});
var point = new google.maps.LatLng(40.208,-8.234);
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
sismoCircle148 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle148, 'mouseover', function() {
infoWindow.setContent('2025-10-12 23:31:46
Magnitude : 0.2
Local : E Poiares
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle148.center);
});
var point = new google.maps.LatLng(37.329,-8.509);
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
sismoCircle149 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle149, 'mouseover', function() {
infoWindow.setContent('2025-10-13 00:32:10
Magnitude : 0.5
Local : NE Monchique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle149.center);
});
var point = new google.maps.LatLng(51.03,158.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
sismoCircle150 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle150, 'mouseover', function() {
infoWindow.setContent('2025-10-13 01:09:44
Magnitude : 5.2
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle150.center);
});
var point = new google.maps.LatLng(48.91,154.81);
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
sismoCircle151 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle151, 'mouseover', function() {
infoWindow.setContent('2025-10-13 01:10:10
Magnitude : 5.6
Local : Kuril Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle151.center);
});
var point = new google.maps.LatLng(35.274,-5.888);
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
sismoCircle152 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle152, 'mouseover', function() {
infoWindow.setContent('2025-10-13 01:43:15
Magnitude : 1.4
Local : SW Tanger (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle152.center);
});
var point = new google.maps.LatLng(35.271,-5.912);
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
sismoCircle153 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle153, 'mouseover', function() {
infoWindow.setContent('2025-10-13 01:46:36
Magnitude : 1.4
Local : SW Tanger (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle153.center);
});
var point = new google.maps.LatLng(60.18,-150.74);
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
sismoCircle154 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle154, 'mouseover', function() {
infoWindow.setContent('2025-10-13 02:52:29
Magnitude : 4.4
Local : Kenai Peninsula, Alaska
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle154.center);
});
var point = new google.maps.LatLng(42.086,-7.652);
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
sismoCircle155 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle155, 'mouseover', function() {
infoWindow.setContent('2025-10-13 03:40:45
Magnitude : 1.2
Local : NE Montalegre
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle155.center);
});
var point = new google.maps.LatLng(37.246,-9.284);
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
sismoCircle156 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle156, 'mouseover', function() {
infoWindow.setContent('2025-10-13 03:47:35
Magnitude : 0.7
Local : NW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle156.center);
});
var point = new google.maps.LatLng(37.807,-8.377);
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
sismoCircle157 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle157, 'mouseover', function() {
infoWindow.setContent('2025-10-13 04:11:14
Magnitude : 0.3
Local : SW Aljustrel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle157.center);
});
var point = new google.maps.LatLng(-10.31,161.26);
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
sismoCircle158 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle158, 'mouseover', function() {
infoWindow.setContent('2025-10-13 09:10:31
Magnitude : 4.9
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle158.center);
});
var point = new google.maps.LatLng(7.25,141.6);
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
sismoCircle159 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle159, 'mouseover', function() {
infoWindow.setContent('2025-10-13 11:11:00
Magnitude : 5.9
Local : W. Caroline Islands, Micronesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle159.center);
});
var point = new google.maps.LatLng(38.74,-27.337);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 3.4 * 9000
};
// Add the circle
sismoCircle160 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle160, 'mouseover', function() {
infoWindow.setContent('2025-10-13 11:46:59
Magnitude : 3.4
Local : Serra Sta. Bárbara
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle160.center);
});
var point = new google.maps.LatLng(38.733,-27.329);
var sismoOptions = {
strokeColor: '#0000FF',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#0000FF',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 15,
radius: 3 * 9000
};
// Add the circle
sismoCircle161 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle161, 'mouseover', function() {
infoWindow.setContent('2025-10-13 11:50:01
Magnitude : 3
Local : Serra Sta. Bárbara
Sismo Sentido
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle161.center);
});
var point = new google.maps.LatLng(36.763,-24.163);
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
sismoCircle162 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle162, 'mouseover', function() {
infoWindow.setContent('2025-10-13 12:59:20
Magnitude : 3.8
Local : Falha GLORIA
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle162.center);
});
var point = new google.maps.LatLng(7.35,127.2);
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
sismoCircle163 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle163, 'mouseover', function() {
infoWindow.setContent('2025-10-14 02:00:11
Magnitude : 5.5
Local : Philippine Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle163.center);
});
var point = new google.maps.LatLng(39.112,-14.031);
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
sismoCircle164 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle164, 'mouseover', function() {
infoWindow.setContent('2025-10-14 02:12:13
Magnitude : 1.8
Local : Tore
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle164.center);
});
var point = new google.maps.LatLng(53.66,160.53);
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
sismoCircle165 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle165, 'mouseover', function() {
infoWindow.setContent('2025-10-14 03:47:44
Magnitude : 4.8
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle165.center);
});
var point = new google.maps.LatLng(-21.88,-68.64);
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
sismoCircle166 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle166, 'mouseover', function() {
infoWindow.setContent('2025-10-14 04:43:34
Magnitude : 4.8
Local : Chile-Bolivia Border Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle166.center);
});
var point = new google.maps.LatLng(42.095,-8.146);
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
sismoCircle167 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle167, 'mouseover', function() {
infoWindow.setContent('2025-10-14 09:15:52
Magnitude : 1.2
Local : E Melgaço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle167.center);
});
var point = new google.maps.LatLng(36.201,-7.832);
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
sismoCircle168 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle168, 'mouseover', function() {
infoWindow.setContent('2025-10-14 12:06:50
Magnitude : 1.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle168.center);
});
var point = new google.maps.LatLng(36.885,-8.573);
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
sismoCircle169 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle169, 'mouseover', function() {
infoWindow.setContent('2025-10-14 14:40:29
Magnitude : 1
Local : SE Lagos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle169.center);
});
var point = new google.maps.LatLng(-20.2,-69.09);
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
sismoCircle170 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle170, 'mouseover', function() {
infoWindow.setContent('2025-10-14 17:10:17
Magnitude : 5.2
Local : Northern Chile
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle170.center);
});
var point = new google.maps.LatLng(35.814,-10.285);
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
sismoCircle171 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle171, 'mouseover', function() {
infoWindow.setContent('2025-10-14 17:31:19
Magnitude : 1.6
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle171.center);
});
var point = new google.maps.LatLng(38.795,-8.195);
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
sismoCircle172 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle172, 'mouseover', function() {
infoWindow.setContent('2025-10-14 18:25:02
Magnitude : 0.1
Local : SW Mora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle172.center);
});
var point = new google.maps.LatLng(29.5,81.49);
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
sismoCircle173 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle173, 'mouseover', function() {
infoWindow.setContent('2025-10-14 19:23:30
Magnitude : 4.7
Local : Nepal
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle173.center);
});
var point = new google.maps.LatLng(7.52,127.29);
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
sismoCircle174 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle174, 'mouseover', function() {
infoWindow.setContent('2025-10-14 19:26:13
Magnitude : 4.8
Local : Philippine Islands Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle174.center);
});
var point = new google.maps.LatLng(-3.72,154.02);
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
sismoCircle175 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle175, 'mouseover', function() {
infoWindow.setContent('2025-10-14 19:32:40
Magnitude : 5.3
Local : North of Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle175.center);
});
var point = new google.maps.LatLng(36.689,-9.805);
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
sismoCircle176 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle176, 'mouseover', function() {
infoWindow.setContent('2025-10-14 22:50:56
Magnitude : 1.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle176.center);
});
var point = new google.maps.LatLng(38.731,-27.29);
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
sismoCircle177 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle177, 'mouseover', function() {
infoWindow.setContent('2025-10-15 02:10:35
Magnitude : 2.1
Local : Serra Sta. Bárbara
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle177.center);
});
var point = new google.maps.LatLng(36.509,-9.856);
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
sismoCircle178 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle178, 'mouseover', function() {
infoWindow.setContent('2025-10-15 04:19:51
Magnitude : 1.7
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle178.center);
});
var point = new google.maps.LatLng(38.878,-8.273);
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
sismoCircle179 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle179, 'mouseover', function() {
infoWindow.setContent('2025-10-15 04:41:14
Magnitude : 0.7
Local : SW Mora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle179.center);
});
var point = new google.maps.LatLng(51.53,159.83);
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
sismoCircle180 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle180, 'mouseover', function() {
infoWindow.setContent('2025-10-15 05:57:03
Magnitude : 5.2
Local : Off East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle180.center);
});
var point = new google.maps.LatLng(39.056,-8.998);
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
sismoCircle181 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle181, 'mouseover', function() {
infoWindow.setContent('2025-10-15 06:09:08
Magnitude : 2.1
Local : NE Alenquer
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle181.center);
});
var point = new google.maps.LatLng(-30.72,-71.56);
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
sismoCircle182 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle182, 'mouseover', function() {
infoWindow.setContent('2025-10-15 11:43:39
Magnitude : 5.6
Local : Near Coast of Central Chile
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle182.center);
});
var point = new google.maps.LatLng(36.599,-7.676);
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
sismoCircle183 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle183, 'mouseover', function() {
infoWindow.setContent('2025-10-15 12:22:44
Magnitude : 1.2
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle183.center);
});
var point = new google.maps.LatLng(-34.05,-178.77);
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
sismoCircle184 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle184, 'mouseover', function() {
infoWindow.setContent('2025-10-15 13:07:01
Magnitude : 5.4
Local : South of Kermadec Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle184.center);
});
var point = new google.maps.LatLng(36.779,-7.439);
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
sismoCircle185 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle185, 'mouseover', function() {
infoWindow.setContent('2025-10-15 14:12:48
Magnitude : 0.7
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle185.center);
});
var point = new google.maps.LatLng(36.772,-7.434);
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
sismoCircle186 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle186, 'mouseover', function() {
infoWindow.setContent('2025-10-15 14:13:25
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle186.center);
});
var point = new google.maps.LatLng(36.735,-9.496);
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
sismoCircle187 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle187, 'mouseover', function() {
infoWindow.setContent('2025-10-15 21:56:37
Magnitude : 1.4
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle187.center);
});
var point = new google.maps.LatLng(36.663,-7.53);
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
sismoCircle188 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle188, 'mouseover', function() {
infoWindow.setContent('2025-10-16 01:02:36
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle188.center);
});
var point = new google.maps.LatLng(-59.91,-61.62);
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
sismoCircle189 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle189, 'mouseover', function() {
infoWindow.setContent('2025-10-16 01:42:32
Magnitude : 6.3
Local : Drake Passage
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle189.center);
});
var point = new google.maps.LatLng(34.76,26.26);
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
sismoCircle190 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle190, 'mouseover', function() {
infoWindow.setContent('2025-10-16 04:20:47
Magnitude : 4.3
Local : Crete, Greece
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle190.center);
});
var point = new google.maps.LatLng(35.474,-3.769);
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
sismoCircle191 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle191, 'mouseover', function() {
infoWindow.setContent('2025-10-16 05:27:22
Magnitude : 1.9
Local : NE Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle191.center);
});
var point = new google.maps.LatLng(35.659,-8.978);
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-10-16 05:46:02
Magnitude : 1.4
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle192.center);
});
var point = new google.maps.LatLng(38.086,-26.207);
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
sismoCircle193 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle193, 'mouseover', function() {
infoWindow.setContent('2025-10-16 05:48:44
Magnitude : 3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle193.center);
});
var point = new google.maps.LatLng(-2.17,138.94);
var sismoOptions = {
strokeColor: '#00FF00',
strokeOpacity: 0.8,
strokeWeight: 2,
fillColor: '#00FF00',
fillOpacity: 0.5,
map: map,
center: point,
zIndex: 5,
radius: 6.5 * 9000
};
// Add the circle
sismoCircle194 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle194, 'mouseover', function() {
infoWindow.setContent('2025-10-16 05:48:55
Magnitude : 6.5
Local : Irian Jaya, Indonesia
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle194.center);
});
var point = new google.maps.LatLng(24.82,95.51);
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
sismoCircle195 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle195, 'mouseover', function() {
infoWindow.setContent('2025-10-16 06:57:54
Magnitude : 4.8
Local : Myanmar
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle195.center);
});
var point = new google.maps.LatLng(37.293,-7.498);
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
sismoCircle196 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle196, 'mouseover', function() {
infoWindow.setContent('2025-10-16 08:10:16
Magnitude : 0.2
Local : NW Castro Marim
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle196.center);
});
var point = new google.maps.LatLng(36.819,-7.395);
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
sismoCircle197 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle197, 'mouseover', function() {
infoWindow.setContent('2025-10-16 08:57:16
Magnitude : 1.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle197.center);
});
var point = new google.maps.LatLng(38.786,-8.022);
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
sismoCircle198 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle198, 'mouseover', function() {
infoWindow.setContent('2025-10-16 10:16:46
Magnitude : 0.5
Local : NW Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle198.center);
});
var point = new google.maps.LatLng(36.642,-9.734);
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
sismoCircle199 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle199, 'mouseover', function() {
infoWindow.setContent('2025-10-16 15:21:14
Magnitude : 1.5
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle199.center);
});
var point = new google.maps.LatLng(39.378,-29.901);
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
sismoCircle200 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle200, 'mouseover', function() {
infoWindow.setContent('2025-10-16 16:57:36
Magnitude : 2.7
Local : Crista Média Atlântico N
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle200.center);
});
var point = new google.maps.LatLng(39.033,-8.99);
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
sismoCircle201 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle201, 'mouseover', function() {
infoWindow.setContent('2025-10-16 17:36:55
Magnitude : 1.2
Local : SE Alenquer
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle201.center);
});
var point = new google.maps.LatLng(36.844,-7.343);
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
sismoCircle202 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle202, 'mouseover', function() {
infoWindow.setContent('2025-10-16 19:17:47
Magnitude : 0.4
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle202.center);
});
var point = new google.maps.LatLng(36.664,-7.233);
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
sismoCircle203 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle203, 'mouseover', function() {
infoWindow.setContent('2025-10-16 22:35:12
Magnitude : 0.8
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle203.center);
});
var point = new google.maps.LatLng(9.76,126.11);
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
sismoCircle204 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle204, 'mouseover', function() {
infoWindow.setContent('2025-10-16 23:03:16
Magnitude : 6.1
Local : Mindanao, Philippines
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle204.center);
});
var point = new google.maps.LatLng(34.38,70.83);
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
sismoCircle205 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle205, 'mouseover', function() {
infoWindow.setContent('2025-10-16 23:53:37
Magnitude : 4.7
Local : Southeastern Afghanistan
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle205.center);
});
var point = new google.maps.LatLng(37.332,-9.218);
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
sismoCircle206 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle206, 'mouseover', function() {
infoWindow.setContent('2025-10-17 00:28:39
Magnitude : 1.1
Local : W Aljezur
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle206.center);
});
var point = new google.maps.LatLng(36.305,-7.695);
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
sismoCircle207 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle207, 'mouseover', function() {
infoWindow.setContent('2025-10-17 00:50:39
Magnitude : 0.7
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle207.center);
});
var point = new google.maps.LatLng(36.857,-11.408);
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
sismoCircle208 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle208, 'mouseover', function() {
infoWindow.setContent('2025-10-17 01:04:46
Magnitude : 1.7
Local : Gorringe
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle208.center);
});
var point = new google.maps.LatLng(37.655,-8.368);
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
sismoCircle209 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle209, 'mouseover', function() {
infoWindow.setContent('2025-10-17 01:13:21
Magnitude : 0
Local : W Ourique
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle209.center);
});
var point = new google.maps.LatLng(17.05,-85.25);
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
sismoCircle210 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle210, 'mouseover', function() {
infoWindow.setContent('2025-10-17 01:14:36
Magnitude : 4.6
Local : North of Honduras
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle210.center);
});
var point = new google.maps.LatLng(34.798,-8.781);
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
sismoCircle211 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle211, 'mouseover', function() {
infoWindow.setContent('2025-10-17 01:22:36
Magnitude : 1.9
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle211.center);
});
var point = new google.maps.LatLng(53.18,159.86);
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
sismoCircle212 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle212, 'mouseover', function() {
infoWindow.setContent('2025-10-17 01:25:57
Magnitude : 5.4
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle212.center);
});
var point = new google.maps.LatLng(38.565,-7.993);
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
sismoCircle213 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle213, 'mouseover', function() {
infoWindow.setContent('2025-10-17 02:53:48
Magnitude : 0.4
Local : W Evora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle213.center);
});
var point = new google.maps.LatLng(53.23,159.64);
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
sismoCircle214 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle214, 'mouseover', function() {
infoWindow.setContent('2025-10-17 06:26:46
Magnitude : 4.6
Local : Near East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle214.center);
});
var point = new google.maps.LatLng(36.493,-9.316);
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
sismoCircle215 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle215, 'mouseover', function() {
infoWindow.setContent('2025-10-17 09:11:13
Magnitude : 1.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle215.center);
});
var point = new google.maps.LatLng(38.603,-29.029);
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
sismoCircle216 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle216, 'mouseover', function() {
infoWindow.setContent('2025-10-17 11:42:18
Magnitude : 2.1
Local : W Faial
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle216.center);
});
var point = new google.maps.LatLng(38.053,-26.85);
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
sismoCircle217 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle217, 'mouseover', function() {
infoWindow.setContent('2025-10-17 11:44:28
Magnitude : 2.6
Local : S Banco D. João de Castro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle217.center);
});
var point = new google.maps.LatLng(36.78,72.76);
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
sismoCircle218 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle218, 'mouseover', function() {
infoWindow.setContent('2025-10-17 12:15:04
Magnitude : 5.5
Local : Afghanistan-Tajikistan Bord Reg.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle218.center);
});
var point = new google.maps.LatLng(36.632,-8.054);
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
sismoCircle219 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle219, 'mouseover', function() {
infoWindow.setContent('2025-10-17 14:24:48
Magnitude : 0.9
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle219.center);
});
var point = new google.maps.LatLng(38.128,-6.697);
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
sismoCircle220 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle220, 'mouseover', function() {
infoWindow.setContent('2025-10-17 14:47:24
Magnitude : 1.4
Local : E Barrancos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle220.center);
});
var point = new google.maps.LatLng(53.58,-165.73);
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
sismoCircle221 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle221, 'mouseover', function() {
infoWindow.setContent('2025-10-17 15:48:48
Magnitude : 5.1
Local : Fox Islands, Aleutian Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle221.center);
});
var point = new google.maps.LatLng(36.673,-7.141);
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
sismoCircle222 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle222, 'mouseover', function() {
infoWindow.setContent('2025-10-17 16:13:32
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle222.center);
});
var point = new google.maps.LatLng(38.734,-27.315);
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
sismoCircle223 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle223, 'mouseover', function() {
infoWindow.setContent('2025-10-17 17:03:22
Magnitude : 2.4
Local : Serra Sta. Bárbara
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle223.center);
});
var point = new google.maps.LatLng(43.024,-0.938);
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
sismoCircle224 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle224, 'mouseover', function() {
infoWindow.setContent('2025-10-17 17:47:46
Magnitude : 2.2
Local : Pirenéus (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle224.center);
});
var point = new google.maps.LatLng(36.316,-9.732);
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
sismoCircle225 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle225, 'mouseover', function() {
infoWindow.setContent('2025-10-17 18:09:40
Magnitude : 1.3
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle225.center);
});
var point = new google.maps.LatLng(32.938,-5.276);
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
sismoCircle226 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle226, 'mouseover', function() {
infoWindow.setContent('2025-10-17 18:51:31
Magnitude : 1.9
Local : SW Fez (Marr)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle226.center);
});
var point = new google.maps.LatLng(38.625,-10.23);
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
sismoCircle227 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle227, 'mouseover', function() {
infoWindow.setContent('2025-10-17 19:16:10
Magnitude : 1
Local : Abissal do Tejo
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle227.center);
});
var point = new google.maps.LatLng(38.998,-24.96);
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
sismoCircle228 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle228, 'mouseover', function() {
infoWindow.setContent('2025-10-17 20:22:52
Magnitude : 2.4
Local : N S.Miguel
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle228.center);
});
var point = new google.maps.LatLng(37.353,-7.707);
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
sismoCircle229 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle229, 'mouseover', function() {
infoWindow.setContent('2025-10-17 21:13:52
Magnitude : 0
Local : SW Alcoutim
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle229.center);
});
var point = new google.maps.LatLng(36.543,-7.566);
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
sismoCircle230 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle230, 'mouseover', function() {
infoWindow.setContent('2025-10-17 22:04:07
Magnitude : 1.1
Local : Golfo de Cádiz
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle230.center);
});
var point = new google.maps.LatLng(35.282,-4.246);
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
sismoCircle231 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle231, 'mouseover', function() {
infoWindow.setContent('2025-10-18 01:19:37
Magnitude : 2.7
Local : W Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle231.center);
});
var point = new google.maps.LatLng(38.848,-9.874);
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
sismoCircle232 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle232, 'mouseover', function() {
infoWindow.setContent('2025-10-18 02:42:44
Magnitude : 1.2
Local : NW Cascais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle232.center);
});
var point = new google.maps.LatLng(38.741,-27.321);
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
sismoCircle233 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle233, 'mouseover', function() {
infoWindow.setContent('2025-10-18 04:18:34
Magnitude : 2
Local : Serra Sta. Bárbara
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle233.center);
});
var point = new google.maps.LatLng(41.898,-7.183);
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
sismoCircle234 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle234, 'mouseover', function() {
infoWindow.setContent('2025-10-18 04:20:27
Magnitude : 1
Local : NW Vinhais
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle234.center);
});
var point = new google.maps.LatLng(38.806,-7.971);
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
sismoCircle235 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle235, 'mouseover', function() {
infoWindow.setContent('2025-10-18 05:31:16
Magnitude : 0.2
Local : NE Arraiolos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle235.center);
});
var point = new google.maps.LatLng(36.588,-9.798);
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
sismoCircle236 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle236, 'mouseover', function() {
infoWindow.setContent('2025-10-18 07:32:49
Magnitude : 1.7
Local : SW Cabo S.Vicente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle236.center);
});
var point = new google.maps.LatLng(38.12,-25.976);
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
sismoCircle237 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle237, 'mouseover', function() {
infoWindow.setContent('2025-10-18 07:41:39
Magnitude : 2.3
Local : Fossa de Hirondelle
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle237.center);
});
var point = new google.maps.LatLng(35.302,-4.225);
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
sismoCircle238 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle238, 'mouseover', function() {
infoWindow.setContent('2025-10-18 09:15:27
Magnitude : 2.1
Local : W Al Hoceima (MARR)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle238.center);
});
var point = new google.maps.LatLng(39.643,-8.616);
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
sismoCircle239 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle239, 'mouseover', function() {
infoWindow.setContent('2025-10-18 10:48:57
Magnitude : 1.2
Local : W Vila Nova de Ourém
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle239.center);
});
var point = new google.maps.LatLng(37.148,-8.586);
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
sismoCircle240 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle240, 'mouseover', function() {
infoWindow.setContent('2025-10-18 12:19:42
Magnitude : 0.8
Local : NW Portimão
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle240.center);
});
var point = new google.maps.LatLng(42.098,-8.147);
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
sismoCircle241 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle241, 'mouseover', function() {
infoWindow.setContent('2025-10-18 13:28:09
Magnitude : 1.2
Local : E Melgaço
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle241.center);
});
var point = new google.maps.LatLng(53.32,161.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
sismoCircle242 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle242, 'mouseover', function() {
infoWindow.setContent('2025-10-18 17:57:11
Magnitude : 5.1
Local : Off East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle242.center);
});
var point = new google.maps.LatLng(53.31,161.52);
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
sismoCircle243 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle243, 'mouseover', function() {
infoWindow.setContent('2025-10-18 17:57:12
Magnitude : 5.4
Local : Off East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle243.center);
});
var point = new google.maps.LatLng(36.65,-4.688);
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
sismoCircle244 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle244, 'mouseover', function() {
infoWindow.setContent('2025-10-18 19:59:43
Magnitude : 2.2
Local : SW Malaga (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle244.center);
});
var point = new google.maps.LatLng(28.136,-16.288);
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
sismoCircle245 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle245, 'mouseover', function() {
infoWindow.setContent('2025-10-18 20:17:32
Magnitude : 2.6
Local : Canary Islands, Spain Region
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle245.center);
});
var point = new google.maps.LatLng(41.761,-8.359);
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
sismoCircle246 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle246, 'mouseover', function() {
infoWindow.setContent('2025-10-18 21:43:57
Magnitude : 0.5
Local : SE Ponte da Barca
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle246.center);
});
var point = new google.maps.LatLng(35.483,-9.602);
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
sismoCircle247 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle247, 'mouseover', function() {
infoWindow.setContent('2025-10-19 01:38:02
Magnitude : 1.3
Local : Mar de Marrocos
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle247.center);
});
var point = new google.maps.LatLng(37.524,-25.725);
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
sismoCircle248 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle248, 'mouseover', function() {
infoWindow.setContent('2025-10-19 01:58:09
Magnitude : 2
Local : Banco do Mónaco
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle248.center);
});
var point = new google.maps.LatLng(38.921,-8.219);
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
sismoCircle249 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle249, 'mouseover', function() {
infoWindow.setContent('2025-10-19 02:07:13
Magnitude : 0.3
Local : SW Mora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle249.center);
});
var point = new google.maps.LatLng(36.218,-8.318);
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
sismoCircle250 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle250, 'mouseover', function() {
infoWindow.setContent('2025-10-19 03:45:46
Magnitude : 0.8
Local : SW Faro
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle250.center);
});
var point = new google.maps.LatLng(38.819,-8.774);
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-10-19 04:20:19
Magnitude : 0.3
Local : SE Benavente
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle251.center);
});
var point = new google.maps.LatLng(37.742,-3.463);
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
sismoCircle252 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle252, 'mouseover', function() {
infoWindow.setContent('2025-10-19 07:01:00
Magnitude : 2.2
Local : NE Granada (ESP)
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle252.center);
});
var point = new google.maps.LatLng(52.4,160.98);
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
sismoCircle253 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle253, 'mouseover', function() {
infoWindow.setContent('2025-10-19 07:23:44
Magnitude : 5.2
Local : Off East Coast of Kamchatka
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle253.center);
});
var point = new google.maps.LatLng(-7.05,155.68);
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
sismoCircle254 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle254, 'mouseover', function() {
infoWindow.setContent('2025-10-19 09:55:45
Magnitude : 5
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle254.center);
});
var point = new google.maps.LatLng(38.616,-8.031);
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
sismoCircle255 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle255, 'mouseover', function() {
infoWindow.setContent('2025-10-19 13:58:16
Magnitude : 0.3
Local : NW Evora
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle255.center);
});
var point = new google.maps.LatLng(36.53,72.72);
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
sismoCircle256 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle256, 'mouseover', function() {
infoWindow.setContent('2025-10-19 13:59:35
Magnitude : 4.9
Local : Afghanistan-Tajikistan Bord Reg.
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle256.center);
});
var point = new google.maps.LatLng(-10.52,161.54);
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
sismoCircle257 = new google.maps.Circle(sismoOptions);
google.maps.event.addListener(sismoCircle257, 'mouseover', function() {
infoWindow.setContent('2025-10-19 17:14:21
Magnitude : 5.3
Local : Solomon Islands
');
infoWindow.open(map);
infoWindow.setPosition(sismoCircle257.center);
});
}