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_f6328b63f393db1baf012ee8d5619b78 = new google.maps.Geocoder();g_f6328b63f393db1baf012ee8d5619b78.geocode( { 'address': "10 S Madison St, Oswego, IL 60543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-IL-oswego-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('oswego-IL-oswego-community-bank'), mapOptions);}document.getElementById('24566cc1').innerHTML += ' | View Map';var $lf6328b63f393db1baf012ee8d5619b78 = '

Oswego Community Bank

Address: 10 S Madison St, Oswego, IL 60543
Phone: (630) 554-3411
';var m_f6328b63f393db1baf012ee8d5619b78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oswego Community Bank',});m_f6328b63f393db1baf012ee8d5619b78['infowindow'] = new google.maps.InfoWindow({content: $lf6328b63f393db1baf012ee8d5619b78});var infowindow = new google.maps.InfoWindow({content: $lf6328b63f393db1baf012ee8d5619b78});google.maps.event.addListener(m_f6328b63f393db1baf012ee8d5619b78, 'click', function() {infowindow.open(map,m_f6328b63f393db1baf012ee8d5619b78);});$marker.push(m_f6328b63f393db1baf012ee8d5619b78);}});}google.maps.event.addDomListener(window, 'load', initialize);