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(47.4021,-97.0627)};var g_93e626eea8a4c287be6b0672d432eb75 = new google.maps.Geocoder();g_93e626eea8a4c287be6b0672d432eb75.geocode( { 'address': "102 1st St SW, Hillsboro, ND 58045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-ND-traill-county-economic-development').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-ND-traill-county-economic-development'), mapOptions);}document.getElementById('f8169726').innerHTML += ' | View Map';var $l93e626eea8a4c287be6b0672d432eb75 = '

Traill County Economic Development

Address: 102 1st St SW, Hillsboro, ND 58045, USA
Phone: (701) 636-4746
';var m_93e626eea8a4c287be6b0672d432eb75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traill County Economic Development',});m_93e626eea8a4c287be6b0672d432eb75['infowindow'] = new google.maps.InfoWindow({content: $l93e626eea8a4c287be6b0672d432eb75});var infowindow = new google.maps.InfoWindow({content: $l93e626eea8a4c287be6b0672d432eb75});google.maps.event.addListener(m_93e626eea8a4c287be6b0672d432eb75, 'click', function() {infowindow.open(map,m_93e626eea8a4c287be6b0672d432eb75);});$marker.push(m_93e626eea8a4c287be6b0672d432eb75);}});}google.maps.event.addDomListener(window, 'load', initialize);