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.401,-91.8321)};var g_7826f1c837ea29fd421a394177b821e6 = new google.maps.Geocoder();g_7826f1c837ea29fd421a394177b821e6.geocode( { 'address': "1512 E Division Ave, Barron, WI 54812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barron-WI-bank-mutual').style.display = '';map = new google.maps.Map(document.getElementById('barron-WI-bank-mutual'), mapOptions);}document.getElementById('e62356ca').innerHTML += ' | View Map';var $l7826f1c837ea29fd421a394177b821e6 = '

Bank Mutual

Address: 1512 E Division Ave, Barron, WI 54812, USA
Phone: (715) 537-6557
';var m_7826f1c837ea29fd421a394177b821e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Mutual',});m_7826f1c837ea29fd421a394177b821e6['infowindow'] = new google.maps.InfoWindow({content: $l7826f1c837ea29fd421a394177b821e6});var infowindow = new google.maps.InfoWindow({content: $l7826f1c837ea29fd421a394177b821e6});google.maps.event.addListener(m_7826f1c837ea29fd421a394177b821e6, 'click', function() {infowindow.open(map,m_7826f1c837ea29fd421a394177b821e6);});$marker.push(m_7826f1c837ea29fd421a394177b821e6);}});}google.maps.event.addDomListener(window, 'load', initialize);