publisher
deselect
Themen
- Mobility
- Language
- Memorial
- Diversity
Litwacy
Litwacy
Lithuanian Jews or Litvaks are Jews with roots in the Grand Duchy of Lithuania: (present-day Lithuania, Belarus, Ukraine, Latvia and the northeastern Suwałki region of Poland). The term is sometimes used to cover all Orthodox Jews who follow a "Lithuanian" (Ashkenazic and non-Hasidic) style of life and learning, whatever their ethnic background.[1] The area where Lithuanian Jews lived is often referred to as "Litwa”.
Verwandte
Themen
- 1918-1939
- Mobility
- Language
// 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.24639, 21.001494),
map: mkc_map,
title: 'Litwacy',
animation: google.maps.Animation.DROP,
icon: '/img/ico-point.png'
});
google.maps.event.addListener(marker, 'click', function() {Mapa_SetPlace('litwacy');});
google.maps.event.addListener(marker, 'mouseover', function() { mkc_infowindow.setContent(this.title); mkc_infowindow.open(this.getMap(), this); });
markers[markerindex] = marker;
mplaces['litwacy'] = markerindex++;
// rescale
Mapa_fitBounds(markers);