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(28.9742,-96.6499)};var g_b491a1916db0fb0af6ba7e1b16243322 = new google.maps.Geocoder();g_b491a1916db0fb0af6ba7e1b16243322.geocode( { 'address': "701 N Wells St, Edna, TX 77957"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edna-TX-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('edna-TX-citizens-state-bank'), mapOptions);}document.getElementById('3dae4daf').innerHTML += ' | View Map';var $lb491a1916db0fb0af6ba7e1b16243322 = '

Citizens State Bank

Address: 701 N Wells St, Edna, TX 77957
Phone: (361) 782-7118
';var m_b491a1916db0fb0af6ba7e1b16243322 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_b491a1916db0fb0af6ba7e1b16243322['infowindow'] = new google.maps.InfoWindow({content: $lb491a1916db0fb0af6ba7e1b16243322});var infowindow = new google.maps.InfoWindow({content: $lb491a1916db0fb0af6ba7e1b16243322});google.maps.event.addListener(m_b491a1916db0fb0af6ba7e1b16243322, 'click', function() {infowindow.open(map,m_b491a1916db0fb0af6ba7e1b16243322);});$marker.push(m_b491a1916db0fb0af6ba7e1b16243322);}});}google.maps.event.addDomListener(window, 'load', initialize);