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.7621,-88.4414)};var g_2607a30a2be67d96768aa3dbe1cc7731 = new google.maps.Geocoder();g_2607a30a2be67d96768aa3dbe1cc7731.geocode( { 'address': "92 Frontage Rd, Sugar Grove, IL 60554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-grove-IL-old-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-grove-IL-old-second-national-bank'), mapOptions);}document.getElementById('d13c0b30').innerHTML += ' | View Map';var $l2607a30a2be67d96768aa3dbe1cc7731 = '

Old Second National Bank

Address: 92 Frontage Rd, Sugar Grove, IL 60554, USA
Phone: (630) 466-4841
';var m_2607a30a2be67d96768aa3dbe1cc7731 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second National Bank',});m_2607a30a2be67d96768aa3dbe1cc7731['infowindow'] = new google.maps.InfoWindow({content: $l2607a30a2be67d96768aa3dbe1cc7731});var infowindow = new google.maps.InfoWindow({content: $l2607a30a2be67d96768aa3dbe1cc7731});google.maps.event.addListener(m_2607a30a2be67d96768aa3dbe1cc7731, 'click', function() {infowindow.open(map,m_2607a30a2be67d96768aa3dbe1cc7731);});$marker.push(m_2607a30a2be67d96768aa3dbe1cc7731);}});}google.maps.event.addDomListener(window, 'load', initialize);