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.1066,-98.4206)};var g_629d14dee122bd249806fdbf42245fd3 = new google.maps.Geocoder();g_629d14dee122bd249806fdbf42245fd3.geocode( { 'address': "1000 Highway 281 S, Blanco, TX 78606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blanco-TX-security-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('blanco-TX-security-state-bank-trust'), mapOptions);}document.getElementById('01ed17e1').innerHTML += ' | View Map';var $l629d14dee122bd249806fdbf42245fd3 = '

Security State Bank & Trust

Address: 1000 Highway 281 S, Blanco, TX 78606
Phone: (830) 833-1377
';var m_629d14dee122bd249806fdbf42245fd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank & Trust',});m_629d14dee122bd249806fdbf42245fd3['infowindow'] = new google.maps.InfoWindow({content: $l629d14dee122bd249806fdbf42245fd3});var infowindow = new google.maps.InfoWindow({content: $l629d14dee122bd249806fdbf42245fd3});google.maps.event.addListener(m_629d14dee122bd249806fdbf42245fd3, 'click', function() {infowindow.open(map,m_629d14dee122bd249806fdbf42245fd3);});$marker.push(m_629d14dee122bd249806fdbf42245fd3);}});}google.maps.event.addDomListener(window, 'load', initialize);