Prague
Show on Map:
  • 1918-1939
  • 1939-1945
  • 1945-1989
  • After 1989
minimalizovat/maximalizovatdeselect

Topics

  • Mobility
  • Language
  • Memorial
  • Diversity

Tzaddikim

Tzaddikim

Photo
& videospots

--illustration photo--
--illustration photo--
--illustration photo--
--illustration photo--
--illustration photo--
more

Related
Topics

  • 1918-1939
// 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.2351043, 21.0013648), map: mkc_map, title: 'Tzaddikim', animation: google.maps.Animation.DROP, icon: '/img/ico-point.png' }); google.maps.event.addListener(marker, 'click', function() {Mapa_SetPlace('tzaddikim');}); google.maps.event.addListener(marker, 'mouseover', function() { mkc_infowindow.setContent(this.title); mkc_infowindow.open(this.getMap(), this); }); markers[markerindex] = marker; mplaces['tzaddikim'] = markerindex++; // rescale Mapa_fitBounds(markers);