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(37.0562,-120.852)};var g_9f3dbe8d39c9a63994d152ae0b60176e = new google.maps.Geocoder();g_9f3dbe8d39c9a63994d152ae0b60176e.geocode( { 'address': "530 Washington Ave, Los Banos, CA 93635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-banos-CA-yosemite-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('los-banos-CA-yosemite-farm-credit'), mapOptions);}document.getElementById('b8244a77').innerHTML += ' | View Map';var $l9f3dbe8d39c9a63994d152ae0b60176e = '

Yosemite Farm Credit

Address: 530 Washington Ave, Los Banos, CA 93635, USA
Phone: (209) 827-3885
';var m_9f3dbe8d39c9a63994d152ae0b60176e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yosemite Farm Credit',});m_9f3dbe8d39c9a63994d152ae0b60176e['infowindow'] = new google.maps.InfoWindow({content: $l9f3dbe8d39c9a63994d152ae0b60176e});var infowindow = new google.maps.InfoWindow({content: $l9f3dbe8d39c9a63994d152ae0b60176e});google.maps.event.addListener(m_9f3dbe8d39c9a63994d152ae0b60176e, 'click', function() {infowindow.open(map,m_9f3dbe8d39c9a63994d152ae0b60176e);});$marker.push(m_9f3dbe8d39c9a63994d152ae0b60176e);}});}google.maps.event.addDomListener(window, 'load', initialize);