publisher
deselect
Themen
- Mobility
- Language
- Memorial
- Diversity
Monument to the Ghetto Heroes
Monument to the Ghetto Heroes
The Ghetto Heroes Monument (Polish: Pomnik Bohaterów Getta) is a monument in Warsaw, Poland, commemorating the Warsaw Ghetto Uprising of 1943 during the Second World War. It is located in the area which was formerly a part of the Warsaw Ghetto, at the spot where the first armed clash of the uprising took place.
Verwandte
Themen
- 1939-1945
- 1945-1989
- Memorial
// there must be first row empty (first line is not executed at least Chrome 39)
Mapa_Clear(window.markers);
window.markers = [];
window.mplaces = {};
window.polyline = null;
window.countmarks = false;
var markerindex = 0;
marker = new google.maps.Marker({
position: new google.maps.LatLng(52.249747, 20.994198),
map: mkc_map,
title: 'Monument to the Ghetto Heroes',
animation: google.maps.Animation.DROP,
icon: '/img/ico-point.png'
});
google.maps.event.addListener(marker, 'click', function() {Mapa_SetPlace('monument-to-the-ghetto-heroes');});
google.maps.event.addListener(marker, 'mouseover', function() { mkc_infowindow.setContent(this.title); mkc_infowindow.open(this.getMap(), this); });
markers[markerindex] = marker;
mplaces['monument-to-the-ghetto-heroes'] = markerindex++;
// rescale
Mapa_fitBounds(markers);