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.7594,-97.3291)};var g_c269d5f892376e885e18b28aab7b96e4 = new google.maps.Geocoder();g_c269d5f892376e885e18b28aab7b96e4.geocode( { 'address': "500 W 7th St, Fort Worth, TX 76102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-u-s-trust').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-u-s-trust'), mapOptions);}document.getElementById('19133f9b').innerHTML += ' | View Map';var $lc269d5f892376e885e18b28aab7b96e4 = '

U.S. Trust

Address: 500 W 7th St, Fort Worth, TX 76102
Phone: (817) 390-6942
';var m_c269d5f892376e885e18b28aab7b96e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Trust',});m_c269d5f892376e885e18b28aab7b96e4['infowindow'] = new google.maps.InfoWindow({content: $lc269d5f892376e885e18b28aab7b96e4});var infowindow = new google.maps.InfoWindow({content: $lc269d5f892376e885e18b28aab7b96e4});google.maps.event.addListener(m_c269d5f892376e885e18b28aab7b96e4, 'click', function() {infowindow.open(map,m_c269d5f892376e885e18b28aab7b96e4);});$marker.push(m_c269d5f892376e885e18b28aab7b96e4);}});}google.maps.event.addDomListener(window, 'load', initialize);