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_89fa665dd373ae531e51ca6c43db0a33 = new google.maps.Geocoder();g_89fa665dd373ae531e51ca6c43db0a33.geocode( { 'address': "1071 Station Dr, Oswego, IL 60543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-IL-west-suburban-bank').style.display = '';map = new google.maps.Map(document.getElementById('oswego-IL-west-suburban-bank'), mapOptions);}document.getElementById('c121b968').innerHTML += ' | View Map';var $l89fa665dd373ae531e51ca6c43db0a33 = '

West Suburban Bank

Address: 1071 Station Dr, Oswego, IL 60543
Phone: (630) 551-4080
';var m_89fa665dd373ae531e51ca6c43db0a33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Suburban Bank',});m_89fa665dd373ae531e51ca6c43db0a33['infowindow'] = new google.maps.InfoWindow({content: $l89fa665dd373ae531e51ca6c43db0a33});var infowindow = new google.maps.InfoWindow({content: $l89fa665dd373ae531e51ca6c43db0a33});google.maps.event.addListener(m_89fa665dd373ae531e51ca6c43db0a33, 'click', function() {infowindow.open(map,m_89fa665dd373ae531e51ca6c43db0a33);});$marker.push(m_89fa665dd373ae531e51ca6c43db0a33);}});}google.maps.event.addDomListener(window, 'load', initialize);