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.0135,-91.4825)};var g_892c91e0a653ba19df81a90f89d99bcd = new google.maps.Geocoder();g_892c91e0a653ba19df81a90f89d99bcd.geocode( { 'address': "10526 Main St, Hayward, WI 54843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayward-WI-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('hayward-WI-associated-bank'), mapOptions);}document.getElementById('da5b0996').innerHTML += ' | View Map';var $l892c91e0a653ba19df81a90f89d99bcd = '

Associated Bank

Address: 10526 Main St, Hayward, WI 54843, USA
Phone: (715) 634-2604
';var m_892c91e0a653ba19df81a90f89d99bcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_892c91e0a653ba19df81a90f89d99bcd['infowindow'] = new google.maps.InfoWindow({content: $l892c91e0a653ba19df81a90f89d99bcd});var infowindow = new google.maps.InfoWindow({content: $l892c91e0a653ba19df81a90f89d99bcd});google.maps.event.addListener(m_892c91e0a653ba19df81a90f89d99bcd, 'click', function() {infowindow.open(map,m_892c91e0a653ba19df81a90f89d99bcd);});$marker.push(m_892c91e0a653ba19df81a90f89d99bcd);}});}google.maps.event.addDomListener(window, 'load', initialize);