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.4738,-91.7553)};var g_397a4df00cfd598f5df35894122c1b67 = new google.maps.Geocoder();g_397a4df00cfd598f5df35894122c1b67.geocode( { 'address': "2850 Decker Dr, Rice Lake, WI 54868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rice-lake-WI-citizens-community-federal').style.display = '';map = new google.maps.Map(document.getElementById('rice-lake-WI-citizens-community-federal'), mapOptions);}document.getElementById('5dc436ea').innerHTML += ' | View Map';var $l397a4df00cfd598f5df35894122c1b67 = '

Citizens Community Federal

Address: 2850 Decker Dr, Rice Lake, WI 54868, USA
Phone: (715) 719-0124
';var m_397a4df00cfd598f5df35894122c1b67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community Federal',});m_397a4df00cfd598f5df35894122c1b67['infowindow'] = new google.maps.InfoWindow({content: $l397a4df00cfd598f5df35894122c1b67});var infowindow = new google.maps.InfoWindow({content: $l397a4df00cfd598f5df35894122c1b67});google.maps.event.addListener(m_397a4df00cfd598f5df35894122c1b67, 'click', function() {infowindow.open(map,m_397a4df00cfd598f5df35894122c1b67);});$marker.push(m_397a4df00cfd598f5df35894122c1b67);}});}google.maps.event.addDomListener(window, 'load', initialize);