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.2545,-119.221)};var g_406a47d04c666f1d6dd5ec49ffac1a8c = new google.maps.Geocoder();g_406a47d04c666f1d6dd5ec49ffac1a8c.geocode( { 'address': "2031 Knoll Dr, Ventura, CA 93003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-farm-credit-west').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-farm-credit-west'), mapOptions);}document.getElementById('881dcb0c').innerHTML += ' | View Map';var $l406a47d04c666f1d6dd5ec49ffac1a8c = '

Farm Credit West

Address: 2031 Knoll Dr, Ventura, CA 93003, USA
Phone: (805) 477-1020
';var m_406a47d04c666f1d6dd5ec49ffac1a8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit West',});m_406a47d04c666f1d6dd5ec49ffac1a8c['infowindow'] = new google.maps.InfoWindow({content: $l406a47d04c666f1d6dd5ec49ffac1a8c});var infowindow = new google.maps.InfoWindow({content: $l406a47d04c666f1d6dd5ec49ffac1a8c});google.maps.event.addListener(m_406a47d04c666f1d6dd5ec49ffac1a8c, 'click', function() {infowindow.open(map,m_406a47d04c666f1d6dd5ec49ffac1a8c);});$marker.push(m_406a47d04c666f1d6dd5ec49ffac1a8c);}});}google.maps.event.addDomListener(window, 'load', initialize);