document.getElementById("komunikat").style.overflow = 'visible';
document.getElementById("komunikat").style.height = '100%';
map.setView([49.6445,21.44691], 17);
if(!document.getElementById('opis1225')){
document.getElementById('kontener').innerHTML +='
';
}
var obiekty_sportowe1225 = L.divIcon({ className: 'obiekty_sportowe-i zu-14 ikonMap',
iconSize: [25,25],
});
linkId = L.marker([49.6445,21.44691], {icon: obiekty_sportowe1225}).addTo(map)
.bindPopup('Boisko sportowe na Wykrotach
');
setTimeout(function(e){
odczytLinkuNotkiJS('/serwisy/mapa/mapNotka.php?ne=49.6445,21.44691', 'kopiaPraweOkno', 1225, 49.6445,21.44691);
},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);