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.6094,-98.5113)};var g_256e4ba50694f4872a80555032c947b4 = new google.maps.Geocoder();g_256e4ba50694f4872a80555032c947b4.geocode( { 'address': "1207 TX-1604 Loop, San Antonio, TX 78258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-directions-equity').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-directions-equity'), mapOptions);}document.getElementById('f8fa5070').innerHTML += ' | View Map';var $l256e4ba50694f4872a80555032c947b4 = '

Directions Equity

Address: 1207 TX-1604 Loop, San Antonio, TX 78258, USA
Phone: (210) 257-0309
';var m_256e4ba50694f4872a80555032c947b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Directions Equity',});m_256e4ba50694f4872a80555032c947b4['infowindow'] = new google.maps.InfoWindow({content: $l256e4ba50694f4872a80555032c947b4});var infowindow = new google.maps.InfoWindow({content: $l256e4ba50694f4872a80555032c947b4});google.maps.event.addListener(m_256e4ba50694f4872a80555032c947b4, 'click', function() {infowindow.open(map,m_256e4ba50694f4872a80555032c947b4);});$marker.push(m_256e4ba50694f4872a80555032c947b4);}});}google.maps.event.addDomListener(window, 'load', initialize);