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(46.8826,-117.365)};var g_8dc962351b83a23171a713e55a77365f = new google.maps.Geocoder();g_8dc962351b83a23171a713e55a77365f.geocode( { 'address': "224 N Main St, Colfax, WA 99111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colfax-WA-northwest-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('colfax-WA-northwest-farm-credit-services'), mapOptions);}document.getElementById('bb85929e').innerHTML += ' | View Map';var $l8dc962351b83a23171a713e55a77365f = '

Northwest Farm Credit Services

Address: 224 N Main St, Colfax, WA 99111, USA
Phone: (509) 397-2840
';var m_8dc962351b83a23171a713e55a77365f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Farm Credit Services',});m_8dc962351b83a23171a713e55a77365f['infowindow'] = new google.maps.InfoWindow({content: $l8dc962351b83a23171a713e55a77365f});var infowindow = new google.maps.InfoWindow({content: $l8dc962351b83a23171a713e55a77365f});google.maps.event.addListener(m_8dc962351b83a23171a713e55a77365f, 'click', function() {infowindow.open(map,m_8dc962351b83a23171a713e55a77365f);});$marker.push(m_8dc962351b83a23171a713e55a77365f);}});}google.maps.event.addDomListener(window, 'load', initialize);