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(35.4407,-119.078)};var g_6e9f17dd9b727b12eda7d2826e2d3f2d = new google.maps.Geocoder();g_6e9f17dd9b727b12eda7d2826e2d3f2d.geocode( { 'address': "19628 Industry Pkwy Dr, Bakersfield, CA 93308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-farm-credit-west').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-farm-credit-west'), mapOptions);}document.getElementById('455c0ac2').innerHTML += ' | View Map';var $l6e9f17dd9b727b12eda7d2826e2d3f2d = '

Farm Credit West

Address: 19628 Industry Pkwy Dr, Bakersfield, CA 93308, USA
Phone: (661) 399-7360
';var m_6e9f17dd9b727b12eda7d2826e2d3f2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit West',});m_6e9f17dd9b727b12eda7d2826e2d3f2d['infowindow'] = new google.maps.InfoWindow({content: $l6e9f17dd9b727b12eda7d2826e2d3f2d});var infowindow = new google.maps.InfoWindow({content: $l6e9f17dd9b727b12eda7d2826e2d3f2d});google.maps.event.addListener(m_6e9f17dd9b727b12eda7d2826e2d3f2d, 'click', function() {infowindow.open(map,m_6e9f17dd9b727b12eda7d2826e2d3f2d);});$marker.push(m_6e9f17dd9b727b12eda7d2826e2d3f2d);}});}google.maps.event.addDomListener(window, 'load', initialize);