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.6136,-95.0798)};var g_b79e0961153a19bfb574cf7fdd5b0438 = new google.maps.Geocoder();g_b79e0961153a19bfb574cf7fdd5b0438.geocode( { 'address': "2203 Main St, Clarksville, TX 75426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TX-first-national-bank-tom-bean').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TX-first-national-bank-tom-bean'), mapOptions);}document.getElementById('674fba46').innerHTML += ' | View Map';var $lb79e0961153a19bfb574cf7fdd5b0438 = '

First National Bank-Tom Bean

Address: 2203 Main St, Clarksville, TX 75426, USA
Phone: (903) 427-5522
';var m_b79e0961153a19bfb574cf7fdd5b0438 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Tom Bean',});m_b79e0961153a19bfb574cf7fdd5b0438['infowindow'] = new google.maps.InfoWindow({content: $lb79e0961153a19bfb574cf7fdd5b0438});var infowindow = new google.maps.InfoWindow({content: $lb79e0961153a19bfb574cf7fdd5b0438});google.maps.event.addListener(m_b79e0961153a19bfb574cf7fdd5b0438, 'click', function() {infowindow.open(map,m_b79e0961153a19bfb574cf7fdd5b0438);});$marker.push(m_b79e0961153a19bfb574cf7fdd5b0438);}});}google.maps.event.addDomListener(window, 'load', initialize);