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.8822,-96.2755)};var g_0178653660403a821a543d63efe814ba = new google.maps.Geocoder();g_0178653660403a821a543d63efe814ba.geocode( { 'address': "111 2nd St SW, Red Lake Falls, MN 56750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-lake-falls-MN-red-lake-co-op-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('red-lake-falls-MN-red-lake-co-op-federal-cu'), mapOptions);}document.getElementById('11b7e3f9').innerHTML += ' | View Map';var $l0178653660403a821a543d63efe814ba = '

Red Lake Co-Op Federal CU

Address: 111 2nd St SW, Red Lake Falls, MN 56750, USA
Phone: (218) 253-2775
';var m_0178653660403a821a543d63efe814ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red Lake Co-Op Federal CU',});m_0178653660403a821a543d63efe814ba['infowindow'] = new google.maps.InfoWindow({content: $l0178653660403a821a543d63efe814ba});var infowindow = new google.maps.InfoWindow({content: $l0178653660403a821a543d63efe814ba});google.maps.event.addListener(m_0178653660403a821a543d63efe814ba, 'click', function() {infowindow.open(map,m_0178653660403a821a543d63efe814ba);});$marker.push(m_0178653660403a821a543d63efe814ba);}});}google.maps.event.addDomListener(window, 'load', initialize);