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.0961,-98.9663)};var g_3433ef538b5cc2ac8c5a0d3793291091 = new google.maps.Geocoder();g_3433ef538b5cc2ac8c5a0d3793291091.geocode( { 'address': "206 W College St, Rising Star, TX 76471, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rising-star-TX-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('rising-star-TX-first-financial-bank'), mapOptions);}document.getElementById('02b5225e').innerHTML += ' | View Map';var $l3433ef538b5cc2ac8c5a0d3793291091 = '

First Financial Bank

Address: 206 W College St, Rising Star, TX 76471, USA
Phone: (254) 629-6161
';var m_3433ef538b5cc2ac8c5a0d3793291091 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_3433ef538b5cc2ac8c5a0d3793291091['infowindow'] = new google.maps.InfoWindow({content: $l3433ef538b5cc2ac8c5a0d3793291091});var infowindow = new google.maps.InfoWindow({content: $l3433ef538b5cc2ac8c5a0d3793291091});google.maps.event.addListener(m_3433ef538b5cc2ac8c5a0d3793291091, 'click', function() {infowindow.open(map,m_3433ef538b5cc2ac8c5a0d3793291091);});$marker.push(m_3433ef538b5cc2ac8c5a0d3793291091);}});}google.maps.event.addDomListener(window, 'load', initialize);