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(32.8947,-97.2891)};var g_c5f71c94ac080f626ce7265924ed0f52 = new google.maps.Geocoder();g_c5f71c94ac080f626ce7265924ed0f52.geocode( { 'address': "8500 N Beach St, Fort Worth, TX 76244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-bank-of-america-financial-center'), mapOptions);}document.getElementById('1fd0687c').innerHTML += ' | View Map';var $lc5f71c94ac080f626ce7265924ed0f52 = '

Bank of America Financial Center

Address: 8500 N Beach St, Fort Worth, TX 76244, USA
Phone: (817) 514-9327
';var m_c5f71c94ac080f626ce7265924ed0f52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_c5f71c94ac080f626ce7265924ed0f52['infowindow'] = new google.maps.InfoWindow({content: $lc5f71c94ac080f626ce7265924ed0f52});var infowindow = new google.maps.InfoWindow({content: $lc5f71c94ac080f626ce7265924ed0f52});google.maps.event.addListener(m_c5f71c94ac080f626ce7265924ed0f52, 'click', function() {infowindow.open(map,m_c5f71c94ac080f626ce7265924ed0f52);});$marker.push(m_c5f71c94ac080f626ce7265924ed0f52);}});}google.maps.event.addDomListener(window, 'load', initialize);