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.6246,-97.6027)};var g_361d18cf96eae655ec9d7345e9ed1803 = new google.maps.Geocoder();g_361d18cf96eae655ec9d7345e9ed1803.geocode( { 'address': "204 3rd Ave, Enderlin, ND 58027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enderlin-ND-dakota-plains-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('enderlin-ND-dakota-plains-credit-union'), mapOptions);}document.getElementById('9743cf62').innerHTML += ' | View Map';var $l361d18cf96eae655ec9d7345e9ed1803 = '

Dakota Plains Credit Union

Address: 204 3rd Ave, Enderlin, ND 58027, USA
Phone: (701) 437-2324
';var m_361d18cf96eae655ec9d7345e9ed1803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dakota Plains Credit Union',});m_361d18cf96eae655ec9d7345e9ed1803['infowindow'] = new google.maps.InfoWindow({content: $l361d18cf96eae655ec9d7345e9ed1803});var infowindow = new google.maps.InfoWindow({content: $l361d18cf96eae655ec9d7345e9ed1803});google.maps.event.addListener(m_361d18cf96eae655ec9d7345e9ed1803, 'click', function() {infowindow.open(map,m_361d18cf96eae655ec9d7345e9ed1803);});$marker.push(m_361d18cf96eae655ec9d7345e9ed1803);}});}google.maps.event.addDomListener(window, 'load', initialize);