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.3553,-99.9901)};var g_c471edb81191dfcf368785da68ecc3cb = new google.maps.Geocoder();g_c471edb81191dfcf368785da68ecc3cb.geocode( { 'address': "241 US-2, Rugby, ND 58368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rugby-ND-north-star-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rugby-ND-north-star-community-credit-union'), mapOptions);}document.getElementById('2fe8e9f7').innerHTML += ' | View Map';var $lc471edb81191dfcf368785da68ecc3cb = '

North Star Community Credit Union

Address: 241 US-2, Rugby, ND 58368, USA
Phone: (701) 776-5869
';var m_c471edb81191dfcf368785da68ecc3cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Star Community Credit Union',});m_c471edb81191dfcf368785da68ecc3cb['infowindow'] = new google.maps.InfoWindow({content: $lc471edb81191dfcf368785da68ecc3cb});var infowindow = new google.maps.InfoWindow({content: $lc471edb81191dfcf368785da68ecc3cb});google.maps.event.addListener(m_c471edb81191dfcf368785da68ecc3cb, 'click', function() {infowindow.open(map,m_c471edb81191dfcf368785da68ecc3cb);});$marker.push(m_c471edb81191dfcf368785da68ecc3cb);}});}google.maps.event.addDomListener(window, 'load', initialize);