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.8094,-87.9018)};var g_0b6a27e2bfcb010e762109f0d2e042dc = new google.maps.Geocoder();g_0b6a27e2bfcb010e762109f0d2e042dc.geocode( { 'address': "1000 Hillgrove Ave, Western Springs, IL 60558, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('western-springs-IL-the-community-bank-of-western-springs').style.display = '';map = new google.maps.Map(document.getElementById('western-springs-IL-the-community-bank-of-western-springs'), mapOptions);}document.getElementById('1432be5e').innerHTML += ' | View Map';var $l0b6a27e2bfcb010e762109f0d2e042dc = '

The Community Bank of Western Springs

Address: 1000 Hillgrove Ave, Western Springs, IL 60558, USA
Phone: (708) 246-7100
';var m_0b6a27e2bfcb010e762109f0d2e042dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Community Bank of Western Springs',});m_0b6a27e2bfcb010e762109f0d2e042dc['infowindow'] = new google.maps.InfoWindow({content: $l0b6a27e2bfcb010e762109f0d2e042dc});var infowindow = new google.maps.InfoWindow({content: $l0b6a27e2bfcb010e762109f0d2e042dc});google.maps.event.addListener(m_0b6a27e2bfcb010e762109f0d2e042dc, 'click', function() {infowindow.open(map,m_0b6a27e2bfcb010e762109f0d2e042dc);});$marker.push(m_0b6a27e2bfcb010e762109f0d2e042dc);}});}google.maps.event.addDomListener(window, 'load', initialize);