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.9189,-88.0765)};var g_a8608bf6c3bd2811624078f1e32a4447 = new google.maps.Geocoder();g_a8608bf6c3bd2811624078f1e32a4447.geocode( { 'address': "285 E Army Trail Rd, Glendale Heights, IL 60139"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-heights-IL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('glendale-heights-IL-bank-of-america'), mapOptions);}document.getElementById('5ebed81b').innerHTML += ' | View Map';var $la8608bf6c3bd2811624078f1e32a4447 = '

Bank of America

Address: 285 E Army Trail Rd, Glendale Heights, IL 60139
Phone: (630) 295-5822
';var m_a8608bf6c3bd2811624078f1e32a4447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_a8608bf6c3bd2811624078f1e32a4447['infowindow'] = new google.maps.InfoWindow({content: $la8608bf6c3bd2811624078f1e32a4447});var infowindow = new google.maps.InfoWindow({content: $la8608bf6c3bd2811624078f1e32a4447});google.maps.event.addListener(m_a8608bf6c3bd2811624078f1e32a4447, 'click', function() {infowindow.open(map,m_a8608bf6c3bd2811624078f1e32a4447);});$marker.push(m_a8608bf6c3bd2811624078f1e32a4447);}});}google.maps.event.addDomListener(window, 'load', initialize);