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.2168,-96.3964)};var g_ccb946faf2ff655ccffee7f306a81888 = new google.maps.Geocoder();g_ccb946faf2ff655ccffee7f306a81888.geocode( { 'address': "2007 S Day St, Brenham, TX 77833"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brenham-TX-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('brenham-TX-citizens-state-bank'), mapOptions);}document.getElementById('8ec73753').innerHTML += ' | View Map';var $lccb946faf2ff655ccffee7f306a81888 = '

Citizens State Bank

Address: 2007 S Day St, Brenham, TX 77833
Phone: (979) 251-8844
';var m_ccb946faf2ff655ccffee7f306a81888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_ccb946faf2ff655ccffee7f306a81888['infowindow'] = new google.maps.InfoWindow({content: $lccb946faf2ff655ccffee7f306a81888});var infowindow = new google.maps.InfoWindow({content: $lccb946faf2ff655ccffee7f306a81888});google.maps.event.addListener(m_ccb946faf2ff655ccffee7f306a81888, 'click', function() {infowindow.open(map,m_ccb946faf2ff655ccffee7f306a81888);});$marker.push(m_ccb946faf2ff655ccffee7f306a81888);}});}google.maps.event.addDomListener(window, 'load', initialize);