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.8552,-97.1394)};var g_a8674bec3224bec5aeff19a9172125e9 = new google.maps.Geocoder();g_a8674bec3224bec5aeff19a9172125e9.geocode( { 'address': "3005 Highway 121, Bedford, TX 76021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-TX-first-state-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('bedford-TX-first-state-bank-of-texas'), mapOptions);}document.getElementById('1d280679').innerHTML += ' | View Map';var $la8674bec3224bec5aeff19a9172125e9 = '

First State Bank Of Texas

Address: 3005 Highway 121, Bedford, TX 76021
Phone: (817) 481-2531
';var m_a8674bec3224bec5aeff19a9172125e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Of Texas',});m_a8674bec3224bec5aeff19a9172125e9['infowindow'] = new google.maps.InfoWindow({content: $la8674bec3224bec5aeff19a9172125e9});var infowindow = new google.maps.InfoWindow({content: $la8674bec3224bec5aeff19a9172125e9});google.maps.event.addListener(m_a8674bec3224bec5aeff19a9172125e9, 'click', function() {infowindow.open(map,m_a8674bec3224bec5aeff19a9172125e9);});$marker.push(m_a8674bec3224bec5aeff19a9172125e9);}});}google.maps.event.addDomListener(window, 'load', initialize);