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.2009,-98.1094)};var g_7882380d492e6756e458728792e8bd55 = new google.maps.Geocoder();g_7882380d492e6756e458728792e8bd55.geocode( { 'address': "1500 US-290, Dripping Springs, TX 78620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dripping-springs-TX-security-state-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('dripping-springs-TX-security-state-bank--trust'), mapOptions);}document.getElementById('ae76ffa7').innerHTML += ' | View Map';var $l7882380d492e6756e458728792e8bd55 = '

Security State Bank & Trust

Address: 1500 US-290, Dripping Springs, TX 78620, USA
Phone: (512) 858-2900
';var m_7882380d492e6756e458728792e8bd55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank & Trust',});m_7882380d492e6756e458728792e8bd55['infowindow'] = new google.maps.InfoWindow({content: $l7882380d492e6756e458728792e8bd55});var infowindow = new google.maps.InfoWindow({content: $l7882380d492e6756e458728792e8bd55});google.maps.event.addListener(m_7882380d492e6756e458728792e8bd55, 'click', function() {infowindow.open(map,m_7882380d492e6756e458728792e8bd55);});$marker.push(m_7882380d492e6756e458728792e8bd55);}});}google.maps.event.addDomListener(window, 'load', initialize);