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.4222,-119.701)};var g_5555550beb03fb4a3d90c8e480d04468 = new google.maps.Geocoder();g_5555550beb03fb4a3d90c8e480d04468.geocode( { 'address': "21 E Carrillo St #160, Santa Barbara, CA 93101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-santa-barbara-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-santa-barbara-community-bank'), mapOptions);}document.getElementById('b70ef2e4').innerHTML += ' | View Map';var $l5555550beb03fb4a3d90c8e480d04468 = '

Santa Barbara Community Bank

Address: 21 E Carrillo St #160, Santa Barbara, CA 93101, USA
Phone: (805) 965-8343
';var m_5555550beb03fb4a3d90c8e480d04468 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Barbara Community Bank',});m_5555550beb03fb4a3d90c8e480d04468['infowindow'] = new google.maps.InfoWindow({content: $l5555550beb03fb4a3d90c8e480d04468});var infowindow = new google.maps.InfoWindow({content: $l5555550beb03fb4a3d90c8e480d04468});google.maps.event.addListener(m_5555550beb03fb4a3d90c8e480d04468, 'click', function() {infowindow.open(map,m_5555550beb03fb4a3d90c8e480d04468);});$marker.push(m_5555550beb03fb4a3d90c8e480d04468);}});}google.maps.event.addDomListener(window, 'load', initialize);