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.5151,-98.5344)};var g_3e1fb9297735057d44263e674078a7fd = new google.maps.Geocoder();g_3e1fb9297735057d44263e674078a7fd.geocode( { 'address': "4402 Vance Jackson Rd Suite #230, San Antonio, TX 78230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-debt-free-angels').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-debt-free-angels'), mapOptions);}document.getElementById('7609e27e').innerHTML += ' | View Map';var $l3e1fb9297735057d44263e674078a7fd = '

Debt Free Angels

Address: 4402 Vance Jackson Rd Suite #230, San Antonio, TX 78230, USA
Phone: (210) 979-9447
';var m_3e1fb9297735057d44263e674078a7fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Debt Free Angels',});m_3e1fb9297735057d44263e674078a7fd['infowindow'] = new google.maps.InfoWindow({content: $l3e1fb9297735057d44263e674078a7fd});var infowindow = new google.maps.InfoWindow({content: $l3e1fb9297735057d44263e674078a7fd});google.maps.event.addListener(m_3e1fb9297735057d44263e674078a7fd, 'click', function() {infowindow.open(map,m_3e1fb9297735057d44263e674078a7fd);});$marker.push(m_3e1fb9297735057d44263e674078a7fd);}});}google.maps.event.addDomListener(window, 'load', initialize);