document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.63353,21.48999], 17);
if(!document.getElementById('opis631')){
document.getElementById('kontener').innerHTML +='
';
}
var koscioly631 = L.divIcon({ className: 'koscioly-i zu-11 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.63353,21.48999], {icon: koscioly631}).addTo(map)
.bindPopup('Kościół Przemienienia Pańskiego w Osieku Jasielskim
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.63353,21.48999', 'kopiaPraweOkno', 631, 49.63353,21.48999);
},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);