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_bc322f5115147dc674309421121d8857 = new google.maps.Geocoder();g_bc322f5115147dc674309421121d8857.geocode( { 'address': "309 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-state-national-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-state-national-bank-of-texas'), mapOptions);}document.getElementById('3a01f91e').innerHTML += ' | View Map';var $lbc322f5115147dc674309421121d8857 = '

State National Bank Of Texas

Address: 309 W 7th St, Fort Worth, TX 76102
Phone: (817) 333-2790
';var m_bc322f5115147dc674309421121d8857 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State National Bank Of Texas',});m_bc322f5115147dc674309421121d8857['infowindow'] = new google.maps.InfoWindow({content: $lbc322f5115147dc674309421121d8857});var infowindow = new google.maps.InfoWindow({content: $lbc322f5115147dc674309421121d8857});google.maps.event.addListener(m_bc322f5115147dc674309421121d8857, 'click', function() {infowindow.open(map,m_bc322f5115147dc674309421121d8857);});$marker.push(m_bc322f5115147dc674309421121d8857);}});}google.maps.event.addDomListener(window, 'load', initialize);