How to add a Google Map to your website
To add a Google map on uyour webpage, follow these instructions.
1) Go to www.google.com/maps
2) Enter the address of the property, 2810 Exeter Place, Santa Barbara, CA
3) Click the link icon in the left column
4) Copy the html text you see in the field titled "Paste HTML to embed in website"
5) Go to the page on your website you want to place the map
6) Click the Html button in the editor for the page
6) Paste your code at the bottom of the page content and save the page. Your code will look something link this...
NOTE: you can change the height and width of the map in the code.
<p><iframe src="https://maps.google.com/?q=2810+Exeter+Place+Santa+Barbara,+CA+93105&ie=UTF8&hq=&hnear=2810+Exeter+Pl,+Santa+Barbara,+California+93105&t=m&z=14&ll=34.448723,-119.717552&output=embed" width="600" height="175" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe><br /><small><a href="https://maps.google.com/?q=2810+Exeter+Place+Santa+Barbara,+CA+93105&ie=UTF8&hq=&hnear=2810+Exeter+Pl,+Santa+Barbara,+California+93105&t=m&z=14&ll=34.448723,-119.717552&source=embed" style="color: #0000ff; text-align: left;">View Larger Map</a></small></p>
