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.7285,-99.0751)};var g_339c888a0424d696979ae36c15041fc8 = new google.maps.Geocoder();g_339c888a0424d696979ae36c15041fc8.geocode( { 'address': "800 Main St, Bandera, TX 78003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bandera-TX-texas-hill-country-bank').style.display = '';map = new google.maps.Map(document.getElementById('bandera-TX-texas-hill-country-bank'), mapOptions);}document.getElementById('605a6770').innerHTML += ' | View Map';var $l339c888a0424d696979ae36c15041fc8 = '

Texas Hill Country Bank

Address: 800 Main St, Bandera, TX 78003, USA
Phone: (830) 796-3100
';var m_339c888a0424d696979ae36c15041fc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Hill Country Bank',});m_339c888a0424d696979ae36c15041fc8['infowindow'] = new google.maps.InfoWindow({content: $l339c888a0424d696979ae36c15041fc8});var infowindow = new google.maps.InfoWindow({content: $l339c888a0424d696979ae36c15041fc8});google.maps.event.addListener(m_339c888a0424d696979ae36c15041fc8, 'click', function() {infowindow.open(map,m_339c888a0424d696979ae36c15041fc8);});$marker.push(m_339c888a0424d696979ae36c15041fc8);}});}google.maps.event.addDomListener(window, 'load', initialize);