document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.73035,21.24707], 17);
if(!document.getElementById('opis1114')){
document.getElementById('kontener').innerHTML +='
';
}
var koscioly1114 = L.divIcon({ className: 'koscioly-i zu-17 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.73035,21.24707], {icon: koscioly1114}).addTo(map)
.bindPopup('Kolegiata Bożego Ciała w Bieczu
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.73035,21.24707', 'kopiaPraweOkno', 1114, 49.73035,21.24707);
},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);