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.7877,-94.0731)};var g_faa5aad41ef2c4db0f1a437408fcecaa = new google.maps.Geocoder();g_faa5aad41ef2c4db0f1a437408fcecaa.geocode( { 'address': "109 E Broadway St, Jefferson, TX 75657"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-TX-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-TX-citizens-national-bank'), mapOptions);}document.getElementById('0baf49a9').innerHTML += ' | View Map';var $lfaa5aad41ef2c4db0f1a437408fcecaa = '

Citizens National Bank

Address: 109 E Broadway St, Jefferson, TX 75657
Phone: (903) 665-3995
';var m_faa5aad41ef2c4db0f1a437408fcecaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_faa5aad41ef2c4db0f1a437408fcecaa['infowindow'] = new google.maps.InfoWindow({content: $lfaa5aad41ef2c4db0f1a437408fcecaa});var infowindow = new google.maps.InfoWindow({content: $lfaa5aad41ef2c4db0f1a437408fcecaa});google.maps.event.addListener(m_faa5aad41ef2c4db0f1a437408fcecaa, 'click', function() {infowindow.open(map,m_faa5aad41ef2c4db0f1a437408fcecaa);});$marker.push(m_faa5aad41ef2c4db0f1a437408fcecaa);}});}google.maps.event.addDomListener(window, 'load', initialize);