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