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.6752,-97.0397)};var g_dfb8606efe909006332f09e6102e6f2d = new google.maps.Geocoder();g_dfb8606efe909006332f09e6102e6f2d.geocode( { 'address': "2405 W Interstate 20, Grand Prairie, TX 75052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-prairie-TX-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('grand-prairie-TX-bank-of-america-financial-center'), mapOptions);}document.getElementById('6cb1d0fb').innerHTML += ' | View Map';var $ldfb8606efe909006332f09e6102e6f2d = '

Bank of America Financial Center

Address: 2405 W Interstate 20, Grand Prairie, TX 75052, USA
Phone: (972) 352-4010
';var m_dfb8606efe909006332f09e6102e6f2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_dfb8606efe909006332f09e6102e6f2d['infowindow'] = new google.maps.InfoWindow({content: $ldfb8606efe909006332f09e6102e6f2d});var infowindow = new google.maps.InfoWindow({content: $ldfb8606efe909006332f09e6102e6f2d});google.maps.event.addListener(m_dfb8606efe909006332f09e6102e6f2d, 'click', function() {infowindow.open(map,m_dfb8606efe909006332f09e6102e6f2d);});$marker.push(m_dfb8606efe909006332f09e6102e6f2d);}});}google.maps.event.addDomListener(window, 'load', initialize);