function printMap(){ try { window.print(); } catch(e){ GLog.write(e); } } function initialize() { var LeafIcon = L.Icon.extend({ options: { iconSize: [39, 46], iconAnchor: [20, 40] } }); var Icon = new LeafIcon({iconUrl: '//www.czechtrade.net/images/ico_gmaps.png'}); //var zoom = 15; var map = L.map('map').setView([ gps_n, gps_e ], zoom); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap' }).addTo(map); L.marker([ gps_n, gps_e ], {icon: Icon}).addTo(map); } function Cli(firm,logo,detail){ if( logo ){ document.imgcli.src = "//www.czechtrade.net/images/cli.gif?f="+firm+"&r="+logo+Math.random()+"&d="+detail; }else{ document.imgcli.src = "//www.czechtrade.net/images/cli.gif?f="+firm+"&r="+Math.random()+"&d="+detail; } }