Directions
The Wayfarer
Warm and friendly, The Wayfarer has become a favorite choice
among Santa Barbara, CA hotels near East Beach. Also located near Amtrak, East Beach, the Santa Barbara Pier, and the hip Funk Zone neighborhood, find our address
and directions below.
12 E Montecito Street
Santa Barbara, CA 93101
(805) 845-1000
Open in Map View
From the north
- Take the US 101 South
- Take exit 97 for Castillo St. toward Harbor
- Turn right onto Castillo St.
- Turn left at the 1st cross street onto W. Montecito St.
- The Wayfarer will be on your right
From the South
- Take the US-101 N
- Keep right at the fork to stay on US-101 N, follow signs for Ventura Fwy/Ventura
- Take exit 96B for Garden St
- Turn left onto Garden St
- Continue onto E. Montecito St
- The Wayfarer will be on the left
‘+
‘
‘;
var infowindow = new google.maps.InfoWindow({
content: contentString
});
google.maps.event.addListener(marker, ‘click’, function() {
infowindow.open(map,marker);
map.setCenter(marker.getPosition());
});
google.maps.event.addListener(map, ’tilesloaded’, function(evt) {
$(this.getDiv()).find(“img”).each(function(i, eimg){
$(this).attr(‘aria-hidden’, ‘true’);
if(!eimg.alt || eimg.alt ===””){
eimg.alt = “Google Maps Image ” + i;
}
});
var area = $(this.getDiv()).find(“map area”);
if (area) {
area.attr(‘alt’, area.attr(‘title’))
}
});
}catch(e){
$(“#googleMapCanvas409”).replaceWith(“
Unable to display map: “+e.message+”
“)}
}
$(function() {
var t;
var startWhenVisible = function (){
if ($(“#googleMapCanvas409”).is(“:visible”)){
window.clearInterval(t);
googleMapInit409();
return true;
}
return false;
};
if (!startWhenVisible()){
t = window.setInterval(function(){startWhenVisible();},100);
}
});