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.6053,-98.6157)};var g_3672c766f7d9a30b358b75bf357c63b4 = new google.maps.Geocoder();g_3672c766f7d9a30b358b75bf357c63b4.geocode( { 'address': "16211 La Cantera Pkwy, San Antonio, TX 78256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-former-security-service-corporate-headquarters').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-former-security-service-corporate-headquarters'), mapOptions);}document.getElementById('31f0b848').innerHTML += ' | View Map';var $l3672c766f7d9a30b358b75bf357c63b4 = '

**FORMER** Security Service Corporate Headquarters

Address: 16211 La Cantera Pkwy, San Antonio, TX 78256, USA
Phone: (888) 415-7878
';var m_3672c766f7d9a30b358b75bf357c63b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '**FORMER** Security Service Corporate Headquarters',});m_3672c766f7d9a30b358b75bf357c63b4['infowindow'] = new google.maps.InfoWindow({content: $l3672c766f7d9a30b358b75bf357c63b4});var infowindow = new google.maps.InfoWindow({content: $l3672c766f7d9a30b358b75bf357c63b4});google.maps.event.addListener(m_3672c766f7d9a30b358b75bf357c63b4, 'click', function() {infowindow.open(map,m_3672c766f7d9a30b358b75bf357c63b4);});$marker.push(m_3672c766f7d9a30b358b75bf357c63b4);}});}google.maps.event.addDomListener(window, 'load', initialize);