Visit the page and scroll down to find a section located next to the "Directions" button that contains an input
field. This input field allows you to enter an address and utilize Google Maps for navigation.
One puzzling aspect is that regardless of what value I input for the size
attribute of the textbox, it always displays as the same size.
For instance, despite setting it to:
<input type="text" size="300" id="fromAddress" name="from" value="" />
the length does not appear as intended, even though there seems to be available space on the screen.