document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.55412,21.34807], 17);
if(!document.getElementById('opis1072')){
document.getElementById('kontener').innerHTML +='
';
}
var krzyze1072 = L.divIcon({ className: 'krzyze-i zu-17 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.55412,21.34807], {icon: krzyze1072}).addTo(map)
.bindPopup('Zabytkowy krzyż w Bartnem
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.55412,21.34807', 'kopiaPraweOkno', 1072, 49.55412,21.34807);
},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);