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.8041,-103.283)};var g_2ecd839c63924ccf0b92860d16d4eee1 = new google.maps.Geocoder();g_2ecd839c63924ccf0b92860d16d4eee1.geocode( { 'address': "340 Main St N, Watford City, ND 58854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watford-city-ND-dakota-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('watford-city-ND-dakota-west-credit-union'), mapOptions);}document.getElementById('e103daa9').innerHTML += ' | View Map';var $l2ecd839c63924ccf0b92860d16d4eee1 = '

Dakota West Credit Union

Address: 340 Main St N, Watford City, ND 58854, USA
Phone: (701) 444-6484
';var m_2ecd839c63924ccf0b92860d16d4eee1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dakota West Credit Union',});m_2ecd839c63924ccf0b92860d16d4eee1['infowindow'] = new google.maps.InfoWindow({content: $l2ecd839c63924ccf0b92860d16d4eee1});var infowindow = new google.maps.InfoWindow({content: $l2ecd839c63924ccf0b92860d16d4eee1});google.maps.event.addListener(m_2ecd839c63924ccf0b92860d16d4eee1, 'click', function() {infowindow.open(map,m_2ecd839c63924ccf0b92860d16d4eee1);});$marker.push(m_2ecd839c63924ccf0b92860d16d4eee1);}});}google.maps.event.addDomListener(window, 'load', initialize);