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.3548,-99.9935)};var g_9caa31a695b51f75228e1add054fc175 = new google.maps.Geocoder();g_9caa31a695b51f75228e1add054fc175.geocode( { 'address': "201 3rd Ave SE, Rugby, ND 58368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rugby-ND-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('rugby-ND-farm-credit-services'), mapOptions);}document.getElementById('e8ae42e8').innerHTML += ' | View Map';var $l9caa31a695b51f75228e1add054fc175 = '

Farm Credit Services

Address: 201 3rd Ave SE, Rugby, ND 58368, USA
Phone: (701) 776-5863
';var m_9caa31a695b51f75228e1add054fc175 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Services',});m_9caa31a695b51f75228e1add054fc175['infowindow'] = new google.maps.InfoWindow({content: $l9caa31a695b51f75228e1add054fc175});var infowindow = new google.maps.InfoWindow({content: $l9caa31a695b51f75228e1add054fc175});google.maps.event.addListener(m_9caa31a695b51f75228e1add054fc175, 'click', function() {infowindow.open(map,m_9caa31a695b51f75228e1add054fc175);});$marker.push(m_9caa31a695b51f75228e1add054fc175);}});}google.maps.event.addDomListener(window, 'load', initialize);