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.0854,-99.2432)};var g_db81023343eaa4d8dc48082da14b2688 = new google.maps.Geocoder();g_db81023343eaa4d8dc48082da14b2688.geocode( { 'address': "3241 Junction Hwy, Ingram, TX 78025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ingram-TX-security-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('ingram-TX-security-state-bank-trust'), mapOptions);}document.getElementById('3933fe4e').innerHTML += ' | View Map';var $ldb81023343eaa4d8dc48082da14b2688 = '

Security State Bank & Trust

Address: 3241 Junction Hwy, Ingram, TX 78025
Phone: (830) 367-2500
';var m_db81023343eaa4d8dc48082da14b2688 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank & Trust',});m_db81023343eaa4d8dc48082da14b2688['infowindow'] = new google.maps.InfoWindow({content: $ldb81023343eaa4d8dc48082da14b2688});var infowindow = new google.maps.InfoWindow({content: $ldb81023343eaa4d8dc48082da14b2688});google.maps.event.addListener(m_db81023343eaa4d8dc48082da14b2688, 'click', function() {infowindow.open(map,m_db81023343eaa4d8dc48082da14b2688);});$marker.push(m_db81023343eaa4d8dc48082da14b2688);}});}google.maps.event.addDomListener(window, 'load', initialize);