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.7638,-101.52)};var g_005f441a9cc1899a77591ccf67fd8cf7 = new google.maps.Geocoder();g_005f441a9cc1899a77591ccf67fd8cf7.geocode( { 'address': "1802 ND-5, Crosby, ND 58730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crosby-ND-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('crosby-ND-farm-credit-services'), mapOptions);}document.getElementById('991ed325').innerHTML += ' | View Map';var $l005f441a9cc1899a77591ccf67fd8cf7 = '

Farm Credit Services

Address: 1802 ND-5, Crosby, ND 58730, USA
Phone: (701) 965-2265
';var m_005f441a9cc1899a77591ccf67fd8cf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Services',});m_005f441a9cc1899a77591ccf67fd8cf7['infowindow'] = new google.maps.InfoWindow({content: $l005f441a9cc1899a77591ccf67fd8cf7});var infowindow = new google.maps.InfoWindow({content: $l005f441a9cc1899a77591ccf67fd8cf7});google.maps.event.addListener(m_005f441a9cc1899a77591ccf67fd8cf7, 'click', function() {infowindow.open(map,m_005f441a9cc1899a77591ccf67fd8cf7);});$marker.push(m_005f441a9cc1899a77591ccf67fd8cf7);}});}google.maps.event.addDomListener(window, 'load', initialize);