document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.74449,21.47809], 17);
if(!document.getElementById('opis624')){
document.getElementById('kontener').innerHTML +='
';
}
var osrodki_kultury624 = L.divIcon({ className: 'osrodki_kultury-i zu-12 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.74449,21.47809], {icon: osrodki_kultury624}).addTo(map)
.bindPopup('Młodzieżowy Dom Kultury w Jaśle
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.74449,21.47809', 'kopiaPraweOkno', 624, 49.74449,21.47809);
},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);