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.9797,-102.482)};var g_9e17b652c42071358cf957d1628c9536 = new google.maps.Geocoder();g_9e17b652c42071358cf957d1628c9536.geocode( { 'address': "501 East Ave, New Town, ND 58763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-town-ND-dakota-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-town-ND-dakota-west-credit-union'), mapOptions);}document.getElementById('f50fc04e').innerHTML += ' | View Map';var $l9e17b652c42071358cf957d1628c9536 = '

Dakota West Credit Union

Address: 501 East Ave, New Town, ND 58763, USA
Phone: (701) 627-3737
';var m_9e17b652c42071358cf957d1628c9536 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dakota West Credit Union',});m_9e17b652c42071358cf957d1628c9536['infowindow'] = new google.maps.InfoWindow({content: $l9e17b652c42071358cf957d1628c9536});var infowindow = new google.maps.InfoWindow({content: $l9e17b652c42071358cf957d1628c9536});google.maps.event.addListener(m_9e17b652c42071358cf957d1628c9536, 'click', function() {infowindow.open(map,m_9e17b652c42071358cf957d1628c9536);});$marker.push(m_9e17b652c42071358cf957d1628c9536);}});}google.maps.event.addDomListener(window, 'load', initialize);