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.9155,-98.0046)};var g_b96c50b7b132bacf5adba4adca9a4f10 = new google.maps.Geocoder();g_b96c50b7b132bacf5adba4adca9a4f10.geocode( { 'address': "220 Winter Show Rd W, Valley City, ND 58072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-city-ND-agcountry-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('valley-city-ND-agcountry-farm-credit-services'), mapOptions);}document.getElementById('90e68020').innerHTML += ' | View Map';var $lb96c50b7b132bacf5adba4adca9a4f10 = '

AgCountry Farm Credit Services

Address: 220 Winter Show Rd W, Valley City, ND 58072, USA
Phone: (701) 845-1751
';var m_b96c50b7b132bacf5adba4adca9a4f10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgCountry Farm Credit Services',});m_b96c50b7b132bacf5adba4adca9a4f10['infowindow'] = new google.maps.InfoWindow({content: $lb96c50b7b132bacf5adba4adca9a4f10});var infowindow = new google.maps.InfoWindow({content: $lb96c50b7b132bacf5adba4adca9a4f10});google.maps.event.addListener(m_b96c50b7b132bacf5adba4adca9a4f10, 'click', function() {infowindow.open(map,m_b96c50b7b132bacf5adba4adca9a4f10);});$marker.push(m_b96c50b7b132bacf5adba4adca9a4f10);}});}google.maps.event.addDomListener(window, 'load', initialize);