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_716a022bc55a701af4ca200a8c89f639 = new google.maps.Geocoder();g_716a022bc55a701af4ca200a8c89f639.geocode( { 'address': "9981 FM 2155 Rd, Snook, TX 77878"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('snook-TX-spirit-of-texas-bank').style.display = '';map = new google.maps.Map(document.getElementById('snook-TX-spirit-of-texas-bank'), mapOptions);}document.getElementById('051d813e').innerHTML += ' | View Map';var $l716a022bc55a701af4ca200a8c89f639 = '

Spirit Of Texas Bank

Address: 9981 FM 2155 Rd, Snook, TX 77878
Phone: (979) 272-8603
';var m_716a022bc55a701af4ca200a8c89f639 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spirit Of Texas Bank',});m_716a022bc55a701af4ca200a8c89f639['infowindow'] = new google.maps.InfoWindow({content: $l716a022bc55a701af4ca200a8c89f639});var infowindow = new google.maps.InfoWindow({content: $l716a022bc55a701af4ca200a8c89f639});google.maps.event.addListener(m_716a022bc55a701af4ca200a8c89f639, 'click', function() {infowindow.open(map,m_716a022bc55a701af4ca200a8c89f639);});$marker.push(m_716a022bc55a701af4ca200a8c89f639);}});}google.maps.event.addDomListener(window, 'load', initialize);