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