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.5891,-90.8866)};var g_96bc658ab403adbef4cb095dc7e741bd = new google.maps.Geocoder();g_96bc658ab403adbef4cb095dc7e741bd.geocode( { 'address': "221 4th Ave W, Ashland, WI 54806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-WI-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-WI-associated-bank'), mapOptions);}document.getElementById('c4d4ba45').innerHTML += ' | View Map';var $l96bc658ab403adbef4cb095dc7e741bd = '

Associated Bank

Address: 221 4th Ave W, Ashland, WI 54806, USA
Phone: (715) 682-9371
';var m_96bc658ab403adbef4cb095dc7e741bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_96bc658ab403adbef4cb095dc7e741bd['infowindow'] = new google.maps.InfoWindow({content: $l96bc658ab403adbef4cb095dc7e741bd});var infowindow = new google.maps.InfoWindow({content: $l96bc658ab403adbef4cb095dc7e741bd});google.maps.event.addListener(m_96bc658ab403adbef4cb095dc7e741bd, 'click', function() {infowindow.open(map,m_96bc658ab403adbef4cb095dc7e741bd);});$marker.push(m_96bc658ab403adbef4cb095dc7e741bd);}});}google.maps.event.addDomListener(window, 'load', initialize);