
How To Make A Google Map Address Link
Here is how to make a link open a Google Map with a specific address.
Start with an href of http://maps.google.com/?q=
and add the address.
So you end with something like this…
<a href=”http://maps.google.com/?q=1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003″>…</a>
This will open a Google map to that address.