document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.57097,21.08923], 17);
if(!document.getElementById('opis732')){
document.getElementById('kontener').innerHTML +='
';
}
var muzea732 = L.divIcon({ className: 'muzea-i zu-11 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.57097,21.08923], {icon: muzea732}).addTo(map)
.bindPopup('Zagroda Maziarska w Łosiu
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.57097,21.08923', 'kopiaPraweOkno', 732, 49.57097,21.08923);
},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);