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.4261,-119.709)};var g_1d04a954e1e9dc20a48b654fe60281c1 = new google.maps.Geocoder();g_1d04a954e1e9dc20a48b654fe60281c1.geocode( { 'address': "1501 State St, Santa Barbara, CA 93101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-barbara-CA-community-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-barbara-CA-community-west-bank'), mapOptions);}document.getElementById('f2204482').innerHTML += ' | View Map';var $l1d04a954e1e9dc20a48b654fe60281c1 = '

Community West Bank

Address: 1501 State St, Santa Barbara, CA 93101, USA
Phone: (805) 962-7420
';var m_1d04a954e1e9dc20a48b654fe60281c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Bank',});m_1d04a954e1e9dc20a48b654fe60281c1['infowindow'] = new google.maps.InfoWindow({content: $l1d04a954e1e9dc20a48b654fe60281c1});var infowindow = new google.maps.InfoWindow({content: $l1d04a954e1e9dc20a48b654fe60281c1});google.maps.event.addListener(m_1d04a954e1e9dc20a48b654fe60281c1, 'click', function() {infowindow.open(map,m_1d04a954e1e9dc20a48b654fe60281c1);});$marker.push(m_1d04a954e1e9dc20a48b654fe60281c1);}});}google.maps.event.addDomListener(window, 'load', initialize);