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.7579,-97.7942)};var g_251d7ba1d4e9b36df29906664b868759 = new google.maps.Geocoder();g_251d7ba1d4e9b36df29906664b868759.geocode( { 'address': "901 Santa Fe Dr, Weatherford, TX 76086"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-texas-bank-financial').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-texas-bank-financial'), mapOptions);}document.getElementById('08402108').innerHTML += ' | View Map';var $l251d7ba1d4e9b36df29906664b868759 = '

Texas Bank Financial

Address: 901 Santa Fe Dr, Weatherford, TX 76086
Phone: (817) 596-9998
';var m_251d7ba1d4e9b36df29906664b868759 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Bank Financial',});m_251d7ba1d4e9b36df29906664b868759['infowindow'] = new google.maps.InfoWindow({content: $l251d7ba1d4e9b36df29906664b868759});var infowindow = new google.maps.InfoWindow({content: $l251d7ba1d4e9b36df29906664b868759});google.maps.event.addListener(m_251d7ba1d4e9b36df29906664b868759, 'click', function() {infowindow.open(map,m_251d7ba1d4e9b36df29906664b868759);});$marker.push(m_251d7ba1d4e9b36df29906664b868759);}});}google.maps.event.addDomListener(window, 'load', initialize);