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_dfdae6bda1be436b13e8bc4240879355 = new google.maps.Geocoder();g_dfdae6bda1be436b13e8bc4240879355.geocode( { 'address': "5800 Camp Bowie Blvd, Fort Worth, TX 76107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-community-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-community-trust-bank'), mapOptions);}document.getElementById('38ab59e6').innerHTML += ' | View Map';var $ldfdae6bda1be436b13e8bc4240879355 = '

Community Trust Bank

Address: 5800 Camp Bowie Blvd, Fort Worth, TX 76107
Phone: (817) 377-6580
';var m_dfdae6bda1be436b13e8bc4240879355 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Trust Bank',});m_dfdae6bda1be436b13e8bc4240879355['infowindow'] = new google.maps.InfoWindow({content: $ldfdae6bda1be436b13e8bc4240879355});var infowindow = new google.maps.InfoWindow({content: $ldfdae6bda1be436b13e8bc4240879355});google.maps.event.addListener(m_dfdae6bda1be436b13e8bc4240879355, 'click', function() {infowindow.open(map,m_dfdae6bda1be436b13e8bc4240879355);});$marker.push(m_dfdae6bda1be436b13e8bc4240879355);}});}google.maps.event.addDomListener(window, 'load', initialize);