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(48.8478,-95.7656)};var g_9809946b9b50ae3fdb2bc69fd9cc08c1 = new google.maps.Geocoder();g_9809946b9b50ae3fdb2bc69fd9cc08c1.geocode( { 'address': "208 3rd Ave NW, Roseau, MN 56751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseau-MN-agcountry-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('roseau-MN-agcountry-farm-credit-services'), mapOptions);}document.getElementById('16e833c9').innerHTML += ' | View Map';var $l9809946b9b50ae3fdb2bc69fd9cc08c1 = '

AgCountry Farm Credit Services

Address: 208 3rd Ave NW, Roseau, MN 56751, USA
Phone: (218) 463-2766
';var m_9809946b9b50ae3fdb2bc69fd9cc08c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgCountry Farm Credit Services',});m_9809946b9b50ae3fdb2bc69fd9cc08c1['infowindow'] = new google.maps.InfoWindow({content: $l9809946b9b50ae3fdb2bc69fd9cc08c1});var infowindow = new google.maps.InfoWindow({content: $l9809946b9b50ae3fdb2bc69fd9cc08c1});google.maps.event.addListener(m_9809946b9b50ae3fdb2bc69fd9cc08c1, 'click', function() {infowindow.open(map,m_9809946b9b50ae3fdb2bc69fd9cc08c1);});$marker.push(m_9809946b9b50ae3fdb2bc69fd9cc08c1);}});}google.maps.event.addDomListener(window, 'load', initialize);