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(42.2689,-88.061)};var g_9084c6f938aedee18e63af5c2167ecab = new google.maps.Geocoder();g_9084c6f938aedee18e63af5c2167ecab.geocode( { 'address': "3210 W Il Route 60, Mundelein, IL 60060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mundelein-IL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('mundelein-IL-bank-of-america'), mapOptions);}document.getElementById('d2c9a232').innerHTML += ' | View Map';var $l9084c6f938aedee18e63af5c2167ecab = '

Bank of America

Address: 3210 W Il Route 60, Mundelein, IL 60060
Phone: (847) 837-8463
';var m_9084c6f938aedee18e63af5c2167ecab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_9084c6f938aedee18e63af5c2167ecab['infowindow'] = new google.maps.InfoWindow({content: $l9084c6f938aedee18e63af5c2167ecab});var infowindow = new google.maps.InfoWindow({content: $l9084c6f938aedee18e63af5c2167ecab});google.maps.event.addListener(m_9084c6f938aedee18e63af5c2167ecab, 'click', function() {infowindow.open(map,m_9084c6f938aedee18e63af5c2167ecab);});$marker.push(m_9084c6f938aedee18e63af5c2167ecab);}});}google.maps.event.addDomListener(window, 'load', initialize);