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.347,-103.658)};var g_82cf9e26922f6c77895b0d47b049c9f1 = new google.maps.Geocoder();g_82cf9e26922f6c77895b0d47b049c9f1.geocode( { 'address': "101 E Avenue E, Alpine, TX 79830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpine-TX-west-texas-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('alpine-TX-west-texas-national-bank'), mapOptions);}document.getElementById('bbad8aa1').innerHTML += ' | View Map';var $l82cf9e26922f6c77895b0d47b049c9f1 = '

West Texas National Bank

Address: 101 E Avenue E, Alpine, TX 79830
Phone: (432) 837-5828
';var m_82cf9e26922f6c77895b0d47b049c9f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Texas National Bank',});m_82cf9e26922f6c77895b0d47b049c9f1['infowindow'] = new google.maps.InfoWindow({content: $l82cf9e26922f6c77895b0d47b049c9f1});var infowindow = new google.maps.InfoWindow({content: $l82cf9e26922f6c77895b0d47b049c9f1});google.maps.event.addListener(m_82cf9e26922f6c77895b0d47b049c9f1, 'click', function() {infowindow.open(map,m_82cf9e26922f6c77895b0d47b049c9f1);});$marker.push(m_82cf9e26922f6c77895b0d47b049c9f1);}});}google.maps.event.addDomListener(window, 'load', initialize);