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(30.7549,-94.3934)};var g_b63826f7edd2fc3ad8449add0c04fceb = new google.maps.Geocoder();g_b63826f7edd2fc3ad8449add0c04fceb.geocode( { 'address': "102 W Bluff St, Woodville, TX 75979"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodville-TX-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodville-TX-citizens-state-bank'), mapOptions);}document.getElementById('99325d79').innerHTML += ' | View Map';var $lb63826f7edd2fc3ad8449add0c04fceb = '

Citizens State Bank

Address: 102 W Bluff St, Woodville, TX 75979
Phone: (409) 283-2561
';var m_b63826f7edd2fc3ad8449add0c04fceb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_b63826f7edd2fc3ad8449add0c04fceb['infowindow'] = new google.maps.InfoWindow({content: $lb63826f7edd2fc3ad8449add0c04fceb});var infowindow = new google.maps.InfoWindow({content: $lb63826f7edd2fc3ad8449add0c04fceb});google.maps.event.addListener(m_b63826f7edd2fc3ad8449add0c04fceb, 'click', function() {infowindow.open(map,m_b63826f7edd2fc3ad8449add0c04fceb);});$marker.push(m_b63826f7edd2fc3ad8449add0c04fceb);}});}google.maps.event.addDomListener(window, 'load', initialize);