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(44.7319,-92.4843)};var g_ada62aa99e341bf4eab847bcbd557623 = new google.maps.Geocoder();g_ada62aa99e341bf4eab847bcbd557623.geocode( { 'address': "385 W Main St, Ellsworth, WI 54011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellsworth-WI-bank-mutual').style.display = '';map = new google.maps.Map(document.getElementById('ellsworth-WI-bank-mutual'), mapOptions);}document.getElementById('653f9aa9').innerHTML += ' | View Map';var $lada62aa99e341bf4eab847bcbd557623 = '

Bank Mutual

Address: 385 W Main St, Ellsworth, WI 54011, USA
Phone: (715) 273-4024
';var m_ada62aa99e341bf4eab847bcbd557623 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Mutual',});m_ada62aa99e341bf4eab847bcbd557623['infowindow'] = new google.maps.InfoWindow({content: $lada62aa99e341bf4eab847bcbd557623});var infowindow = new google.maps.InfoWindow({content: $lada62aa99e341bf4eab847bcbd557623});google.maps.event.addListener(m_ada62aa99e341bf4eab847bcbd557623, 'click', function() {infowindow.open(map,m_ada62aa99e341bf4eab847bcbd557623);});$marker.push(m_ada62aa99e341bf4eab847bcbd557623);}});}google.maps.event.addDomListener(window, 'load', initialize);