Google Maps Kodu
<!--
Form that opens a Google Maps window that will display the driving directions from your address to the address indicated
Instructions: Replace the current address with the address of your business/home
-->
<form action="http://maps.google.com/maps" method="get" target="_blank">
<label for="saddr">Enter your location</label>
<input type="text" name="saddr" />
<input type="hidden" name="daddr" value="Cullen Blvd, Houston, Texas 77047" />
<input type="submit" value="Find your path" />
</form>