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.8046,-87.897)};var g_2d2c18c1aaeac9fcc028dd14f4c074ce = new google.maps.Geocoder();g_2d2c18c1aaeac9fcc028dd14f4c074ce.geocode( { 'address': "4456 Wolf Rd, Western Springs, IL 60558"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('western-springs-IL-western-springs-national-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('western-springs-IL-western-springs-national-bank-and-trust'), mapOptions);}document.getElementById('2f4593e2').innerHTML += ' | View Map';var $l2d2c18c1aaeac9fcc028dd14f4c074ce = '

Western Springs National Bank and Trust

Address: 4456 Wolf Rd, Western Springs, IL 60558
Phone: (708) 246-2200
';var m_2d2c18c1aaeac9fcc028dd14f4c074ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Springs National Bank and Trust',});m_2d2c18c1aaeac9fcc028dd14f4c074ce['infowindow'] = new google.maps.InfoWindow({content: $l2d2c18c1aaeac9fcc028dd14f4c074ce});var infowindow = new google.maps.InfoWindow({content: $l2d2c18c1aaeac9fcc028dd14f4c074ce});google.maps.event.addListener(m_2d2c18c1aaeac9fcc028dd14f4c074ce, 'click', function() {infowindow.open(map,m_2d2c18c1aaeac9fcc028dd14f4c074ce);});$marker.push(m_2d2c18c1aaeac9fcc028dd14f4c074ce);}});}google.maps.event.addDomListener(window, 'load', initialize);