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.1366,-97.647)};var g_8a7e64a3f187804c9ee1dec13090b975 = new google.maps.Geocoder();g_8a7e64a3f187804c9ee1dec13090b975.geocode( { 'address': "609 E Rock Island Ave, Boyd, TX 76023"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boyd-TX-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('boyd-TX-first-financial-bank'), mapOptions);}document.getElementById('2d6578fe').innerHTML += ' | View Map';var $l8a7e64a3f187804c9ee1dec13090b975 = '

First Financial Bank

Address: 609 E Rock Island Ave, Boyd, TX 76023
Phone: (940) 683-8760
';var m_8a7e64a3f187804c9ee1dec13090b975 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_8a7e64a3f187804c9ee1dec13090b975['infowindow'] = new google.maps.InfoWindow({content: $l8a7e64a3f187804c9ee1dec13090b975});var infowindow = new google.maps.InfoWindow({content: $l8a7e64a3f187804c9ee1dec13090b975});google.maps.event.addListener(m_8a7e64a3f187804c9ee1dec13090b975, 'click', function() {infowindow.open(map,m_8a7e64a3f187804c9ee1dec13090b975);});$marker.push(m_8a7e64a3f187804c9ee1dec13090b975);}});}google.maps.event.addDomListener(window, 'load', initialize);