var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.4204,-119.708)};var g_3aca62adf17c838f9c55c3e61d1cb88c = new google.maps.Geocoder();g_3aca62adf17c838f9c55c3e61d1cb88c.geocode( { 'address': "1036 State St, Santa Barbara, CA 93101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-bank-of-the-west'), mapOptions);}document.getElementById('0eee05fb').innerHTML += ' | View Map';var $l3aca62adf17c838f9c55c3e61d1cb88c = '

Bank of the West

Address: 1036 State St, Santa Barbara, CA 93101
Phone: (805) 564-4466
';var m_3aca62adf17c838f9c55c3e61d1cb88c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_3aca62adf17c838f9c55c3e61d1cb88c['infowindow'] = new google.maps.InfoWindow({content: $l3aca62adf17c838f9c55c3e61d1cb88c});var infowindow = new google.maps.InfoWindow({content: $l3aca62adf17c838f9c55c3e61d1cb88c});google.maps.event.addListener(m_3aca62adf17c838f9c55c3e61d1cb88c, 'click', function() {infowindow.open(map,m_3aca62adf17c838f9c55c3e61d1cb88c);});$marker.push(m_3aca62adf17c838f9c55c3e61d1cb88c);}});var g_946a74e58ff86d50c79ba0c5b146169b = new google.maps.Geocoder();g_946a74e58ff86d50c79ba0c5b146169b.geocode( { 'address': "3780 State St, Santa Barbara, CA 93105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-bank-of-the-west'), mapOptions);}document.getElementById('b303886b').innerHTML += ' | View Map';var $l946a74e58ff86d50c79ba0c5b146169b = '

Bank of the West

Address: 3780 State St, Santa Barbara, CA 93105
Phone: (805) 687-5311
';var m_946a74e58ff86d50c79ba0c5b146169b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_946a74e58ff86d50c79ba0c5b146169b['infowindow'] = new google.maps.InfoWindow({content: $l946a74e58ff86d50c79ba0c5b146169b});var infowindow = new google.maps.InfoWindow({content: $l946a74e58ff86d50c79ba0c5b146169b});google.maps.event.addListener(m_946a74e58ff86d50c79ba0c5b146169b, 'click', function() {infowindow.open(map,m_946a74e58ff86d50c79ba0c5b146169b);});$marker.push(m_946a74e58ff86d50c79ba0c5b146169b);}});}google.maps.event.addDomListener(window, 'load', initialize);