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(44.0226,-116.95)};var g_b776976221e2566daf2ed005621f615c = new google.maps.Geocoder();g_b776976221e2566daf2ed005621f615c.geocode( { 'address': "308 SE 10th St, Ontario, OR 97914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ontario-OR-northwest-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('ontario-OR-northwest-farm-credit-services'), mapOptions);}document.getElementById('a8ce64a2').innerHTML += ' | View Map';var $lb776976221e2566daf2ed005621f615c = '

Northwest Farm Credit Services

Address: 308 SE 10th St, Ontario, OR 97914, USA
Phone: (800) 597-7173
';var m_b776976221e2566daf2ed005621f615c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Farm Credit Services',});m_b776976221e2566daf2ed005621f615c['infowindow'] = new google.maps.InfoWindow({content: $lb776976221e2566daf2ed005621f615c});var infowindow = new google.maps.InfoWindow({content: $lb776976221e2566daf2ed005621f615c});google.maps.event.addListener(m_b776976221e2566daf2ed005621f615c, 'click', function() {infowindow.open(map,m_b776976221e2566daf2ed005621f615c);});$marker.push(m_b776976221e2566daf2ed005621f615c);}});}google.maps.event.addDomListener(window, 'load', initialize);