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(41.7096,-88.3364)};var g_2f8a24bbeebaf6b40a6c0b5e61afc888 = new google.maps.Geocoder();g_2f8a24bbeebaf6b40a6c0b5e61afc888.geocode( { 'address': "1901 Douglas Rd, Montgomery, IL 60538"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-IL-associated-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-IL-associated-bank'), mapOptions);}document.getElementById('994d2d8d').innerHTML += ' | View Map';var $l2f8a24bbeebaf6b40a6c0b5e61afc888 = '

Associated Bank

Address: 1901 Douglas Rd, Montgomery, IL 60538
Phone: (630) 897-1166
';var m_2f8a24bbeebaf6b40a6c0b5e61afc888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank',});m_2f8a24bbeebaf6b40a6c0b5e61afc888['infowindow'] = new google.maps.InfoWindow({content: $l2f8a24bbeebaf6b40a6c0b5e61afc888});var infowindow = new google.maps.InfoWindow({content: $l2f8a24bbeebaf6b40a6c0b5e61afc888});google.maps.event.addListener(m_2f8a24bbeebaf6b40a6c0b5e61afc888, 'click', function() {infowindow.open(map,m_2f8a24bbeebaf6b40a6c0b5e61afc888);});$marker.push(m_2f8a24bbeebaf6b40a6c0b5e61afc888);}});}google.maps.event.addDomListener(window, 'load', initialize);