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.8993,-102.789)};var g_0c580e16ed821ac8afc899c484c21f49 = new google.maps.Geocoder();g_0c580e16ed821ac8afc899c484c21f49.geocode( { 'address': "290 15th St W, Dickinson, ND 58601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickinson-ND-western-co-op-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dickinson-ND-western-co-op-credit-union'), mapOptions);}document.getElementById('1b97359b').innerHTML += ' | View Map';var $l0c580e16ed821ac8afc899c484c21f49 = '

Western Co-Op Credit Union

Address: 290 15th St W, Dickinson, ND 58601, USA
Phone: (701) 227-0188
';var m_0c580e16ed821ac8afc899c484c21f49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Co-Op Credit Union',});m_0c580e16ed821ac8afc899c484c21f49['infowindow'] = new google.maps.InfoWindow({content: $l0c580e16ed821ac8afc899c484c21f49});var infowindow = new google.maps.InfoWindow({content: $l0c580e16ed821ac8afc899c484c21f49});google.maps.event.addListener(m_0c580e16ed821ac8afc899c484c21f49, 'click', function() {infowindow.open(map,m_0c580e16ed821ac8afc899c484c21f49);});$marker.push(m_0c580e16ed821ac8afc899c484c21f49);}});}google.maps.event.addDomListener(window, 'load', initialize);