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.8773,-91.9239)};var g_e9cb2090ad71d7e1028ca50fa616e8a5 = new google.maps.Geocoder();g_e9cb2090ad71d7e1028ca50fa616e8a5.geocode( { 'address': "717 Main St, Menomonie, WI 54751"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menomonie-WI-bank-mutual').style.display = '';map = new google.maps.Map(document.getElementById('menomonie-WI-bank-mutual'), mapOptions);}document.getElementById('00ce2a4d').innerHTML += ' | View Map';var $le9cb2090ad71d7e1028ca50fa616e8a5 = '

Bank Mutual

Address: 717 Main St, Menomonie, WI 54751
Phone: (715) 232-6300
';var m_e9cb2090ad71d7e1028ca50fa616e8a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Mutual',});m_e9cb2090ad71d7e1028ca50fa616e8a5['infowindow'] = new google.maps.InfoWindow({content: $le9cb2090ad71d7e1028ca50fa616e8a5});var infowindow = new google.maps.InfoWindow({content: $le9cb2090ad71d7e1028ca50fa616e8a5});google.maps.event.addListener(m_e9cb2090ad71d7e1028ca50fa616e8a5, 'click', function() {infowindow.open(map,m_e9cb2090ad71d7e1028ca50fa616e8a5);});$marker.push(m_e9cb2090ad71d7e1028ca50fa616e8a5);}});}google.maps.event.addDomListener(window, 'load', initialize);