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.0415,-98.3437)};var g_39a759c624af4afca80e0b34a243cc77 = new google.maps.Geocoder();g_39a759c624af4afca80e0b34a243cc77.geocode( { 'address': "200 Main St, Lakota, ND 58344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakota-ND-citizens-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lakota-ND-citizens-community-credit-union'), mapOptions);}document.getElementById('31953832').innerHTML += ' | View Map';var $l39a759c624af4afca80e0b34a243cc77 = '

Citizens Community Credit Union

Address: 200 Main St, Lakota, ND 58344, USA
Phone: (701) 247-2759
';var m_39a759c624af4afca80e0b34a243cc77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community Credit Union',});m_39a759c624af4afca80e0b34a243cc77['infowindow'] = new google.maps.InfoWindow({content: $l39a759c624af4afca80e0b34a243cc77});var infowindow = new google.maps.InfoWindow({content: $l39a759c624af4afca80e0b34a243cc77});google.maps.event.addListener(m_39a759c624af4afca80e0b34a243cc77, 'click', function() {infowindow.open(map,m_39a759c624af4afca80e0b34a243cc77);});$marker.push(m_39a759c624af4afca80e0b34a243cc77);}});}google.maps.event.addDomListener(window, 'load', initialize);