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.9075,-98.7073)};var g_49643c673ab407380f0478c33e45a293 = new google.maps.Geocoder();g_49643c673ab407380f0478c33e45a293.geocode( { 'address': "120 2nd St SE, Jamestown, ND 58401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-ND-jamestownstutsman-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-ND-jamestownstutsman-development-corporation'), mapOptions);}document.getElementById('d5830f1c').innerHTML += ' | View Map';var $l49643c673ab407380f0478c33e45a293 = '

Jamestown/Stutsman Development Corporation

Address: 120 2nd St SE, Jamestown, ND 58401, USA
Phone: (701) 252-6861
';var m_49643c673ab407380f0478c33e45a293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jamestown/Stutsman Development Corporation',});m_49643c673ab407380f0478c33e45a293['infowindow'] = new google.maps.InfoWindow({content: $l49643c673ab407380f0478c33e45a293});var infowindow = new google.maps.InfoWindow({content: $l49643c673ab407380f0478c33e45a293});google.maps.event.addListener(m_49643c673ab407380f0478c33e45a293, 'click', function() {infowindow.open(map,m_49643c673ab407380f0478c33e45a293);});$marker.push(m_49643c673ab407380f0478c33e45a293);}});}google.maps.event.addDomListener(window, 'load', initialize);