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(43.462,-88.8394)};var g_ac4f918b7c447a64707cb5c1567ea878 = new google.maps.Geocoder();g_ac4f918b7c447a64707cb5c1567ea878.geocode( { 'address': "201 Park Ave, Beaver Dam, WI 53916"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-dam-WI-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaver-dam-WI-associated-bank'), mapOptions);}document.getElementById('23a1d182').innerHTML += ' | View Map';var $lac4f918b7c447a64707cb5c1567ea878 = '

Associated Bank

Address: 201 Park Ave, Beaver Dam, WI 53916
Phone: (920) 887-1621
';var m_ac4f918b7c447a64707cb5c1567ea878 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_ac4f918b7c447a64707cb5c1567ea878['infowindow'] = new google.maps.InfoWindow({content: $lac4f918b7c447a64707cb5c1567ea878});var infowindow = new google.maps.InfoWindow({content: $lac4f918b7c447a64707cb5c1567ea878});google.maps.event.addListener(m_ac4f918b7c447a64707cb5c1567ea878, 'click', function() {infowindow.open(map,m_ac4f918b7c447a64707cb5c1567ea878);});$marker.push(m_ac4f918b7c447a64707cb5c1567ea878);}});}google.maps.event.addDomListener(window, 'load', initialize);