// alte Version für Google: function DisplayStation($brand, $addr, $lat, $lng, $e5, $e10, $diesel, $time) { $ContentString = 'Tankstelle: '+$brand+'
'+ $addr+'
'+ ''+ ''+ ''+ '
E5: '+$e5+' €E10: '+$e10+' €
Diesel: '+$diesel+' € ('+$time+')
'; var infowindow = new google.maps.InfoWindow({ content: $ContentString }); var flagimage = { url: 'http://bot.sevelen.de/tankbot/flagpole.png', // This marker is 20 pixels wide by 32 pixels high. size: new google.maps.Size(40, 25), // The origin for this image is (0, 0). origin: new google.maps.Point(0, 0), labelOrigin: new google.maps.Point(20, 10), // Mitte label = Mitte des Icons labelColor : 'FFFF00', // The anchor for this image is the base of the flagpole at (0, 32). anchor: new google.maps.Point(20, 25) }; var TSmarker = new google.maps.Marker({ position : {lat: $lat, lng: $lng}, map : map, draggable : false, icon : flagimage, label : $e5+'', title : '('+$brand +') E5= '+$e5+' EUR' }); TSmarker.addListener('click', function() { infowindow.open(map, TSmarker) }); } // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ var tspin; var tspos; function agecolor(jsage) { var $zeitfarbe = '#0000FF'; // alert(jsage); if (jsage > 600) {$zeitfarbe = '#008800'; } // rot ( = 3 h) if (jsage > 3600) {$zeitfarbe = '#F09C52'; } // orange ( = 60 min) vorab berechnetes Alter des Updates in Sekunden if (jsage > 10800) {$zeitfarbe = '#FF8080'; } // rot ( = 3 h) if (jsage > 172800){$zeitfarbe = '#AAAAAA'; } // grau ( = 2 Tage) return ($zeitfarbe); } function BingDisplayStation($brand, $addr, $lat, $lng, $e5, $e10, $diesel, $time, $age) { // alert($zeit); tspos = new Microsoft.Maps.Location($lat, $lng), $farbe = agecolor($age); $waddr = $addr.replace(/, / , '
'); // WordWrapAdresse: Komme wird zu Zeilenumbruch $label = ' ' +$e5.toFixed(2)+ ' '.toString(); //läßt sich sonst nicht anzeigen, wahrscheinlich ZAHL | toFixed zeigt Kommastellen wenn 2,00 tspin = new Microsoft.Maps.Pushpin(tspos, { text:$label , title:$brand, subTitle:$addr, color:$farbe, enableHoverStyle:true }); //Add the pushpin to the map // InfoBox vorbereiten: var infobox = new Microsoft.Maps.Infobox(tspos, { text:'A', title: $time +' *' + $brand.toUpperCase() +'* ', description: 'E5 :' +$e5.toFixed(2) +' €
E10: '+$e10.toFixed(2) +' €
Diesel: '+$diesel.toFixed(2) + ' €
'+$waddr + '', visible: false, maxHeight:150 } ); infobox.setMap(map); // Pin mit InfoBox verbinden: Microsoft.Maps.Events.addHandler(tspin, 'click', function () { infobox.setOptions({ visible: true }); }); map.entities.push(tspin); } function StationsFromList() {
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'JET', '47533- Kleve, Klever Ring 3', 51.80046, 6.1381827, 1.65, 1.59, 1.49, 'Sun 07.12., 18:52 h', // Zeit als FormatString '46107');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Westfalen', '47445- Moers, Rheinberger Str. 306', 51.48738, 6.63307, 1.64, 1.58, 1.52, 'Sun 07.12., 19:36 h', // Zeit als FormatString '43467');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'JET', '47138- Duisburg, Emmericher Str. 73', 51.47143, 6.79325, 1.63, 1.57, 1.53, 'Sun 07.12., 17:37 h', // Zeit als FormatString '50607');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'famila', '24568- Kaltenkirchen, Kisdorfer Weg 13', 53.82952, 9.97833, 1.72, 1.66, 1.60, 'Sat 22.03., 16:31 h', // Zeit als FormatString '22518567');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'ESSO', '52074- Aachen, Kronenberg 157', 50.76848, 6.055413, 1.74, 1.68, 1.59, 'Sun 07.12., 11:49 h', // Zeit als FormatString '71487');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'GLOBUSMarkthalle', '08538- Weischlitz, Taltitzer Str. 80', 50.43852, 12.09099, 1.72, 1.66, 1.55, 'Sun 07.12., 18:47 h', // Zeit als FormatString '46407');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'JET', '46519- Alpen, Rathhausstr. 81 a', 51.57183, 6.5217299, 1.70, 1.64, 1.60, 'Mon 28.07., 12:32 h', // Zeit als FormatString '11477307');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'TotalEnergies', '47574- Goch, Ostring 140', 51.67249, 6.172083, 1.68, 1.62, 1.52, 'Sun 07.12., 17:13 h', // Zeit als FormatString '52047');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Stoffmehl', '47608- Geldern, Dieselstr. 1', 51.52335, 6.349842, 1.61, 1.55, 1.50, 'Sun 07.12., 18:05 h', // Zeit als FormatString '48927');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Calpam', '47495- Rheinberg, Alpener Str. 260', 51.55255, 6.5568599, 1.63, 1.57, 1.52, 'Sun 07.12., 18:39 h', // Zeit als FormatString '46887');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'SB', '45139- Essen, Steeler Str. 110', 51.45288, 7.023913, 1.63, 1.58, 1.54, 'Sun 07.12., 18:40 h', // Zeit als FormatString '46827');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'PM', '47506- Neukirchen-Vluyn, Andreas-Bräm-S', 51.45148, 6.580313, 1.63, 1.57, 1.52, 'Sun 07.12., 19:10 h', // Zeit als FormatString '45027');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'OKTAN', '47506- Neukirchen-Vluyn, Niederrheinalle', 51.43784, 6.526219, 1.66, 1.62, 1.53, 'Sun 07.12., 19:45 h', // Zeit als FormatString '42927');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'GREBE', '34414- Scherfede, Briloner Str. 80', 51.52506, 9.024067, 1.65, 1.59, 1.51, 'Fri 05.12., 13:10 h', // Zeit als FormatString '239427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'star', '47445- Moers, Lintforter Str. 61', 51.49021, 6.595787, 1.65, 1.59, 1.54, 'Sun 07.12., 18:30 h', // Zeit als FormatString '47427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'FreieTankstelleSteffens', '46519- Alpen, Weseler Str. 98', 51.58294, 6.522634, 1.62, 1.56, 1.51, 'Sat 26.07., 18:12 h', // Zeit als FormatString '11629707');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Raiffeisen', '06536- Berga, Buchenweg 12', 51.45823, 11.021697, 1.74, 1.68, 1.53, 'Sun 07.12., 17:24 h', // Zeit als FormatString '51387');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Markant', '47441- Moers, Hülsdonker Str. 117', 51.45098, 6.6088, 1.76, 1.70, 1.68, 'Mon 08.12., 06:41 h', // Zeit als FormatString '3567');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Greenline', '09130- Chemnitz, Dresdner Str. 116', 50.8467, 12.9421, 1.70, 1.64, 1.54, 'Sun 07.12., 15:03 h', // Zeit als FormatString '59847');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'TAP', '46519- Alpen, Xantener Str. 43', 51.59452, 6.535538, 1.63, 1.58, 1.49, 'Sun 07.12., 18:10 h', // Zeit als FormatString '48627');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'TotalEnergies', '01683- Nossen, Fabrikstr. 17', 51.06247, 13.291189, 1.82, 1.76, 1.66, 'Sun 07.12., 18:20 h', // Zeit als FormatString '48027');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'OIL!', '47495- Rheinberg, Römerstr. 2', 51.53969, 6.58814, 1.61, 1.55, 1.51, 'Sun 07.12., 18:16 h', // Zeit als FormatString '48267');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'V.240629', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 14.09., 10:23 h', // Zeit als FormatString '70496247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Greenline', '01127- Dresden, Großenhainer Str. 44', 51.0766, 13.7332, 1.68, 1.62, 1.53, 'Sun 07.12., 17:43 h', // Zeit als FormatString '50247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'bft', '47574- Goch, Klever Str. 10', 51.6824, 6.16003, 1.71, 1.65, 1.56, 'Sun 07.12., 14:28 h', // Zeit als FormatString '61947');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'ARAL', '01099- Dresden, Fischhausstr. 15', 51.07046, 13.788781, 1.83, 1.77, 1.66, 'Fri 28.06., 19:09 h', // Zeit als FormatString '45581487');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '52080- Aachen, Von-Coels-Str. 137-139', 50.7773, 6.15684, 1.71, 1.65, 1.57, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'AVIA', '47665- Sonsbeck, Alpener Str. 18', 51.60062, 6.383484, 1.79, 1.73, 1.73, 'Mon 08.12., 05:13 h', // Zeit als FormatString '8847');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Shell', '04179- Leipzig, Merseburger Str. 158', 51.34214, 12.307194, 1.77, 1.71, 1.69, 'Sun 07.12., 08:09 h', // Zeit als FormatString '84687');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'AGIPENI', '08527- Plauen, Oelsnitzer Str. 10-12', 50.48498, 12.139002, 1.79, 1.73, 1.63, 'Fri 28.06., 21:40 h', // Zeit als FormatString '45572427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Tankpoint', '25899- Niebüll, Ostring 59', 54.78188, 8.851878, 1.69, 1.63, 1.58, 'Sun 07.12., 16:33 h', // Zeit als FormatString '54447');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'JET', '47475- Kamp-Lintfort, Prinzenstr. 81', 51.50819, 6.54463, 1.63, 1.57, 1.52, 'Sun 07.12., 19:12 h', // Zeit als FormatString '44907');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'HEM', '04249- Leipzig, Dieskaustr. 155', 51.30777, 12.3271, 1.66, 1.60, 1.55, 'Sun 07.12., 16:54 h', // Zeit als FormatString '53187');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'HEM', '01477- Arnsdorf, Stolpener Str. 2', 51.09760, 13.987777, 1.68, 1.62, 1.53, 'Sun 07.12., 15:45 h', // Zeit als FormatString '57327');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Tankcenter', '22453- Hamburg, Borsteler Chaussee 95', 53.60451, 9.979277, 1.66, 1.60, 1.59, 'Sat 22.03., 16:02 h', // Zeit als FormatString '22520307');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'TotalEnergies', '44141- Dortmund, Westfalendamm 272', 51.50403, 7.509176, 1.63, 1.57, 1.52, 'Sun 07.12., 17:51 h', // Zeit als FormatString '49767');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'star', '47551- Bedburg, Bedburger Weide 20', 51.77086, 6.187206, 1.66, 1.60, 1.51, 'Sun 07.12., 19:02 h', // Zeit als FormatString '45507');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'HEM', '46509- Xanten, Sonsbecker Str. 60', 51.6509, 6.4298, 1.63, 1.58, 1.49, 'Sun 07.12., 18:34 h', // Zeit als FormatString '47187');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '34298- Helsa, Leipziger Str. 9', 51.26091, 9.682417, 1.78, 1.72, 1.67, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Supermarkt', '01662- Meißen, Schützestr. 1', 51.15016, 13.458565, 1.68, 1.62, 1.56, 'Sun 07.12., 18:04 h', // Zeit als FormatString '48987');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Calpam', '47669- Wachtendonk, Kempener Str. 39', 51.40785, 6.3445401, 1.64, 1.58, 1.52, 'Sun 07.12., 18:32 h', // Zeit als FormatString '47307');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'SB', '47546- Kalkar, Bahnhofstr. 4', 51.73769, 6.2868, 1.64, 1.58, 1.48, 'Sun 07.12., 17:28 h', // Zeit als FormatString '51147');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'ORLEN', '47475- Kamp-Lintfort, Moerser Str. 118', 51.50352, 6.536433, 1.75, 1.69, 1.68, 'Mon 08.12., 06:57 h', // Zeit als FormatString '2607');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Shell', '47475- Kamp-Lintfort, Prinzenstr. 11', 51.51274, 6.541451, 1.78, 1.72, 1.72, 'Mon 08.12., 06:31 h', // Zeit als FormatString '4167');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'GLOBUSMarkthalle', '07554- Gera, An der Beerweinschänke 2', 50.88577, 12.136023, 1.65, 1.59, 1.58, 'Sun 07.12., 17:56 h', // Zeit als FormatString '49467');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '47661- Issum, Weseler Str. 90', 51.54025, 6.437934, 1.73, 1.67, 1.57, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '47661- Issum, Weseler Str. 90', 51.54025, 6.437934, 1.73, 1.67, 1.57, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'MeurerFreieTankstelle', '46519- Alpen, Weseler Str. 4', 51.58187, 6.520817, 1.66, 1.62, 1.54, 'Mon 08.12., 06:17 h', // Zeit als FormatString '5007');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '- , ', 51.1, 6.2, 333, 444, 555, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '47623- Kevelaer, Hoogeweg 68', 51.58496, 6.2566394, 1.00, 1.65, 1.53, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'SB', '01237- Dresden, Seidnitzer Weg 2', 51.0127, 13.7993, 1.70, 1.64, 1.55, 'Sun 07.12., 17:49 h', // Zeit als FormatString '49887');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'ESSO', '08606- Oelsnitz/Vogtland, Falkensteiner ', 50.41899, 12.177855, 1.73, 1.67, 1.55, 'Sun 07.12., 20:13 h', // Zeit als FormatString '41247');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'KusterEnergy', '46446- Emmerich, Speelbergerstr. 50', 51.84067, 6.249968, 1.64, 1.61, 1.53, 'Sun 07.12., 17:46 h', // Zeit als FormatString '50067');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'bft-Tankstelle', '47906- Kempen, Dunantstr. 1', 51.37144, 6.405501, 1.67, 1.61, 1.54, 'Sun 07.12., 18:30 h', // Zeit als FormatString '47427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'Access', '55276 Oppenheim, Hafenstr. 41', 49.860, 8.3568, 1.739, 1.679, 1.919, 'Tue 01.08., 15:24 h', // Zeit als FormatString '74279786');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'star', '08523- Plauen, Trockentalstr. 37', 50.49277, 12.128687, 1.69, 1.63, 1.52, 'Sun 07.12., 17:50 h', // Zeit als FormatString '49827');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '01454- Radeberg, Dresdner Str. 84', 51.11339, 13.896483, 1.78, 1.72, 1.59, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'ORLEN', '23909- Ratzeburg, Bahnhofsallee 38', 53.69902, 10.742159, 1.70, 1.64, 1.60, 'Sat 22.03., 16:25 h', // Zeit als FormatString '22518927');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'ESSO', '04435- Schkeuditz, Merseburger Chaussee ', 51.34980, 12.222068, 1.68, 1.65, 1.53, 'Sun 07.12., 15:41 h', // Zeit als FormatString '57567');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'bft', '47669- Wachtendonk, Venloer Str. 6', 51.4013, 6.30534, 1.63, 1.57, 1.53, 'Sun 07.12., 17:23 h', // Zeit als FormatString '51447');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'JET', '46487- Wesel, Venloer Str. 4', 51.62711, 6.57799, 1.63, 1.57, 1.51, 'Sun 07.12., 18:17 h', // Zeit als FormatString '48207');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'SB', '52074- Aachen, Lütticher Str. 575', 50.73574, 6.046083, 1.63, 1.59, 1.59, 'Sun 07.12., 16:07 h', // Zeit als FormatString '56007');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'TankSchäfer', '41515- Grevenbroich, Nordstr. 48', 51.09062, 6.604408, 1.74, 1.66, 1.54, 'Sun 07.12., 11:50 h', // Zeit als FormatString '71427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'n/a', '06536- Südharz, Nordring 4 (OT Roßla)', 51.46312, 11.055666, 1.86, 1.80, 1.69, 'Thu 12.11., 00:00 h', // Zeit als FormatString '160040427');
Deprecated: Function strftime() is deprecated in /homepages/u17656/b_tank/x_index.php on line 106
BingDisplayStation( 'HAWAFlüssiggasGmbH', '41189- Mönchengladbach, Dr.-Carl-Görde', 51.13094, 6.4102392, 1.63, 1.57, 1.52, 'Sun 07.12., 13:48 h', // Zeit als FormatString '64347'); }