how to embed Google Map with option of directions
Hello,
We have a web applet on Accounts for Google Maps. The applet puts a pin on the Account's Billing Address, but it does not give the user an option for getting directions. Does anyone know how to embed Google Maps with directions? Below is the applet we are using.
<table><tr></td><iframe width="500" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q==%%%Bill_To_ADDR_Address1%%%,%%%Bill_To_CITY_City%%%,%%%BILL_LIST_USSTATE%%%,%%%BILL_LIST_ZIP%%%,%%%Bill_To_COUNTRY_Country%%%&output=embed"></iframe>
Thanks!