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.8864,-102.805)};var g_6e04df31f1bbb1c02666d0dfa3638f76 = new google.maps.Geocoder();g_6e04df31f1bbb1c02666d0dfa3638f76.geocode( { 'address': "300 13th Ave W #3, Dickinson, ND 58601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickinson-ND-roosevelt-custer-regional-council').style.display = '';map = new google.maps.Map(document.getElementById('dickinson-ND-roosevelt-custer-regional-council'), mapOptions);}document.getElementById('9b51965f').innerHTML += ' | View Map';var $l6e04df31f1bbb1c02666d0dfa3638f76 = '

Roosevelt Custer Regional Council

Address: 300 13th Ave W #3, Dickinson, ND 58601, USA
Phone: (701) 483-1241
';var m_6e04df31f1bbb1c02666d0dfa3638f76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roosevelt Custer Regional Council',});m_6e04df31f1bbb1c02666d0dfa3638f76['infowindow'] = new google.maps.InfoWindow({content: $l6e04df31f1bbb1c02666d0dfa3638f76});var infowindow = new google.maps.InfoWindow({content: $l6e04df31f1bbb1c02666d0dfa3638f76});google.maps.event.addListener(m_6e04df31f1bbb1c02666d0dfa3638f76, 'click', function() {infowindow.open(map,m_6e04df31f1bbb1c02666d0dfa3638f76);});$marker.push(m_6e04df31f1bbb1c02666d0dfa3638f76);}});}google.maps.event.addDomListener(window, 'load', initialize);