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.7514,-97.3317)};var g_9121014f7c9acb7f9e1a3b4f74575a73 = new google.maps.Geocoder();g_9121014f7c9acb7f9e1a3b4f74575a73.geocode( { 'address': "309 W 7th St, Fort Worth, TX 76102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-bank-of-texas-mortgage---fort-worth').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-bank-of-texas-mortgage---fort-worth'), mapOptions);}document.getElementById('cb4d7c74').innerHTML += ' | View Map';var $l9121014f7c9acb7f9e1a3b4f74575a73 = '

Bank of Texas Mortgage - Fort Worth

Address: 309 W 7th St, Fort Worth, TX 76102, USA
Phone: (817) 317-8871
';var m_9121014f7c9acb7f9e1a3b4f74575a73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Texas Mortgage - Fort Worth',});m_9121014f7c9acb7f9e1a3b4f74575a73['infowindow'] = new google.maps.InfoWindow({content: $l9121014f7c9acb7f9e1a3b4f74575a73});var infowindow = new google.maps.InfoWindow({content: $l9121014f7c9acb7f9e1a3b4f74575a73});google.maps.event.addListener(m_9121014f7c9acb7f9e1a3b4f74575a73, 'click', function() {infowindow.open(map,m_9121014f7c9acb7f9e1a3b4f74575a73);});$marker.push(m_9121014f7c9acb7f9e1a3b4f74575a73);}});}google.maps.event.addDomListener(window, 'load', initialize);