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.8775,-120.332)};var g_9d8cc04d36560d8bb56054f8f9354138 = new google.maps.Geocoder();g_9d8cc04d36560d8bb56054f8f9354138.geocode( { 'address': "2615 S Miller St, Santa Maria, CA 93455"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-maria-CA-community-west-bank-mtg-division').style.display = '';map = new google.maps.Map(document.getElementById('santa-maria-CA-community-west-bank-mtg-division'), mapOptions);}document.getElementById('9f97841e').innerHTML += ' | View Map';var $l9d8cc04d36560d8bb56054f8f9354138 = '

Community West Bank Mtg Division

Address: 2615 S Miller St, Santa Maria, CA 93455
Phone: (805) 934-3196
';var m_9d8cc04d36560d8bb56054f8f9354138 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Bank Mtg Division',});m_9d8cc04d36560d8bb56054f8f9354138['infowindow'] = new google.maps.InfoWindow({content: $l9d8cc04d36560d8bb56054f8f9354138});var infowindow = new google.maps.InfoWindow({content: $l9d8cc04d36560d8bb56054f8f9354138});google.maps.event.addListener(m_9d8cc04d36560d8bb56054f8f9354138, 'click', function() {infowindow.open(map,m_9d8cc04d36560d8bb56054f8f9354138);});$marker.push(m_9d8cc04d36560d8bb56054f8f9354138);}});}google.maps.event.addDomListener(window, 'load', initialize);