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.4883,-96.4645)};var g_506a17bb9edbb10c4b4788677a10c9f1 = new google.maps.Geocoder();g_506a17bb9edbb10c4b4788677a10c9f1.geocode( { 'address': "9850 FM 60 E, Snook, TX 77878"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('snook-TX-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('snook-TX-citizens-state-bank'), mapOptions);}document.getElementById('d1498cbc').innerHTML += ' | View Map';var $l506a17bb9edbb10c4b4788677a10c9f1 = '

Citizens State Bank

Address: 9850 FM 60 E, Snook, TX 77878
Phone: (979) 272-8500
';var m_506a17bb9edbb10c4b4788677a10c9f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_506a17bb9edbb10c4b4788677a10c9f1['infowindow'] = new google.maps.InfoWindow({content: $l506a17bb9edbb10c4b4788677a10c9f1});var infowindow = new google.maps.InfoWindow({content: $l506a17bb9edbb10c4b4788677a10c9f1});google.maps.event.addListener(m_506a17bb9edbb10c4b4788677a10c9f1, 'click', function() {infowindow.open(map,m_506a17bb9edbb10c4b4788677a10c9f1);});$marker.push(m_506a17bb9edbb10c4b4788677a10c9f1);}});}google.maps.event.addDomListener(window, 'load', initialize);