document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.622,21.0956], 17);
if(!document.getElementById('opis617')){
document.getElementById('kontener').innerHTML +='
';
}
var muzea617 = L.divIcon({ className: 'muzea-i zu-12 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.622,21.0956], {icon: muzea617}).addTo(map)
.bindPopup('Skansen Wsi Pogórzańskiej w Szymbarku
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.622,21.0956', 'kopiaPraweOkno', 617, 49.622,21.0956);
},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);