<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml"><head> <meta content="text/html; charset=utf-8" http-equiv="content-type"> <title>Google Maps JavaScript API Example</title> <mce:script type="text/javascript" _mce_src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAABtsreKhplcj-G0RoaBJ4BTLzChRZZkT_gKa8dksdj8zBUdt1xRawFWB6vmnO9OoDh16x1-a9BME_Q"></mce:script><mce:script type="text/javascript" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/340c/maps2.api/main.js"></mce:script><mce:style type="text/css"><!-- @media print{.gmnoprint{display:none}}@media screen{.gmnoscreen{display:none}} --></mce:style><style type="text/css" _mce_bogus="1"><!-- @media print{.gmnoprint{display:none}}@media screen{.gmnoscreen{display:none}} --></style> <mce:script _mce_src="http://cms.cmsphere.com/mapsListing.js" type="text/javascript"></mce:script> <mce:script type="text/javascript"><!-- //&lt;![CDATA[ var map; var geocoder; var directions; var points = Array(); var geocoder = new GClientGeocoder(); geocoder.setBaseCountryCode("pl"); function createMarker(point,html,options) { var marker = new GMarker(point,options); //GEvent.addListener(marker, "click", function() { //marker.openInfoWindowHtml(html); //}); return marker; } function load() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map")); geocoder = new GClientGeocoder(); geocoder.setBaseCountryCode("pl"); map.setCenter(new GLatLng(52.770559, 23.184982), 15); //map.setMapType(G_HYBRID_MAP); var wsp = new GLatLng(52.770559, 23.184982); var ikona1 = new GIcon(); ikona1.image = "http://maps.google.com/mapfiles/kml/pal2/icon32.png"; ikona1.shadow = "http://maps.google.com/mapfiles/kml/pal2/icon32s.png"; ikona1.iconSize = new GSize(32, 32); ikona1.infoWindowAnchor = new GPoint(16,16); ikona1.iconAnchor = new GPoint(16,16); ikona1.shadowSize = new GSize(59, 32); var marker = createMarker(wsp,'',{}); map.addOverlay(marker); points.push(wsp); map.addControl(new GSmallMapControl()); directions = new GDirections(map); GEvent.addListener(directions, "error", handleErrors); //GEvent.addListener(map, "click", function(marker,point) {}); } } function setDirections(fromAddress,submitAction) { fromAddress = fromAddress.replace('ul.',''); //fromAddress = 'Polska'+fromAddress; if (geocoder) { geocoder.getLatLng( fromAddress, function(point) { if (point) { points.push(point); directions.loadFromWaypoints(points); points.pop(); geokoduj(fromAddress,submitAction); } else { alert("Podana lokalizacja nie została odnaleziona!"); } } ); } } function handleErrors(){ if (directions.getStatus().code == G_GEO_UNKNOWN_ADDRESS) alert("No corresponding geographic location could be found for one of the specified addresses. This may be due to the fact that the address is relatively new, or it may be incorrect.\nError code: " + directions.getStatus().code); else if (directions.getStatus().code == G_GEO_SERVER_ERROR) alert("A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known.\n Error code: " + directions.getStatus().code); else if (directions.getStatus().code == G_GEO_MISSING_QUERY) alert("The HTTP q parameter was either missing or had no value. For geocoder requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input.\n Error code: " + directions.getStatus().code); else if (directions.getStatus().code == G_GEO_BAD_KEY) alert("The given key is either invalid or does not match the domain for which it was given. \n Error code: " + directions.getStatus().code); else if (directions.getStatus().code == G_GEO_BAD_REQUEST) alert("A directions request could not be successfully parsed.\n Error code: " + directions.getStatus().code); else alert("Prosimy o podanie dokładniejszych danych."); } //]]&gt; // --></mce:script> <mce:style><!-- * { margin:0; padding:0; } body { padding:10px 14px; } body,input { font-family:Arial,Tahoma,Verdana,sans-serif; font-size:12px; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; color:#635F70; } a, a:link, a:visited {color:#635F70; text-decoration:underline} a:hover {text-decoration:none} #googleform { margin-bottom:2.5em; border:0; } .googlesubmit { font-size:100%; background-color:#1D497B; color:#fff; cursor:pointer; margin:0 0 0 18px; padding:2px 4px; width:150px; border:0; } input { border:1px solid #DFDFDF; padding:1px 4px; width:18em; } ul { margin:10px 0 0 20px; } ul li { padding-bottom:4px; } --></mce:style><style _mce_bogus="1"><!-- * { margin:0; padding:0; } body { padding:10px 14px; } body,input { font-family:Arial,Tahoma,Verdana,sans-serif; font-size:12px; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; color:#635F70; } a, a:link, a:visited {color:#635F70; text-decoration:underline} a:hover {text-decoration:none} #googleform { margin-bottom:2.5em; border:0; } .googlesubmit { font-size:100%; background-color:#1D497B; color:#fff; cursor:pointer; margin:0 0 0 18px; padding:2px 4px; width:150px; border:0; } input { border:1px solid #DFDFDF; padding:1px 4px; width:18em; } ul { margin:10px 0 0 20px; } ul li { padding-bottom:4px; } --></style> <mce:script type="text/javascript" charset="UTF-8" _mce_src="http://maps.gstatic.com/cat_js/intl/pl_ALL/mapfiles/340c/maps2.api/%7Bmod_api_gc,mod_drag,mod_ctrapi,mod_apidir%7D.js"></mce:script></head> <body onunload="GUnload()" onload="load()"> <form onsubmit="setDirections('Polska '+this.from.value,1); return false" action="#" id="googleform" name="googleform"> <input type="text" id="from" name="from"> <input type="submit" value="Wyznacz trasę dojazdu" name="show" class="googlesubmit"> </form> <div style="width: 640px; border: 1px solid #ccc; display: none; padding:20px 30px; margin-bottom:10px;" _mce_style="width: 640px; border: 1px solid #ccc; display: none; padding: 20px 30px; margin-bottom: 10px;" id="geoAdresy"></div> <div style="margin: 0pt; width: 600px; height: 400px; position: relative; background-color: rgb(229, 227, 223);" _mce_style="margin: 0pt; width: 600px; height: 400px; position: relative; background-color: #e5e3df;" id="map"><div style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%;" _mce_style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: 0; cursor: url(&quot;http://maps.gstatic.com/intl/pl_ALL/mapfiles/openhand_8_8.cur&quot;), default;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 0; cursor: url(http://maps.gstatic.com/intl/pl_ALL/mapfiles/openhand_8_8.cur), default;"><div style="position: absolute; left: 0px; top: 0px; display: none;" _mce_style="position: absolute; left: 0px; top: 0px; display: none;"><div style="position: absolute; left: 0px; top: 0px; z-index: 0;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 0;"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"><img style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/transparent.png"></div></div><div style="position: absolute; left: 0px; top: 0px;" _mce_style="position: absolute; left: 0px; top: 0px;"><div style="position: absolute; left: 0px; top: 0px; z-index: 0;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 0;"><img style="position: absolute; left: -301px; top: -273px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -301px; top: -273px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10707&amp;z=15&amp;s=Galileo" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10707&amp;z=15&amp;s=Galileo"><img style="position: absolute; left: -301px; top: -17px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -301px; top: -17px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10708&amp;z=15&amp;s=" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10708&amp;z=15&amp;s="><img style="position: absolute; left: -301px; top: 239px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -301px; top: 239px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10709&amp;z=15&amp;s=G" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10709&amp;z=15&amp;s=G"><img style="position: absolute; left: -301px; top: 495px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -301px; top: 495px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10710&amp;z=15&amp;s=Ga" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18492&amp;s=&amp;y=10710&amp;z=15&amp;s=Ga"><img style="position: absolute; left: -45px; top: -273px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -45px; top: -273px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10707&amp;z=15&amp;s=Ga" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10707&amp;z=15&amp;s=Ga"><img style="position: absolute; left: -45px; top: -17px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -45px; top: -17px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10708&amp;z=15&amp;s=Gal" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10708&amp;z=15&amp;s=Gal"><img style="position: absolute; left: -45px; top: 239px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -45px; top: 239px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10709&amp;z=15&amp;s=Gali" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10709&amp;z=15&amp;s=Gali"><img style="position: absolute; left: -45px; top: 495px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: -45px; top: 495px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10710&amp;z=15&amp;s=Galil" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18493&amp;s=&amp;y=10710&amp;z=15&amp;s=Galil"><img style="position: absolute; left: 211px; top: -273px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 211px; top: -273px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10707&amp;z=15&amp;s=Galil" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10707&amp;z=15&amp;s=Galil"><img style="position: absolute; left: 211px; top: -17px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 211px; top: -17px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10708&amp;z=15&amp;s=Galile" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10708&amp;z=15&amp;s=Galile"><img style="position: absolute; left: 211px; top: 239px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 211px; top: 239px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10709&amp;z=15&amp;s=Galileo" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10709&amp;z=15&amp;s=Galileo"><img style="position: absolute; left: 211px; top: 495px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 211px; top: 495px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10710&amp;z=15&amp;s=" _mce_src="http://mt0.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18494&amp;s=&amp;y=10710&amp;z=15&amp;s="><img style="position: absolute; left: 467px; top: -273px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 467px; top: -273px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10707&amp;z=15&amp;s=" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10707&amp;z=15&amp;s="><img style="position: absolute; left: 467px; top: -17px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 467px; top: -17px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10708&amp;z=15&amp;s=G" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10708&amp;z=15&amp;s=G"><img style="position: absolute; left: 467px; top: 239px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 467px; top: 239px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10709&amp;z=15&amp;s=Ga" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10709&amp;z=15&amp;s=Ga"><img style="position: absolute; left: 467px; top: 495px; width: 256px; height: 256px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 467px; top: 495px; width: 256px; height: 256px; border: 0px none; padding: 0px; margin: 0px;" src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10710&amp;z=15&amp;s=Gal" _mce_src="http://mt1.google.com/vt/lyrs=m@158&amp;hl=pl&amp;src=api&amp;x=18495&amp;s=&amp;y=10710&amp;z=15&amp;s=Gal"></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 100;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 100;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 101;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 101;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 102;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 102;"><img style="position: absolute; left: 291px; top: 166px; width: 37px; height: 34px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px; z-index: -168865792;" _mce_style="position: absolute; left: 291px; top: 166px; width: 37px; height: 34px; border: 0px none; padding: 0px; margin: 0px; z-index: -168865792;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/shadow50.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/shadow50.png" class="gmnoprint"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 103;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 103;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 104; cursor: default;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 104; cursor: default;"><img style="width: 20px; height: 34px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px; position: absolute; left: 291px; top: 166px; z-index: -168865792;" _mce_style="width: 20px; height: 34px; border: 0px none; padding: 0px; margin: 0px; position: absolute; left: 291px; top: 166px; z-index: -168865792;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/marker.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/marker.png"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 105;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 105;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 106;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 106;"><img style="position: absolute; left: 291px; top: 166px; width: 20px; height: 34px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px; z-index: -168865792;" _mce_style="position: absolute; left: 291px; top: 166px; width: 20px; height: 34px; border: 0px none; padding: 0px; margin: 0px; z-index: -168865792;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/markerTransparent.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/markerTransparent.png" class="gmnoprint" usemap="#gmimap0"><map name="gmimap0" id="gmimap0"><area log="miw" coords="9,0,6,1,4,2,2,4,0,8,0,12,1,14,2,16,5,19,7,23,8,26,9,30,9,34,11,34,11,30,12,26,13,24,14,21,16,18,18,16,20,12,20,8,18,4,16,2,15,1,13,0" _mce_coords="9,0,6,1,4,2,2,4,0,8,0,12,1,14,2,16,5,19,7,23,8,26,9,30,9,34,11,34,11,30,12,26,13,24,14,21,16,18,18,16,20,12,20,8,18,4,16,2,15,1,13,0" shape="poly" _mce_shape="poly" alt="" href="javascript:void(0)" _mce_href="javascript:void(0)" id="mtgt_unnamed_0"></map></div><div style="position: absolute; left: 0px; top: 0px; z-index: 107; cursor: default;" _mce_style="position: absolute; left: 0px; top: 0px; z-index: 107; cursor: default;"></div></div></div><div class="gmnoprint" style="-moz-user-select: none; z-index: 0; position: absolute; left: 2px; bottom: 2px;" _mce_style="z-index: 0; position: absolute; left: 2px; bottom: 2px;"><a title="Kliknij, aby wyświetlić obszar w serwisie Mapy Google" target="_blank" href="http://maps.google.com/maps?ll=52.770559,23.184982&amp;spn=0.010386,0.025749&amp;z=15&amp;key=ABQIAAAAABtsreKhplcj-G0RoaBJ4BTLzChRZZkT_gKa8dksdj8zBUdt1xRawFWB6vmnO9OoDh16x1-a9BME_Q&amp;mapclient=jsapi&amp;oi=map_misc&amp;ct=api_logo" _mce_href="http://maps.google.com/maps?ll=52.770559,23.184982&amp;spn=0.010386,0.025749&amp;z=15&amp;key=ABQIAAAAABtsreKhplcj-G0RoaBJ4BTLzChRZZkT_gKa8dksdj8zBUdt1xRawFWB6vmnO9OoDh16x1-a9BME_Q&amp;mapclient=jsapi&amp;oi=map_misc&amp;ct=api_logo"><img style="width: 62px; height: 30px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px; cursor: pointer;" _mce_style="width: 62px; height: 30px; border: 0px none; padding: 0px; margin: 0px; cursor: pointer;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/poweredby.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/poweredby.png"></a></div><div style="-moz-user-select: none; z-index: 0; position: absolute; right: 3px; bottom: 2px; color: black; font-family: Arial,sans-serif; font-size: 11px; white-space: nowrap; text-align: right;" _mce_style="z-index: 0; position: absolute; right: 3px; bottom: 2px; color: black; font-family: Arial,sans-serif; font-size: 11px; white-space: nowrap; text-align: right;" dir="ltr"><span>Dane do Mapy &copy;2011 PPWK - </span><a href="http://www.google.com/intl/pl_ALL/help/terms_maps.html" _mce_href="http://www.google.com/intl/pl_ALL/help/terms_maps.html" target="_blank" class="gmnoprint terms-of-use-link" style="color: rgb(119, 119, 204);" _mce_style="color: #7777cc;">Warunki korzystania z usługi</a></div><div style="width: 37px; height: 94px; -moz-user-select: none; z-index: 0; position: absolute; left: 7px; top: 7px;" _mce_style="width: 37px; height: 94px; z-index: 0; position: absolute; left: 7px; top: 7px;" class="gmnoprint"><img style="position: absolute; left: 0px; top: 0px; width: 37px; height: 94px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" _mce_style="position: absolute; left: 0px; top: 0px; width: 37px; height: 94px; border: 0px none; padding: 0px; margin: 0px;" src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/smc.png" _mce_src="http://maps.gstatic.com/intl/pl_ALL/mapfiles/smc.png"><div style="position: absolute; left: 9px; top: 0px; width: 18px; height: 18px; cursor: pointer;" _mce_style="position: absolute; left: 9px; top: 0px; width: 18px; height: 18px; cursor: pointer;" title="Przesuń w górę"></div><div style="position: absolute; left: 0px; top: 18px; width: 18px; height: 18px; cursor: pointer;" _mce_style="position: absolute; left: 0px; top: 18px; width: 18px; height: 18px; cursor: pointer;" title="Przesuń w lewo"></div><div style="position: absolute; left: 18px; top: 18px; width: 18px; height: 18px; cursor: pointer;" _mce_style="position: absolute; left: 18px; top: 18px; width: 18px; height: 18px; cursor: pointer;" title="Przesuń w prawo"></div><div style="position: absolute; left: 9px; top: 36px; width: 18px; height: 18px; cursor: pointer;" _mce_style="position: absolute; left: 9px; top: 36px; width: 18px; height: 18px; cursor: pointer;" title="Przesuń w dół"></div><div style="position: absolute; left: 9px; top: 57px; width: 18px; height: 18px; cursor: pointer;" _mce_style="position: absolute; left: 9px; top: 57px; width: 18px; height: 18px; cursor: pointer;" title="Powiększ"></div><div style="position: absolute; left: 9px; top: 75px; width: 18px; height: 18px; cursor: pointer;" _mce_style="position: absolute; left: 9px; top: 75px; width: 18px; height: 18px; cursor: pointer;" title="Pomniejsz"></div></div></div> </body></html>