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.6043,-97.1146)};var g_9756a68144fac134c3770ee4842f43cb = new google.maps.Geocoder();g_9756a68144fac134c3770ee4842f43cb.geocode( { 'address': "2821 Matlock Rd, Mansfield, TX 76063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-TX-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-TX-bank-of-america-financial-center'), mapOptions);}document.getElementById('48d72e03').innerHTML += ' | View Map';var $l9756a68144fac134c3770ee4842f43cb = '

Bank of America Financial Center

Address: 2821 Matlock Rd, Mansfield, TX 76063, USA
Phone: (817) 453-7040
';var m_9756a68144fac134c3770ee4842f43cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_9756a68144fac134c3770ee4842f43cb['infowindow'] = new google.maps.InfoWindow({content: $l9756a68144fac134c3770ee4842f43cb});var infowindow = new google.maps.InfoWindow({content: $l9756a68144fac134c3770ee4842f43cb});google.maps.event.addListener(m_9756a68144fac134c3770ee4842f43cb, 'click', function() {infowindow.open(map,m_9756a68144fac134c3770ee4842f43cb);});$marker.push(m_9756a68144fac134c3770ee4842f43cb);}});}google.maps.event.addDomListener(window, 'load', initialize);