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(46.1892,-90.0767)};var g_1fa734caf1090f7af9249745564ec09b = new google.maps.Geocoder();g_1fa734caf1090f7af9249745564ec09b.geocode( { 'address': "5260 N US Highway 51, Mercer, WI 54547"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mercer-WI-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('mercer-WI-associated-bank'), mapOptions);}document.getElementById('3e0cc473').innerHTML += ' | View Map';var $l1fa734caf1090f7af9249745564ec09b = '

Associated Bank

Address: 5260 N US Highway 51, Mercer, WI 54547
Phone: (715) 476-3545
';var m_1fa734caf1090f7af9249745564ec09b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_1fa734caf1090f7af9249745564ec09b['infowindow'] = new google.maps.InfoWindow({content: $l1fa734caf1090f7af9249745564ec09b});var infowindow = new google.maps.InfoWindow({content: $l1fa734caf1090f7af9249745564ec09b});google.maps.event.addListener(m_1fa734caf1090f7af9249745564ec09b, 'click', function() {infowindow.open(map,m_1fa734caf1090f7af9249745564ec09b);});$marker.push(m_1fa734caf1090f7af9249745564ec09b);}});}google.maps.event.addDomListener(window, 'load', initialize);