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.7894,-95.632)};var g_0dc64a4b9b4c8d205734751c155d528f = new google.maps.Geocoder();g_0dc64a4b9b4c8d205734751c155d528f.geocode( { 'address': "207 W Spring St, Palestine, TX 75801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palestine-TX-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('palestine-TX-citizens-national-bank'), mapOptions);}document.getElementById('dd58a7e4').innerHTML += ' | View Map';var $l0dc64a4b9b4c8d205734751c155d528f = '

Citizens National Bank

Address: 207 W Spring St, Palestine, TX 75801
Phone: (903) 729-6043
';var m_0dc64a4b9b4c8d205734751c155d528f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_0dc64a4b9b4c8d205734751c155d528f['infowindow'] = new google.maps.InfoWindow({content: $l0dc64a4b9b4c8d205734751c155d528f});var infowindow = new google.maps.InfoWindow({content: $l0dc64a4b9b4c8d205734751c155d528f});google.maps.event.addListener(m_0dc64a4b9b4c8d205734751c155d528f, 'click', function() {infowindow.open(map,m_0dc64a4b9b4c8d205734751c155d528f);});$marker.push(m_0dc64a4b9b4c8d205734751c155d528f);}});}google.maps.event.addDomListener(window, 'load', initialize);