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.9,-88.4717)};var g_6d1bf817c8df3667b0d4fb50e85494dc = new google.maps.Geocoder();g_6d1bf817c8df3667b0d4fb50e85494dc.geocode( { 'address': "749 N Main St, Elburn, IL 60119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elburn-IL-old-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('elburn-IL-old-second-national-bank'), mapOptions);}document.getElementById('df8feb4d').innerHTML += ' | View Map';var $l6d1bf817c8df3667b0d4fb50e85494dc = '

Old Second National Bank

Address: 749 N Main St, Elburn, IL 60119, USA
Phone: (630) 365-6401
';var m_6d1bf817c8df3667b0d4fb50e85494dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second National Bank',});m_6d1bf817c8df3667b0d4fb50e85494dc['infowindow'] = new google.maps.InfoWindow({content: $l6d1bf817c8df3667b0d4fb50e85494dc});var infowindow = new google.maps.InfoWindow({content: $l6d1bf817c8df3667b0d4fb50e85494dc});google.maps.event.addListener(m_6d1bf817c8df3667b0d4fb50e85494dc, 'click', function() {infowindow.open(map,m_6d1bf817c8df3667b0d4fb50e85494dc);});$marker.push(m_6d1bf817c8df3667b0d4fb50e85494dc);}});}google.maps.event.addDomListener(window, 'load', initialize);