> I was wondering if anyone knew of an example where I could copy / paste > the code?
not offhand. here's an example that uses directions from the user's location to a hardcoded destination: http://xelawho.com/map/crabhouse.htm with a little bit of copying and pasting, you could take this example: http://code.google.com/apis/maps/documentation/javascript/examples/geocoding-simple.html and use it to find the destination entered (instead of the hardcoded bizAdd), then call the directions function once that is done. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.