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(31.7755,-97.1041)};var g_bfb423a219f70d27c391fd1089629f2b = new google.maps.Geocoder();g_bfb423a219f70d27c391fd1089629f2b.geocode( { 'address': "100 N Main St, West, TX 76691"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-TX-state-national-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('west-TX-state-national-bank-of-texas'), mapOptions);}document.getElementById('0426dd81').innerHTML += ' | View Map';var $lbfb423a219f70d27c391fd1089629f2b = '

State National Bank Of Texas

Address: 100 N Main St, West, TX 76691
Phone: (254) 826-3741
';var m_bfb423a219f70d27c391fd1089629f2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State National Bank Of Texas',});m_bfb423a219f70d27c391fd1089629f2b['infowindow'] = new google.maps.InfoWindow({content: $lbfb423a219f70d27c391fd1089629f2b});var infowindow = new google.maps.InfoWindow({content: $lbfb423a219f70d27c391fd1089629f2b});google.maps.event.addListener(m_bfb423a219f70d27c391fd1089629f2b, 'click', function() {infowindow.open(map,m_bfb423a219f70d27c391fd1089629f2b);});$marker.push(m_bfb423a219f70d27c391fd1089629f2b);}});}google.maps.event.addDomListener(window, 'load', initialize);