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.0388,-99.1513)};var g_ddaaae8c337ba10e872111397c562b55 = new google.maps.Geocoder();g_ddaaae8c337ba10e872111397c562b55.geocode( { 'address': "1130 Junction Hwy, Kerrville, TX 78028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kerrville-TX-security-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('kerrville-TX-security-state-bank-trust'), mapOptions);}document.getElementById('e022dbbf').innerHTML += ' | View Map';var $lddaaae8c337ba10e872111397c562b55 = '

Security State Bank & Trust

Address: 1130 Junction Hwy, Kerrville, TX 78028
Phone: (830) 895-2000
';var m_ddaaae8c337ba10e872111397c562b55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank & Trust',});m_ddaaae8c337ba10e872111397c562b55['infowindow'] = new google.maps.InfoWindow({content: $lddaaae8c337ba10e872111397c562b55});var infowindow = new google.maps.InfoWindow({content: $lddaaae8c337ba10e872111397c562b55});google.maps.event.addListener(m_ddaaae8c337ba10e872111397c562b55, 'click', function() {infowindow.open(map,m_ddaaae8c337ba10e872111397c562b55);});$marker.push(m_ddaaae8c337ba10e872111397c562b55);}});}google.maps.event.addDomListener(window, 'load', initialize);