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