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.7952,-87.8757)};var g_c9c588ecafca3e951af7cd1ebf852c5c = new google.maps.Geocoder();g_c9c588ecafca3e951af7cd1ebf852c5c.geocode( { 'address': "1425 W 47th St, La Grange, IL 60525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-grange-IL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('la-grange-IL-bank-of-america'), mapOptions);}document.getElementById('87f188e9').innerHTML += ' | View Map';var $lc9c588ecafca3e951af7cd1ebf852c5c = '

Bank of America

Address: 1425 W 47th St, La Grange, IL 60525
Phone: (708) 352-3900
';var m_c9c588ecafca3e951af7cd1ebf852c5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_c9c588ecafca3e951af7cd1ebf852c5c['infowindow'] = new google.maps.InfoWindow({content: $lc9c588ecafca3e951af7cd1ebf852c5c});var infowindow = new google.maps.InfoWindow({content: $lc9c588ecafca3e951af7cd1ebf852c5c});google.maps.event.addListener(m_c9c588ecafca3e951af7cd1ebf852c5c, 'click', function() {infowindow.open(map,m_c9c588ecafca3e951af7cd1ebf852c5c);});$marker.push(m_c9c588ecafca3e951af7cd1ebf852c5c);}});}google.maps.event.addDomListener(window, 'load', initialize);