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_8dd51171c5802824fd56091bf863db17 = new google.maps.Geocoder();g_8dd51171c5802824fd56091bf863db17.geocode( { 'address': "3516 US Highway 34, Oswego, IL 60543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-IL-metropolitan-bank-group').style.display = '';map = new google.maps.Map(document.getElementById('oswego-IL-metropolitan-bank-group'), mapOptions);}document.getElementById('3f52fb69').innerHTML += ' | View Map';var $l8dd51171c5802824fd56091bf863db17 = '

Metropolitan Bank Group

Address: 3516 US Highway 34, Oswego, IL 60543
Phone: (630) 554-6830
';var m_8dd51171c5802824fd56091bf863db17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metropolitan Bank Group',});m_8dd51171c5802824fd56091bf863db17['infowindow'] = new google.maps.InfoWindow({content: $l8dd51171c5802824fd56091bf863db17});var infowindow = new google.maps.InfoWindow({content: $l8dd51171c5802824fd56091bf863db17});google.maps.event.addListener(m_8dd51171c5802824fd56091bf863db17, 'click', function() {infowindow.open(map,m_8dd51171c5802824fd56091bf863db17);});$marker.push(m_8dd51171c5802824fd56091bf863db17);}});}google.maps.event.addDomListener(window, 'load', initialize);