VEKIA

modernpet kod w footerze

Feb 11th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.17 KB | None | 0 0
  1. <div style="display:block; position:relative; background:#252525 url('') top left repeat; clear:both; width:1170px; height:350px; color:#c0c0c0" class="advanced_footer" id="advanced_footer">
  2. <script></script><script></script><style></style><div id="advf_code_block_5" class="draggable resizable codeblock" style="z-index:3; padding:5px; width:200px; height:100px; display:block; position:absolute; left:97px; top:36px;"><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FMODERNPET.karmy&amp;width&amp;height=290&amp;colorscheme=dark&amp;show_faces=true&amp;header=true&amp;stream=false&amp;show_border=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:290px;" allowtransparency="true"></iframe></div><style></style><div id="advf_code_block_8" class="draggable resizable codeblock" style="z-index:3; padding:5px; width:200px; height:100px; display:block; position:absolute; left:349px; top:8px;"><script type="text/javascript" src="http://form.jotformeu.com/jsform/40046484773357"></scr</div><style></style><div id="advf_code_block_16" class="draggable resizable codeblock" style="z-index:3; padding:5px; width:200px; height:100px; display:block; position:absolute; left:50px; top:50px;"><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
  3. 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title>Google Maps JavaScript API v3 - Twoja pierwsza mapa</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script><iframe onload="window.parent.scrollTo(0,0)" src="" allowtransparency="true" frameborder="0" name="40046484773357" id="40046484773357" style="width: 100%; border: none; height: 287px;" scrolling="no"></iframe>
  9. <script type="text/javascript">
  10. /******************************************
  11. GeoFinder Google Maps Generator
  12. © 2012 Piotr Dmowski
  13. http://www.web4you.com.pl
  14. *******************************************/
  15. var markers = [
  16. [0, 52.14140983230298, 21.01056933403015, 'Modern Pet sp. z o.o.', '', '', 'Import i sprzedaż karm super premium dla psów i kotów.', 'http://www.modernpet.pl', '', ''],
  17. ]
  18. var markerMemo = null;
  19. var infowindow = null;
  20. var info = new google.maps.InfoWindow({
  21. maxWidth: 200
  22. });
  23. var map;
  24.  
  25. function initialize() {
  26. var myOptions = {
  27. zoom: 15,
  28. center: new google.maps.LatLng(52.1413933711879,21.010496149564023),
  29. navigationControl: true,
  30. panControl: true,
  31. zoomControl: true,
  32. rotateControl: true,
  33. overviewMapControl: true,
  34. navigationControlOptions: {
  35. style: google.maps.NavigationControlStyle.DEFAULT
  36. },
  37. mapTypeControl: true,
  38. mapTypeControlOptions: {
  39. style: google.maps.MapTypeControlStyle.DEFAULT
  40. },
  41. mapTypeId: google.maps.MapTypeId.ROADMAP,
  42. mapTypeControlOptions:
  43. {
  44. mapTypeIds: [
  45. google.maps.MapTypeId.ROADMAP
  46. ]
  47. }
  48. }
  49. var map = new google.maps.Map(document.getElementById("moja-mapa"), myOptions);
  50. for(var i in markers) {
  51. infowindow = '<div class="widows-map"><strong>' + markers[i][3] + '</strong><p>';
  52. if (markers[i][6] && !markers[i][7]) {
  53. infowindow += markers[i][6] + '</p>';
  54. }
  55. if (markers[i][6] && markers[i][7]) {
  56. infowindow += '<a href="' + markers[i][7] + '">' + markers[i][6] + '</a></p>';
  57. }
  58. if (markers[i][8]) {
  59. infowindow += markers[i][8] + '<br />';
  60. }
  61. if (markers[i][9]) {
  62. infowindow += '<a href="http://maps.google.pl/maps?daddr=' + markers[i][1] + ', ' + markers[i][2] + '&hl=pl&ie=UTF8&z=' + map.getZoom() + '">wskazówki dojazdu</a>';
  63. }
  64. '</div>'
  65. if (markers[i][4]) {
  66. var markerOption =
  67. {
  68. map: map,
  69. position: new google.maps.LatLng(markers[i][1], markers[i][2]),
  70. title: markers[i][3],
  71. html: infowindow,
  72. icon: document.getElementById('link').href + markers[i][4],
  73. shadow: markers[i][5]
  74. }
  75. } else {
  76. var markerOption =
  77. {
  78. map: map,
  79. position: new google.maps.LatLng(markers[i][1], markers[i][2]),
  80. title: markers[i][3],
  81. html: infowindow
  82. }
  83. }
  84. var marker = new google.maps.Marker(markerOption);
  85. if (infowindow) {
  86. google.maps.event.addListener(marker, "click", function ()
  87. {
  88. info.setContent(this.html);
  89. info.open(map, this);
  90. });
  91. } else {
  92. infowindow = '';
  93. }
  94. if (i==0 && infowindow) {markerMemo = marker;}
  95. }
  96. if (markerMemo) google.maps.event.trigger(markerMemo, "click");
  97. }
  98. </script>
  99.  
  100.  
  101. <div id="moja-mapa" style="width: 640px; height: 480px; position: relative; background-color: rgb(229, 227, 223); overflow: hidden;"><div class="gm-style" style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; -webkit-transform-origin: 0px 0px; -webkit-transform: matrix(1, 0, 0, 1, 0, 0);"><div style="position: absolute; left: 0px; top: 0px; width: 100%; z-index: 200;"><div style="position: absolute; left: 0px; top: 0px; z-index: 101; width: 100%;"></div></div><div style="position: absolute; left: 0px; top: 0px; width: 100%; z-index: 201;"><div style="position: absolute; left: 0px; top: 0px; z-index: 102; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: -1;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1;"><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -44px; top: 28px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -44px; top: 284px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 212px; top: 28px;"><canvas draggable="false" height="256" width="256" style="-webkit-user-select: none; position: absolute; left: 0px; top: 0px; height: 256px; width: 256px;"></canvas></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 212px; top: 284px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -300px; top: 28px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -44px; top: 540px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -300px; top: 284px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 212px; top: -228px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -44px; top: -228px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 212px; top: 540px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 468px; top: 28px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 468px; top: 284px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 468px; top: -228px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -300px; top: -228px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: -300px; top: 540px;"></div><div style="width: 256px; height: 256px; overflow: hidden; position: absolute; left: 468px; top: 540px;"></div></div></div></div></div><div style="position: absolute; left: 0px; top: 0px; width: 100%; z-index: 202;"><div style="position: absolute; left: 0px; top: 0px; z-index: 104; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 105; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 106; width: 100%;"><div style="cursor: default; width: 244px; height: 96px; position: absolute; left: 200px; top: 79px; z-index: 79;"><div style="position: absolute; left: 0px; top: 0px;"><div style="width: 0px; height: 0px; border-right-width: 10px; border-right-style: solid; border-right-color: transparent; border-left-width: 10px; border-left-style: solid; border-left-color: transparent; border-top-width: 24px; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0.0980392); position: absolute; left: 112px; top: 96px;"></div><div style="position: absolute; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.2); border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; width: 244px; height: 96px;"></div><div style="border-top-width: 24px; position: absolute; left: 112px; top: 93px;"><div style="position: absolute; overflow: hidden; left: -6px; top: -1px; width: 16px; height: 30px;"><div style="position: absolute; left: 6px; background-color: rgb(255, 255, 255); -webkit-transform: skewX(22.6deg); -webkit-transform-origin: 0px 0px; height: 24px; width: 10px; box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;"></div></div><div style="position: absolute; overflow: hidden; top: -1px; left: 10px; width: 16px; height: 30px;"><div style="position: absolute; left: 0px; background-color: rgb(255, 255, 255); -webkit-transform: skewX(-22.6deg); -webkit-transform-origin: 10px 0px; height: 24px; width: 10px; box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;"></div></div></div><div style="position: absolute; left: 1px; top: 1px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; background-color: rgb(255, 255, 255); width: 242px; height: 94px;"></div></div><div class="gm-style-iw" style="position: absolute; left: 12px; top: 9px; overflow: auto; width: 200px; height: 78px;"><div class="" style="overflow: auto;"><div class="widows-map"><strong>Modern Pet sp. z o.o.</strong><p><a href="http://www.modernpet.pl">Import i sprzedaż karm super premium dla psów i kotów.</a></p></div></div></div><div style="width: 13px; height: 13px; overflow: hidden; position: absolute; opacity: 0.7; right: 12px; top: 12px; z-index: 10000; cursor: pointer;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -2px; top: -336px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 100; width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1;"><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: 28px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: 284px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: 28px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: 284px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: 28px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: 540px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: 284px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: -228px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: -228px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: 540px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: 28px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: 284px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: -228px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: -228px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: 540px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: 540px;"></div></div></div></div><div style="position: absolute; z-index: 0; left: 0px; top: 0px;"><div style="overflow: hidden; width: 640px; height: 480px;"><img src="https://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&amp;1i4683564&amp;2i2765284&amp;2e1&amp;3u15&amp;4m2&amp;1u640&amp;2u480&amp;5m4&amp;1e0&amp;5sen-US&amp;6sus&amp;10b1&amp;token=6489" style="width: 640px; height: 480px;"></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1;"><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: 28px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18295&amp;y=10802&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: 284px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251023999&amp;src=apiv3&amp;hl=en-US&amp;x=18295&amp;y=10803&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: 28px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251027514&amp;src=apiv3&amp;hl=en-US&amp;x=18296&amp;y=10802&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: 284px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18296&amp;y=10803&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: 28px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18294&amp;y=10802&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: 540px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18295&amp;y=10804&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: 284px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251023247&amp;src=apiv3&amp;hl=en-US&amp;x=18294&amp;y=10803&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: -228px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251023270&amp;src=apiv3&amp;hl=en-US&amp;x=18296&amp;y=10801&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -44px; top: -228px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18295&amp;y=10801&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 212px; top: 540px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18296&amp;y=10804&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: 28px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251027518&amp;src=apiv3&amp;hl=en-US&amp;x=18297&amp;y=10802&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: 284px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251008508&amp;src=apiv3&amp;hl=en-US&amp;x=18297&amp;y=10803&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: -228px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18294&amp;y=10801&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -300px; top: 540px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18294&amp;y=10804&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: 540px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=18297&amp;y=10804&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: 468px; top: -228px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251008513&amp;src=apiv3&amp;hl=en-US&amp;x=18297&amp;y=10801&amp;z=15&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div></div></div></div><div style="margin-left: 5px; margin-right: 5px; z-index: 1000000; position: absolute; left: 0px; bottom: 0px;"><a target="_blank" href="http://maps.google.com/maps?ll=52.141393,21.010496&amp;z=15&amp;t=m&amp;hl=en-US&amp;gl=US&amp;mapclient=apiv3" title="Click to see this area on Google Maps" style="position: static; overflow: visible; float: none; display: inline;"><div style="width: 62px; height: 26px; cursor: pointer;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/google_white2.png" draggable="false" style="position: absolute; left: 0px; top: 0px; width: 62px; height: 26px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></a></div><div class="gmnoprint" style="z-index: 1000001; position: absolute; right: 88px; bottom: 0px; width: 125px;"><div draggable="false" class="gm-style-cc" style="-webkit-user-select: none;"><div style="opacity: 0.7; width: 100%; height: 100%; position: absolute;"><div style="width: 1px;"></div><div style="background-color: rgb(245, 245, 245); width: auto; height: 100%; margin-left: 1px;"></div></div><div style="position: relative; padding-right: 6px; padding-left: 6px; font-family: Roboto, Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap; direction: ltr; text-align: right;"><a style="color: rgb(68, 68, 68); text-decoration: none; cursor: pointer; display: none;">Map Data</a><span style="">Map data ©2014 Google</span></div></div></div><div style="background-color: white; padding: 15px 21px; border: 1px solid rgb(171, 171, 171); font-family: Roboto, Arial, sans-serif; color: rgb(34, 34, 34); -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px; z-index: 10000002; display: none; width: 256px; height: 148px; position: absolute; left: 170px; top: 150px;"><div style="padding: 0px 0px 10px; font-size: 16px;">Map Data</div><div style="font-size: 13px;">Map data ©2014 Google</div><div style="width: 13px; height: 13px; overflow: hidden; position: absolute; opacity: 0.7; right: 12px; top: 12px; z-index: 10000; cursor: pointer;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -2px; top: -336px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div><div class="gmnoscreen" style="position: absolute; right: 0px; bottom: 0px;"><div style="font-family: Roboto, Arial, sans-serif; font-size: 11px; color: rgb(68, 68, 68); direction: ltr; text-align: right; background-color: rgb(245, 245, 245);">Map data ©2014 Google</div></div><div class="gmnoprint gm-style-cc" draggable="false" style="z-index: 1000001; position: absolute; -webkit-user-select: none; right: 18px; bottom: 0px;"><div style="opacity: 0.7; width: 100%; height: 100%; position: absolute;"><div style="width: 1px;"></div><div style="background-color: rgb(245, 245, 245); width: auto; height: 100%; margin-left: 1px;"></div></div><div style="position: relative; padding-right: 6px; padding-left: 6px; font-family: Roboto, Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap; direction: ltr; text-align: right;"><a href="http://www.google.com/intl/en-US_US/help/terms_maps.html" target="_blank" style="text-decoration: none; cursor: pointer; color: rgb(68, 68, 68);">Terms of Use</a></div></div><div draggable="false" class="gm-style-cc" style="-webkit-user-select: none; position: absolute; right: 18px; bottom: 0px;"><div style="opacity: 0.7; width: 100%; height: 100%; position: absolute;"><div style="width: 1px;"></div><div style="background-color: rgb(245, 245, 245); width: auto; height: 100%; margin-left: 1px;"></div></div><div style="position: relative; padding-right: 6px; padding-left: 6px; font-family: Roboto, Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); white-space: nowrap; direction: ltr; text-align: right; display: none;"><a target="_new" title="Report errors in the road map or imagery to Google" href="http://maps.google.com/maps?ll=52.141393,21.010496&amp;z=15&amp;t=m&amp;hl=en-US&amp;gl=US&amp;mapclient=apiv3&amp;skstate=action:mps_dialog$apiref:1&amp;output=classic" style="font-family: Roboto, Arial, sans-serif; font-size: 10px; color: rgb(68, 68, 68); text-decoration: none; position: relative;">Report a map error</a></div></div><div class="gmnoprint" draggable="false" style="position: absolute; -webkit-user-select: none; margin-left: 5px; margin-top: 5px; width: 13px; height: 13px; right: 0px; bottom: 0px;"><div style="background-color: rgb(255, 255, 255); overflow: hidden; width: 120px; height: 120px; display: none;"><div style="position: absolute; left: 3px; top: 3px; width: 117px; height: 117px; background-color: rgb(229, 227, 223); overflow: hidden;"><div class="gm-style" style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; -webkit-transform-origin: 0px 0px; -webkit-transform: matrix(1, 0, 0, 1, 0, 0);"><div style="position: absolute; left: 0px; top: 0px; width: 100%; z-index: 200;"><div style="position: absolute; left: 0px; top: 0px; z-index: 101; width: 100%;"></div></div><div style="position: absolute; left: 0px; top: 0px; width: 100%; z-index: 201;"><div style="position: absolute; left: 0px; top: 0px; z-index: 102; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;"></div></div><div style="position: absolute; left: 0px; top: 0px; width: 100%; z-index: 202;"><div style="position: absolute; left: 0px; top: 0px; z-index: 104; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 105; width: 100%;"><div style="border: 1px solid rgb(255, 255, 255); outline: rgb(0, 0, 0) solid 1px; opacity: 0.35; position: absolute; margin-top: -30px; margin-left: -40px; width: 80px; height: 60px; left: 0px; top: 0px;"><div style="position: absolute; background-color: rgb(0, 0, 0); opacity: 0.7; width: 80px; height: 60px; background-position: initial initial; background-repeat: initial initial;"></div></div><div style="border: 1px solid rgb(255, 255, 255); outline: rgb(0, 0, 0) solid 1px; opacity: 0.35; position: absolute; cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; margin-top: -30px; margin-left: -40px; width: 80px; height: 60px; left: 0px; top: 0px;"><div style="position: absolute; width: 80px; height: 60px;"></div></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 106; width: 100%;"></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 100; width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1;"><div style="width: 256px; height: 256px; position: absolute; left: -270px; top: -90px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -14px; top: -90px;"></div></div></div></div><div style="position: absolute; z-index: 0; left: 0px; top: 0px;"><div style="overflow: hidden;"></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1;"><div style="width: 256px; height: 256px; position: absolute; left: -270px; top: -90px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts0.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=2286&amp;y=1350&amp;z=12&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 256px; height: 256px; position: absolute; left: -14px; top: -90px; opacity: 1; transition: opacity 200ms ease-out; -webkit-transition: opacity 200ms ease-out;"><img src="https://mts1.googleapis.com/vt?lyrs=m@251000000&amp;src=apiv3&amp;hl=en-US&amp;x=2287&amp;y=1350&amp;z=12&amp;style=47,37%7Csmartmaps" draggable="false" style="width: 256px; height: 256px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div></div></div></div></div></div></div><div style="width: 13px; height: 13px; position: absolute; cursor: pointer; left: 0px; top: 0px;"><div title="Open the overview map" style="width: 13px; height: 13px; overflow: hidden; position: absolute;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -2px; top: -364px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div></div><div class="gmnoprint" draggable="false" controlwidth="78" controlheight="356" style="margin: 5px; -webkit-user-select: none; position: absolute; left: 0px; top: 0px;"><div class="gmnoprint" controlwidth="78" controlheight="80" style="cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; width: 78px; height: 78px; position: absolute; left: 0px; top: 0px;"><div class="gmnoprint" controlwidth="78" controlheight="80" style="width: 78px; height: 78px; position: absolute; left: 0px; top: 0px;"><div style="visibility: hidden;"><svg version="1.1" overflow="hidden" width="78px" height="78px" viewBox="0 0 78 78" style="position: absolute; left: 0px; top: 0px;"><circle cx="39" cy="39" r="35" stroke-width="3" fill-opacity="0.2" fill="#f2f4f6" stroke="#f2f4f6"></circle><g transform="rotate(0 39 39)"><rect x="33" y="0" rx="4" ry="4" width="12" height="11" stroke="#a6a6a6" stroke-width="1" fill="#f2f4f6"></rect><polyline points="36.5,8.5 36.5,2.5 41.5,8.5 41.5,2.5" stroke-linejoin="bevel" stroke-width="1.5" fill="#f2f4f6" stroke="#000"></polyline></g></svg></div></div><div class="gmnoprint" controlwidth="59" controlheight="59" style="position: absolute; left: 10px; top: 11px;"><div style="width: 59px; height: 59px; overflow: hidden; position: relative;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: 0px; top: 0px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"><div title="Pan left" style="position: absolute; left: 0px; top: 20px; width: 19.666666666666668px; height: 19.666666666666668px; cursor: pointer;"></div><div title="Pan right" style="position: absolute; left: 39px; top: 20px; width: 19.666666666666668px; height: 19.666666666666668px; cursor: pointer;"></div><div title="Pan up" style="position: absolute; left: 20px; top: 0px; width: 19.666666666666668px; height: 19.666666666666668px; cursor: pointer;"></div><div title="Pan down" style="position: absolute; left: 20px; top: 39px; width: 19.666666666666668px; height: 19.666666666666668px; cursor: pointer;"></div></div></div></div><div controlwidth="32" controlheight="40" style="cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; position: absolute; left: 23px; top: 85px;"><div style="width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/cb_scout2.png" draggable="false" style="position: absolute; left: -9px; top: -102px; width: 1028px; height: 214px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/cb_scout2.png" draggable="false" style="position: absolute; left: -107px; top: -102px; width: 1028px; height: 214px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/cb_scout2.png" draggable="false" style="position: absolute; left: -58px; top: -102px; width: 1028px; height: 214px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div style="width: 32px; height: 40px; overflow: hidden; position: absolute; left: 0px; top: 0px; visibility: hidden;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/cb_scout2.png" draggable="false" style="position: absolute; left: -205px; top: -102px; width: 1028px; height: 214px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div><div class="gmnoprint" controlwidth="0" controlheight="0" style="opacity: 0.6; display: none; position: absolute;"><div title="Rotate map 90 degrees" style="width: 22px; height: 22px; overflow: hidden; position: absolute; cursor: pointer;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -38px; top: -360px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div><div class="gmnoprint" controlwidth="25" controlheight="226" style="position: absolute; left: 27px; top: 130px;"><div title="Zoom in" style="width: 23px; height: 24px; overflow: hidden; position: relative; cursor: pointer; z-index: 1;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -17px; top: -400px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div title="Click to zoom" style="width: 25px; height: 178px; overflow: hidden; position: relative; cursor: pointer; top: -4px;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -17px; top: -87px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div title="Drag to zoom" style="width: 21px; height: 14px; overflow: hidden; position: absolute; -webkit-transition: top 0.25s ease; transition: top 0.25s ease; z-index: 2; cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; left: 2px; top: 68px;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: 0px; top: -384px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div><div title="Zoom out" style="width: 23px; height: 23px; overflow: hidden; position: relative; cursor: pointer; top: -4px; z-index: 3;"><img src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png" draggable="false" style="position: absolute; left: -17px; top: -361px; width: 59px; height: 492px; -webkit-user-select: none; border: 0px; padding: 0px; margin: 0px;"></div></div></div><div class="gmnoprint" style="margin: 5px; z-index: 0; position: absolute; cursor: pointer; right: 0px; top: 0px;"><div class="gm-style-mtc" style="float: left;"><div draggable="false" title="Show street map" style="direction: ltr; overflow: hidden; text-align: center; position: relative; color: rgb(0, 0, 0); font-family: Roboto, Arial, sans-serif; -webkit-user-select: none; font-size: 11px; background-color: rgb(255, 255, 255); padding: 1px 6px; border-bottom-left-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.14902); -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; min-width: 22px; font-weight: 500;">Map</div></div></div></div></div>
  102. <div style="padding-top:10px; text-align: right; width: 640px;"><a href="http://www.web4you.com.pl" id="link"><img src="http://www.web4you.com.pl/geofinder.gif" alt="Pozycjonowanie, Google Maps API" border="0" width="80" height="15"></a></div>
  103.  
  104.  
  105. </div><style></style><div id="advf_code_block_17" class="draggable resizable codeblock" style="z-index:3; padding:5px; width:200px; height:100px; display:block; position:absolute; left:50px; top:50px;">
  106.  
  107.  
  108. <title>Google Maps JavaScript API v3 - Twoja pierwsza mapa</title>
  109. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  110. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script><script src="https://maps.gstatic.com/intl/en_us/mapfiles/api-3/15/11/main.js" type="text/javascript"></script>
  111. <script type="text/javascript">
  112. /******************************************
  113. GeoFinder Google Maps Generator
  114. © 2012 Piotr Dmowski
  115. http://www.web4you.com.pl
  116. *******************************************/
  117. var markers = [
  118. [0, 52.14140983230298, 21.01056933403015, 'Modern Pet sp. z o.o.', '', '', 'Import i sprzedaż karm super premium dla psów i kotów.', 'http://www.modernpet.pl', '', ''],
  119. ]
  120. var markerMemo = null;
  121. var infowindow = null;
  122. var info = new google.maps.InfoWindow({
  123. maxWidth: 200
  124. });
  125. var map;
  126.  
  127. function initialize() {
  128. var myOptions = {
  129. zoom: 15,
  130. center: new google.maps.LatLng(52.1413933711879,21.010496149564023),
  131. navigationControl: true,
  132. panControl: true,
  133. zoomControl: true,
  134. rotateControl: true,
  135. overviewMapControl: true,
  136. navigationControlOptions: {
  137. style: google.maps.NavigationControlStyle.DEFAULT
  138. },
  139. mapTypeControl: true,
  140. mapTypeControlOptions: {
  141. style: google.maps.MapTypeControlStyle.DEFAULT
  142. },
  143. mapTypeId: google.maps.MapTypeId.ROADMAP,
  144. mapTypeControlOptions:
  145. {
  146. mapTypeIds: [
  147. google.maps.MapTypeId.ROADMAP
  148. ]
  149. }
  150. }
  151. var map = new google.maps.Map(document.getElementById("moja-mapa"), myOptions);
  152. for(var i in markers) {
  153. infowindow = '<div class="widows-map"><strong>' + markers[i][3] + '</strong><p>';
  154. if (markers[i][6] && !markers[i][7]) {
  155. infowindow += markers[i][6] + '</p>';
  156. }
  157. if (markers[i][6] && markers[i][7]) {
  158. infowindow += '<a href="' + markers[i][7] + '">' + markers[i][6] + '</a></p>';
  159. }
  160. if (markers[i][8]) {
  161. infowindow += markers[i][8] + '<br />';
  162. }
  163. if (markers[i][9]) {
  164. infowindow += '<a href="http://maps.google.pl/maps?daddr=' + markers[i][1] + ', ' + markers[i][2] + '&hl=pl&ie=UTF8&z=' + map.getZoom() + '">wskazówki dojazdu</a>';
  165. }
  166. '</div>'
  167. if (markers[i][4]) {
  168. var markerOption =
  169. {
  170. map: map,
  171. position: new google.maps.LatLng(markers[i][1], markers[i][2]),
  172. title: markers[i][3],
  173. html: infowindow,
  174. icon: document.getElementById('link').href + markers[i][4],
  175. shadow: markers[i][5]
  176. }
  177. } else {
  178. var markerOption =
  179. {
  180. map: map,
  181. position: new google.maps.LatLng(markers[i][1], markers[i][2]),
  182. title: markers[i][3],
  183. html: infowindow
  184. }
  185. }
  186. var marker = new google.maps.Marker(markerOption);
  187. if (infowindow) {
  188. google.maps.event.addListener(marker, "click", function ()
  189. {
  190. info.setContent(this.html);
  191. info.open(map, this);
  192. });
  193. } else {
  194. infowindow = '';
  195. }
  196. if (i==0 && infowindow) {markerMemo = marker;}
  197. }
  198. if (markerMemo) google.maps.event.trigger(markerMemo, "click");
  199. }
  200. </script>
  201.  
  202.  
  203. <div id="moja-mapa" style="width: 640px; height: 480px;">
  204. <!-- Miejsce wyświetlenia mapy -->
  205. </div>
  206. <div style="padding-top:10px; text-align: right; width: 640px;"><a href="http://www.web4you.com.pl" id="link"><img src="http://www.web4you.com.pl/geofinder.gif" alt="Pozycjonowanie, Google Maps API" border="0" width="80" height="15"></a></div>
  207.  
  208.  
  209. </div>
  210. </div>
Advertisement
Add Comment
Please, Sign In to add comment