document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.57022,21.32257], 17);
if(!document.getElementById('opis1074')){
document.getElementById('kontener').innerHTML +='
';
}
var agroturystyka1074 = L.divIcon({ className: 'agroturystyka-i zu-17 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.57022,21.32257], {icon: agroturystyka1074}).addTo(map)
.bindPopup('');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.57022,21.32257', 'kopiaPraweOkno', 1074, 49.57022,21.32257);
},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);