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(42.0391,-88.282)};var g_0c30a63191e9c391433f77ee9751819d = new google.maps.Geocoder();g_0c30a63191e9c391433f77ee9751819d.geocode( { 'address': "1000 S Mclean Blvd, Elgin, IL 60123"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-IL-old-second-bank').style.display = '';map = new google.maps.Map(document.getElementById('elgin-IL-old-second-bank'), mapOptions);}document.getElementById('be826b17').innerHTML += ' | View Map';var $l0c30a63191e9c391433f77ee9751819d = '

Old Second Bank

Address: 1000 S Mclean Blvd, Elgin, IL 60123
Phone: (847) 628-4500
';var m_0c30a63191e9c391433f77ee9751819d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second Bank',});m_0c30a63191e9c391433f77ee9751819d['infowindow'] = new google.maps.InfoWindow({content: $l0c30a63191e9c391433f77ee9751819d});var infowindow = new google.maps.InfoWindow({content: $l0c30a63191e9c391433f77ee9751819d});google.maps.event.addListener(m_0c30a63191e9c391433f77ee9751819d, 'click', function() {infowindow.open(map,m_0c30a63191e9c391433f77ee9751819d);});$marker.push(m_0c30a63191e9c391433f77ee9751819d);}});}google.maps.event.addDomListener(window, 'load', initialize);