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.7743,-88.1472)};var g_8d8145f4436a7b4f7489cb2d2915fcdf = new google.maps.Geocoder();g_8d8145f4436a7b4f7489cb2d2915fcdf.geocode( { 'address': "1001 S Washington St, Naperville, IL 60540"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naperville-IL-mid-america-bank').style.display = '';map = new google.maps.Map(document.getElementById('naperville-IL-mid-america-bank'), mapOptions);}document.getElementById('f476a43d').innerHTML += ' | View Map';var $l8d8145f4436a7b4f7489cb2d2915fcdf = '

Mid America Bank

Address: 1001 S Washington St, Naperville, IL 60540
Phone: (630) 622-2300
';var m_8d8145f4436a7b4f7489cb2d2915fcdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid America Bank',});m_8d8145f4436a7b4f7489cb2d2915fcdf['infowindow'] = new google.maps.InfoWindow({content: $l8d8145f4436a7b4f7489cb2d2915fcdf});var infowindow = new google.maps.InfoWindow({content: $l8d8145f4436a7b4f7489cb2d2915fcdf});google.maps.event.addListener(m_8d8145f4436a7b4f7489cb2d2915fcdf, 'click', function() {infowindow.open(map,m_8d8145f4436a7b4f7489cb2d2915fcdf);});$marker.push(m_8d8145f4436a7b4f7489cb2d2915fcdf);}});}google.maps.event.addDomListener(window, 'load', initialize);