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.6092,-98.4741)};var g_bda433ad735d49f2ad7a9ee5f5d76deb = new google.maps.Geocoder();g_bda433ad735d49f2ad7a9ee5f5d76deb.geocode( { 'address': "1354 N Loop 1604 E, San Antonio, TX 78232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-first-cal').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-first-cal'), mapOptions);}document.getElementById('5339aebd').innerHTML += ' | View Map';var $lbda433ad735d49f2ad7a9ee5f5d76deb = '

First Cal

Address: 1354 N Loop 1604 E, San Antonio, TX 78232, USA
Phone: (210) 812-5500
';var m_bda433ad735d49f2ad7a9ee5f5d76deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Cal',});m_bda433ad735d49f2ad7a9ee5f5d76deb['infowindow'] = new google.maps.InfoWindow({content: $lbda433ad735d49f2ad7a9ee5f5d76deb});var infowindow = new google.maps.InfoWindow({content: $lbda433ad735d49f2ad7a9ee5f5d76deb});google.maps.event.addListener(m_bda433ad735d49f2ad7a9ee5f5d76deb, 'click', function() {infowindow.open(map,m_bda433ad735d49f2ad7a9ee5f5d76deb);});$marker.push(m_bda433ad735d49f2ad7a9ee5f5d76deb);}});}google.maps.event.addDomListener(window, 'load', initialize);