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.5504,-98.4985)};var g_018fd93c4580048ce8fb5054dbe05c88 = new google.maps.Geocoder();g_018fd93c4580048ce8fb5054dbe05c88.geocode( { 'address': "507 E Rhapsody Dr, San Antonio, TX 78216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-great-central-mortgage-acceptance-co-ltd').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-great-central-mortgage-acceptance-co-ltd'), mapOptions);}document.getElementById('39e53f1b').innerHTML += ' | View Map';var $l018fd93c4580048ce8fb5054dbe05c88 = '

Great Central Mortgage Acceptance Co., LTD

Address: 507 E Rhapsody Dr, San Antonio, TX 78216, USA
Phone: (210) 979-6683
';var m_018fd93c4580048ce8fb5054dbe05c88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Central Mortgage Acceptance Co., LTD',});m_018fd93c4580048ce8fb5054dbe05c88['infowindow'] = new google.maps.InfoWindow({content: $l018fd93c4580048ce8fb5054dbe05c88});var infowindow = new google.maps.InfoWindow({content: $l018fd93c4580048ce8fb5054dbe05c88});google.maps.event.addListener(m_018fd93c4580048ce8fb5054dbe05c88, 'click', function() {infowindow.open(map,m_018fd93c4580048ce8fb5054dbe05c88);});$marker.push(m_018fd93c4580048ce8fb5054dbe05c88);}});}google.maps.event.addDomListener(window, 'load', initialize);