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(30.6056,-98.3706)};var g_72d27019554f8afd2774a350de647903 = new google.maps.Geocoder();g_72d27019554f8afd2774a350de647903.geocode( { 'address': "8110 Farm to Market Rd 1431, Granite Shoals, TX 78654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-shoals-TX-first-financial-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('granite-shoals-TX-first-financial-bank--trust'), mapOptions);}document.getElementById('cfe168e4').innerHTML += ' | View Map';var $l72d27019554f8afd2774a350de647903 = '

First Financial Bank & Trust

Address: 8110 Farm to Market Rd 1431, Granite Shoals, TX 78654, USA
Phone: (830) 598-4444
';var m_72d27019554f8afd2774a350de647903 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank & Trust',});m_72d27019554f8afd2774a350de647903['infowindow'] = new google.maps.InfoWindow({content: $l72d27019554f8afd2774a350de647903});var infowindow = new google.maps.InfoWindow({content: $l72d27019554f8afd2774a350de647903});google.maps.event.addListener(m_72d27019554f8afd2774a350de647903, 'click', function() {infowindow.open(map,m_72d27019554f8afd2774a350de647903);});$marker.push(m_72d27019554f8afd2774a350de647903);}});}google.maps.event.addDomListener(window, 'load', initialize);