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(33.007,-97.1944)};var g_2281696efe1bb9dce95822a3e4b5c378 = new google.maps.Geocoder();g_2281696efe1bb9dce95822a3e4b5c378.geocode( { 'address': "95 Trophy Club Dr, Roanoke, TX 76262"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-TX-first-financial-bank-trophy-club').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-TX-first-financial-bank-trophy-club'), mapOptions);}document.getElementById('fb3a3733').innerHTML += ' | View Map';var $l2281696efe1bb9dce95822a3e4b5c378 = '

First Financial Bank-Trophy Club

Address: 95 Trophy Club Dr, Roanoke, TX 76262
Phone: (817) 430-9800
';var m_2281696efe1bb9dce95822a3e4b5c378 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank-Trophy Club',});m_2281696efe1bb9dce95822a3e4b5c378['infowindow'] = new google.maps.InfoWindow({content: $l2281696efe1bb9dce95822a3e4b5c378});var infowindow = new google.maps.InfoWindow({content: $l2281696efe1bb9dce95822a3e4b5c378});google.maps.event.addListener(m_2281696efe1bb9dce95822a3e4b5c378, 'click', function() {infowindow.open(map,m_2281696efe1bb9dce95822a3e4b5c378);});$marker.push(m_2281696efe1bb9dce95822a3e4b5c378);}});}google.maps.event.addDomListener(window, 'load', initialize);