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.791,-88.0756)};var g_89747d37161702bcd9d605b193405bba = new google.maps.Geocoder();g_89747d37161702bcd9d605b193405bba.geocode( { 'address': "3101 Ogden Ave, Lisle, IL 60532"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lisle-IL-old-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lisle-IL-old-second-national-bank'), mapOptions);}document.getElementById('d4b91f85').innerHTML += ' | View Map';var $l89747d37161702bcd9d605b193405bba = '

Old Second National Bank

Address: 3101 Ogden Ave, Lisle, IL 60532
Phone: (630) 305-4644
';var m_89747d37161702bcd9d605b193405bba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second National Bank',});m_89747d37161702bcd9d605b193405bba['infowindow'] = new google.maps.InfoWindow({content: $l89747d37161702bcd9d605b193405bba});var infowindow = new google.maps.InfoWindow({content: $l89747d37161702bcd9d605b193405bba});google.maps.event.addListener(m_89747d37161702bcd9d605b193405bba, 'click', function() {infowindow.open(map,m_89747d37161702bcd9d605b193405bba);});$marker.push(m_89747d37161702bcd9d605b193405bba);}});}google.maps.event.addDomListener(window, 'load', initialize);