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.7978,-87.7227)};var g_57be540af52b901b42465f925b6e13a2 = new google.maps.Geocoder();g_57be540af52b901b42465f925b6e13a2.geocode( { 'address': "5231 S Pulaski Rd, Chicago, IL 60632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-bank-of-america-financial-center'), mapOptions);}document.getElementById('1878a7d9').innerHTML += ' | View Map';var $l57be540af52b901b42465f925b6e13a2 = '

Bank of America Financial Center

Address: 5231 S Pulaski Rd, Chicago, IL 60632, USA
Phone: (773) 284-3156
';var m_57be540af52b901b42465f925b6e13a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_57be540af52b901b42465f925b6e13a2['infowindow'] = new google.maps.InfoWindow({content: $l57be540af52b901b42465f925b6e13a2});var infowindow = new google.maps.InfoWindow({content: $l57be540af52b901b42465f925b6e13a2});google.maps.event.addListener(m_57be540af52b901b42465f925b6e13a2, 'click', function() {infowindow.open(map,m_57be540af52b901b42465f925b6e13a2);});$marker.push(m_57be540af52b901b42465f925b6e13a2);}});}google.maps.event.addDomListener(window, 'load', initialize);