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.9379,-120.423)};var g_277d9c28f31fad9ec5e54494a34e2378 = new google.maps.Geocoder();g_277d9c28f31fad9ec5e54494a34e2378.geocode( { 'address': "910 E Stowell Rd # 105, Santa Maria, CA 93454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-maria-CA-california-coastal-rural-dev').style.display = '';map = new google.maps.Map(document.getElementById('santa-maria-CA-california-coastal-rural-dev'), mapOptions);}document.getElementById('ffac2fa1').innerHTML += ' | View Map';var $l277d9c28f31fad9ec5e54494a34e2378 = '

California Coastal Rural Dev

Address: 910 E Stowell Rd # 105, Santa Maria, CA 93454, USA
Phone: (805) 349-0798
';var m_277d9c28f31fad9ec5e54494a34e2378 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coastal Rural Dev',});m_277d9c28f31fad9ec5e54494a34e2378['infowindow'] = new google.maps.InfoWindow({content: $l277d9c28f31fad9ec5e54494a34e2378});var infowindow = new google.maps.InfoWindow({content: $l277d9c28f31fad9ec5e54494a34e2378});google.maps.event.addListener(m_277d9c28f31fad9ec5e54494a34e2378, 'click', function() {infowindow.open(map,m_277d9c28f31fad9ec5e54494a34e2378);});$marker.push(m_277d9c28f31fad9ec5e54494a34e2378);}});}google.maps.event.addDomListener(window, 'load', initialize);