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.5129,-98.5678)};var g_48267edc90d16eb79e743d22a6ebcacb = new google.maps.Geocoder();g_48267edc90d16eb79e743d22a6ebcacb.geocode( { 'address': "4242 Medical Dr # 4150, San Antonio, TX 78229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-american-property-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-american-property-financial'), mapOptions);}document.getElementById('a5ba2ad8').innerHTML += ' | View Map';var $l48267edc90d16eb79e743d22a6ebcacb = '

American Property Financial

Address: 4242 Medical Dr # 4150, San Antonio, TX 78229, USA
Phone: (210) 614-8951
';var m_48267edc90d16eb79e743d22a6ebcacb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Property Financial',});m_48267edc90d16eb79e743d22a6ebcacb['infowindow'] = new google.maps.InfoWindow({content: $l48267edc90d16eb79e743d22a6ebcacb});var infowindow = new google.maps.InfoWindow({content: $l48267edc90d16eb79e743d22a6ebcacb});google.maps.event.addListener(m_48267edc90d16eb79e743d22a6ebcacb, 'click', function() {infowindow.open(map,m_48267edc90d16eb79e743d22a6ebcacb);});$marker.push(m_48267edc90d16eb79e743d22a6ebcacb);}});}google.maps.event.addDomListener(window, 'load', initialize);