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.5106,-87.9635)};var g_e1228be46de6a0234ac22ded31417bc7 = new google.maps.Geocoder();g_e1228be46de6a0234ac22ded31417bc7.geocode( { 'address': "951 E Lincoln Hwy, New Lenox, IL 60451"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-lenox-IL-old-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-lenox-IL-old-second-national-bank'), mapOptions);}document.getElementById('98c1f96a').innerHTML += ' | View Map';var $le1228be46de6a0234ac22ded31417bc7 = '

Old Second National Bank

Address: 951 E Lincoln Hwy, New Lenox, IL 60451
Phone: (815) 485-7100
';var m_e1228be46de6a0234ac22ded31417bc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second National Bank',});m_e1228be46de6a0234ac22ded31417bc7['infowindow'] = new google.maps.InfoWindow({content: $le1228be46de6a0234ac22ded31417bc7});var infowindow = new google.maps.InfoWindow({content: $le1228be46de6a0234ac22ded31417bc7});google.maps.event.addListener(m_e1228be46de6a0234ac22ded31417bc7, 'click', function() {infowindow.open(map,m_e1228be46de6a0234ac22ded31417bc7);});$marker.push(m_e1228be46de6a0234ac22ded31417bc7);}});}google.maps.event.addDomListener(window, 'load', initialize);