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(47.6684,-117.433)};var g_2112b7d07c19c274751310828cd64923 = new google.maps.Geocoder();g_2112b7d07c19c274751310828cd64923.geocode( { 'address': "1700 S Assembly St, Spokane, WA 99224"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spokane-WA-farm-credit-service').style.display = '';map = new google.maps.Map(document.getElementById('spokane-WA-farm-credit-service'), mapOptions);}document.getElementById('15f8a865').innerHTML += ' | View Map';var $l2112b7d07c19c274751310828cd64923 = '

Farm Credit Service

Address: 1700 S Assembly St, Spokane, WA 99224
Phone: (509) 838-9600
';var m_2112b7d07c19c274751310828cd64923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Service',});m_2112b7d07c19c274751310828cd64923['infowindow'] = new google.maps.InfoWindow({content: $l2112b7d07c19c274751310828cd64923});var infowindow = new google.maps.InfoWindow({content: $l2112b7d07c19c274751310828cd64923});google.maps.event.addListener(m_2112b7d07c19c274751310828cd64923, 'click', function() {infowindow.open(map,m_2112b7d07c19c274751310828cd64923);});$marker.push(m_2112b7d07c19c274751310828cd64923);}});}google.maps.event.addDomListener(window, 'load', initialize);