Funktionsbeschreibung:
Ein kleiner Hack, um auf der Admin-Bestellübersicht per Klick die
Lieferadresse als Ortsmarke in Google Earth (http://earth.google.de/) zu
übernehmen.
Description:
A small hack to take the delivery address from the admin orders page with a
click as placemark over to Google Earth (http://earth.google.com/).
Legend: 
Download

Report
An alternative or as a complement the map can be shown on the same order page avoiding the need to click on the button, open new window, etc.
To install just search for:
<!-- body_eof //-->
And insert just above:
<iframe width="100%" height="100%" src="http://maps.google.com/maps?q=<?php $total = tep_address_format($order->delivery['format_id'], $order->delivery, 0, '', ','); echo substr($total, strpos($total, ',') + 1);?>" frameborder="1">
You could insert it also somewhere else if you like the map in a different position on the order page.
By the way, the map is displayed in Google Maps (maps.google.com) and not GoogleEarth which is the program.
Updated to use the inbuilt address formatting functions of OSCommerce to have all information included for better searching.
Ich habe den Hack um die Strasse ergänzt. Damit wird jetzt in Google Maps die genaue Adresse angezeigt. Wenn noch jemand ein Google Maps Image statt dem Google Earth zur Hand hätte... ;)
--------------------------------
I just added the customers street. Now the exact Adress will be shown in Google Maps.
pixclinic's file is OK, but without the download it is a Google MAPS hack. The location will shown in the online version. Better to make a new contrib for it. Or join both ideas.
The Problem with the ZIP code is, that it doesn't works in Europe :-( There are now ZIP codes available in GE/GM
Discussion: http://forums.oscommerce.de/index.php?showtopic=46352
Attached an empty file because you cannot send a comment without a file :-(
The previous version didn't work for USA, as many cities have the same name, so ZIPCODE is used instead (and it actually opens in teh browser, the previous one downloaded something intead)
Funktionsbeschreibung:
Ein kleiner Hack, um auf der Admin-Bestellübersicht per Klick die
Lieferadresse als Ortsmarke in Google Earth (http://earth.google.de/) zu
übernehmen.
Description:
A small hack to take the delivery address from the admin orders page with a
click as placemark over to Google Earth (http://earth.google.com/).