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.883,-87.9754)};var g_9c810c5750860c570e4539fdc296436e = new google.maps.Geocoder();g_9c810c5750860c570e4539fdc296436e.geocode( { 'address': "180 E Roosevelt Rd, Villa Park, IL 60181"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-park-IL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('villa-park-IL-bank-of-america'), mapOptions);}document.getElementById('9b0feecb').innerHTML += ' | View Map';var $l9c810c5750860c570e4539fdc296436e = '

Bank of America

Address: 180 E Roosevelt Rd, Villa Park, IL 60181
Phone: (630) 758-0648
';var m_9c810c5750860c570e4539fdc296436e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_9c810c5750860c570e4539fdc296436e['infowindow'] = new google.maps.InfoWindow({content: $l9c810c5750860c570e4539fdc296436e});var infowindow = new google.maps.InfoWindow({content: $l9c810c5750860c570e4539fdc296436e});google.maps.event.addListener(m_9c810c5750860c570e4539fdc296436e, 'click', function() {infowindow.open(map,m_9c810c5750860c570e4539fdc296436e);});$marker.push(m_9c810c5750860c570e4539fdc296436e);}});}google.maps.event.addDomListener(window, 'load', initialize);