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.6663,-88.3197)};var g_a1aa6a4818de73ca627d313d620f4dcb = new google.maps.Geocoder();g_a1aa6a4818de73ca627d313d620f4dcb.geocode( { 'address': "1200 Douglas Rd, Oswego, IL 60543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-IL-old-second-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('oswego-IL-old-second-national-bank'), mapOptions);}document.getElementById('e18205d2').innerHTML += ' | View Map';var $la1aa6a4818de73ca627d313d620f4dcb = '

Old Second National Bank

Address: 1200 Douglas Rd, Oswego, IL 60543
Phone: (630) 551-1200
';var m_a1aa6a4818de73ca627d313d620f4dcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second National Bank',});m_a1aa6a4818de73ca627d313d620f4dcb['infowindow'] = new google.maps.InfoWindow({content: $la1aa6a4818de73ca627d313d620f4dcb});var infowindow = new google.maps.InfoWindow({content: $la1aa6a4818de73ca627d313d620f4dcb});google.maps.event.addListener(m_a1aa6a4818de73ca627d313d620f4dcb, 'click', function() {infowindow.open(map,m_a1aa6a4818de73ca627d313d620f4dcb);});$marker.push(m_a1aa6a4818de73ca627d313d620f4dcb);}});}google.maps.event.addDomListener(window, 'load', initialize);