document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.62329,21.09636], 17);
if(!document.getElementById('opis1137')){
document.getElementById('kontener').innerHTML +='
';
}
var koscioly1137 = L.divIcon({ className: 'koscioly-i zu-14 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.62329,21.09636], {icon: koscioly1137}).addTo(map)
.bindPopup('Kościół pomocniczy św Wojciecha w Szymbarku
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.62329,21.09636', 'kopiaPraweOkno', 1137, 49.62329,21.09636);
},100)
document.getElementById("komunikat").style.height = '0px';
setTimeout(function(e){
document.getElementById("komunikat").style.overflow = 'hidden';
document.getElementById("londer").style.overflow = 'hidden';
document.getElementById("londer").style.height = '0px';
linkId.openPopup();
},1000);