publisher

deselect
Topics
- Mobility
- Language
- Memorial
- Diversity
Stadion 10-lecia
Stadion 10-lecia
Related
Topics
- Mobility
- Language
- 1945-1989
- Memorial
- After 1989
- Diversity
// 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.23957, 21.04598),
map: mkc_map,
title: 'Stadion 10-lecia',
animation: google.maps.Animation.DROP,
icon: '/img/ico-point.png'
});
google.maps.event.addListener(marker, 'click', function() {Mapa_SetPlace('stadion-10-lecia');});
google.maps.event.addListener(marker, 'mouseover', function() { mkc_infowindow.setContent(this.title); mkc_infowindow.open(this.getMap(), this); });
markers[markerindex] = marker;
mplaces['stadion-10-lecia'] = markerindex++;
// rescale
Mapa_fitBounds(markers);