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

Old Second Bank-Kane County

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