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(42.7141,-88.9955)};var g_fcc4033153268829b02d73db357f03ea = new google.maps.Geocoder();g_fcc4033153268829b02d73db357f03ea.geocode( { 'address': "2111 Holiday Dr, Janesville, WI 53545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('janesville-WI-bank-mutual').style.display = '';map = new google.maps.Map(document.getElementById('janesville-WI-bank-mutual'), mapOptions);}document.getElementById('fea62bd8').innerHTML += ' | View Map';var $lfcc4033153268829b02d73db357f03ea = '

Bank Mutual

Address: 2111 Holiday Dr, Janesville, WI 53545, USA
Phone: (608) 756-2336
';var m_fcc4033153268829b02d73db357f03ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Mutual',});m_fcc4033153268829b02d73db357f03ea['infowindow'] = new google.maps.InfoWindow({content: $lfcc4033153268829b02d73db357f03ea});var infowindow = new google.maps.InfoWindow({content: $lfcc4033153268829b02d73db357f03ea});google.maps.event.addListener(m_fcc4033153268829b02d73db357f03ea, 'click', function() {infowindow.open(map,m_fcc4033153268829b02d73db357f03ea);});$marker.push(m_fcc4033153268829b02d73db357f03ea);}});}google.maps.event.addDomListener(window, 'load', initialize);