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(45.0661,-88.038)};var g_f702407c8ab99af3b508ed528516b86c = new google.maps.Geocoder();g_f702407c8ab99af3b508ed528516b86c.geocode( { 'address': "118 Old Hwy 141, Coleman, WI 54112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coleman-WI-associated-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('coleman-WI-associated-bank-atm'), mapOptions);}document.getElementById('ad75e7af').innerHTML += ' | View Map';var $lf702407c8ab99af3b508ed528516b86c = '

Associated Bank ATM

Address: 118 Old Hwy 141, Coleman, WI 54112, USA
Phone: (800) 627-3999
';var m_f702407c8ab99af3b508ed528516b86c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank ATM',});m_f702407c8ab99af3b508ed528516b86c['infowindow'] = new google.maps.InfoWindow({content: $lf702407c8ab99af3b508ed528516b86c});var infowindow = new google.maps.InfoWindow({content: $lf702407c8ab99af3b508ed528516b86c});google.maps.event.addListener(m_f702407c8ab99af3b508ed528516b86c, 'click', function() {infowindow.open(map,m_f702407c8ab99af3b508ed528516b86c);});$marker.push(m_f702407c8ab99af3b508ed528516b86c);}});}google.maps.event.addDomListener(window, 'load', initialize);