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(45.9174,-90.4519)};var g_432c3375525dbbb95ec20c7c680cebcc = new google.maps.Geocoder();g_432c3375525dbbb95ec20c7c680cebcc.geocode( { 'address': "1224 S 4th Ave, Park Falls, WI 54552, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-falls-WI-northwoods-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('park-falls-WI-northwoods-community-cu'), mapOptions);}document.getElementById('62f5732f').innerHTML += ' | View Map';var $l432c3375525dbbb95ec20c7c680cebcc = '

Northwoods Community CU

Address: 1224 S 4th Ave, Park Falls, WI 54552, USA
Phone: (715) 762-3208
';var m_432c3375525dbbb95ec20c7c680cebcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwoods Community CU',});m_432c3375525dbbb95ec20c7c680cebcc['infowindow'] = new google.maps.InfoWindow({content: $l432c3375525dbbb95ec20c7c680cebcc});var infowindow = new google.maps.InfoWindow({content: $l432c3375525dbbb95ec20c7c680cebcc});google.maps.event.addListener(m_432c3375525dbbb95ec20c7c680cebcc, 'click', function() {infowindow.open(map,m_432c3375525dbbb95ec20c7c680cebcc);});$marker.push(m_432c3375525dbbb95ec20c7c680cebcc);}});}google.maps.event.addDomListener(window, 'load', initialize);