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(31.3415,-93.8566)};var g_c7eb6e9343d0af9693cadd59305d96bb = new google.maps.Geocoder();g_c7eb6e9343d0af9693cadd59305d96bb.geocode( { 'address': "101 Worth St, Hemphill, TX 75948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hemphill-TX-community-national-bnk--trust').style.display = '';map = new google.maps.Map(document.getElementById('hemphill-TX-community-national-bnk--trust'), mapOptions);}document.getElementById('ac028c39').innerHTML += ' | View Map';var $lc7eb6e9343d0af9693cadd59305d96bb = '

Community National Bnk & Trust

Address: 101 Worth St, Hemphill, TX 75948, USA
Phone: (409) 787-3361
';var m_c7eb6e9343d0af9693cadd59305d96bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bnk & Trust',});m_c7eb6e9343d0af9693cadd59305d96bb['infowindow'] = new google.maps.InfoWindow({content: $lc7eb6e9343d0af9693cadd59305d96bb});var infowindow = new google.maps.InfoWindow({content: $lc7eb6e9343d0af9693cadd59305d96bb});google.maps.event.addListener(m_c7eb6e9343d0af9693cadd59305d96bb, 'click', function() {infowindow.open(map,m_c7eb6e9343d0af9693cadd59305d96bb);});$marker.push(m_c7eb6e9343d0af9693cadd59305d96bb);}});}google.maps.event.addDomListener(window, 'load', initialize);