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.648,-96.8604)};var g_c80728aa924ef2e490a13188e1178518 = new google.maps.Geocoder();g_c80728aa924ef2e490a13188e1178518.geocode( { 'address': "2535 W Wheatland Rd, Dallas, TX 75237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-bank-of-america-financial-center'), mapOptions);}document.getElementById('3af69c13').innerHTML += ' | View Map';var $lc80728aa924ef2e490a13188e1178518 = '

Bank of America Financial Center

Address: 2535 W Wheatland Rd, Dallas, TX 75237, USA
Phone: (972) 283-0108
';var m_c80728aa924ef2e490a13188e1178518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_c80728aa924ef2e490a13188e1178518['infowindow'] = new google.maps.InfoWindow({content: $lc80728aa924ef2e490a13188e1178518});var infowindow = new google.maps.InfoWindow({content: $lc80728aa924ef2e490a13188e1178518});google.maps.event.addListener(m_c80728aa924ef2e490a13188e1178518, 'click', function() {infowindow.open(map,m_c80728aa924ef2e490a13188e1178518);});$marker.push(m_c80728aa924ef2e490a13188e1178518);}});}google.maps.event.addDomListener(window, 'load', initialize);