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(29.6316,-96.0635)};var g_07470878bde1b126f2cc4b0f9d9b9798 = new google.maps.Geocoder();g_07470878bde1b126f2cc4b0f9d9b9798.geocode( { 'address': "6510 Railroad St, Wallis, TX 77485, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallis-TX-wallis-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wallis-TX-wallis-state-bank'), mapOptions);}document.getElementById('236f69f0').innerHTML += ' | View Map';var $l07470878bde1b126f2cc4b0f9d9b9798 = '

Wallis State Bank

Address: 6510 Railroad St, Wallis, TX 77485, USA
Phone: (979) 478-6151
';var m_07470878bde1b126f2cc4b0f9d9b9798 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wallis State Bank',});m_07470878bde1b126f2cc4b0f9d9b9798['infowindow'] = new google.maps.InfoWindow({content: $l07470878bde1b126f2cc4b0f9d9b9798});var infowindow = new google.maps.InfoWindow({content: $l07470878bde1b126f2cc4b0f9d9b9798});google.maps.event.addListener(m_07470878bde1b126f2cc4b0f9d9b9798, 'click', function() {infowindow.open(map,m_07470878bde1b126f2cc4b0f9d9b9798);});$marker.push(m_07470878bde1b126f2cc4b0f9d9b9798);}});}google.maps.event.addDomListener(window, 'load', initialize);