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.8825,-98.7108)};var g_98e4dbfb61d50954bbe01c256b5f01cb = new google.maps.Geocoder();g_98e4dbfb61d50954bbe01c256b5f01cb.geocode( { 'address': "2506 3rd Ave SW, Jamestown, ND 58401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-ND-agcountry-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-ND-agcountry-farm-credit-services'), mapOptions);}document.getElementById('c2b1877e').innerHTML += ' | View Map';var $l98e4dbfb61d50954bbe01c256b5f01cb = '

AgCountry Farm Credit Services

Address: 2506 3rd Ave SW, Jamestown, ND 58401, USA
Phone: (701) 252-5242
';var m_98e4dbfb61d50954bbe01c256b5f01cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgCountry Farm Credit Services',});m_98e4dbfb61d50954bbe01c256b5f01cb['infowindow'] = new google.maps.InfoWindow({content: $l98e4dbfb61d50954bbe01c256b5f01cb});var infowindow = new google.maps.InfoWindow({content: $l98e4dbfb61d50954bbe01c256b5f01cb});google.maps.event.addListener(m_98e4dbfb61d50954bbe01c256b5f01cb, 'click', function() {infowindow.open(map,m_98e4dbfb61d50954bbe01c256b5f01cb);});$marker.push(m_98e4dbfb61d50954bbe01c256b5f01cb);}});}google.maps.event.addDomListener(window, 'load', initialize);