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_c4e8c60e9fec93d9379d01ad8216d999 = new google.maps.Geocoder();g_c4e8c60e9fec93d9379d01ad8216d999.geocode( { 'address': "6601 Us Highway 34, Oswego, IL 60543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-IL-castle-bank').style.display = '';map = new google.maps.Map(document.getElementById('oswego-IL-castle-bank'), mapOptions);}document.getElementById('3c6abe16').innerHTML += ' | View Map';var $lc4e8c60e9fec93d9379d01ad8216d999 = '

Castle Bank

Address: 6601 Us Highway 34, Oswego, IL 60543
Phone: (630) 554-9014
';var m_c4e8c60e9fec93d9379d01ad8216d999 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle Bank',});m_c4e8c60e9fec93d9379d01ad8216d999['infowindow'] = new google.maps.InfoWindow({content: $lc4e8c60e9fec93d9379d01ad8216d999});var infowindow = new google.maps.InfoWindow({content: $lc4e8c60e9fec93d9379d01ad8216d999});google.maps.event.addListener(m_c4e8c60e9fec93d9379d01ad8216d999, 'click', function() {infowindow.open(map,m_c4e8c60e9fec93d9379d01ad8216d999);});$marker.push(m_c4e8c60e9fec93d9379d01ad8216d999);}});}google.maps.event.addDomListener(window, 'load', initialize);