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.7294,-92.4592)};var g_f43a6b3128978d1682255e6e06d6af65 = new google.maps.Geocoder();g_f43a6b3128978d1682255e6e06d6af65.geocode( { 'address': "1702 Avenue B, Cloquet, MN 55720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cloquet-MN-northwoods-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cloquet-MN-northwoods-credit-union'), mapOptions);}document.getElementById('c3648d86').innerHTML += ' | View Map';var $lf43a6b3128978d1682255e6e06d6af65 = '

Northwoods Credit Union

Address: 1702 Avenue B, Cloquet, MN 55720
Phone: (218) 879-4181
';var m_f43a6b3128978d1682255e6e06d6af65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwoods Credit Union',});m_f43a6b3128978d1682255e6e06d6af65['infowindow'] = new google.maps.InfoWindow({content: $lf43a6b3128978d1682255e6e06d6af65});var infowindow = new google.maps.InfoWindow({content: $lf43a6b3128978d1682255e6e06d6af65});google.maps.event.addListener(m_f43a6b3128978d1682255e6e06d6af65, 'click', function() {infowindow.open(map,m_f43a6b3128978d1682255e6e06d6af65);});$marker.push(m_f43a6b3128978d1682255e6e06d6af65);}});}google.maps.event.addDomListener(window, 'load', initialize);