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.9206,-120.435)};var g_9392ad24b9651235f196f946a2dc89ea = new google.maps.Geocoder();g_9392ad24b9651235f196f946a2dc89ea.geocode( { 'address': "122 E Betteravia Rd, Santa Maria, CA 93454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-maria-CA-community-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-maria-CA-community-west-bank'), mapOptions);}document.getElementById('933e8aef').innerHTML += ' | View Map';var $l9392ad24b9651235f196f946a2dc89ea = '

Community West Bank

Address: 122 E Betteravia Rd, Santa Maria, CA 93454, USA
Phone: (805) 938-1690
';var m_9392ad24b9651235f196f946a2dc89ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Bank',});m_9392ad24b9651235f196f946a2dc89ea['infowindow'] = new google.maps.InfoWindow({content: $l9392ad24b9651235f196f946a2dc89ea});var infowindow = new google.maps.InfoWindow({content: $l9392ad24b9651235f196f946a2dc89ea});google.maps.event.addListener(m_9392ad24b9651235f196f946a2dc89ea, 'click', function() {infowindow.open(map,m_9392ad24b9651235f196f946a2dc89ea);});$marker.push(m_9392ad24b9651235f196f946a2dc89ea);}});}google.maps.event.addDomListener(window, 'load', initialize);