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.5201,-98.5591)};var g_18444c8a59af238a403ebabcb25f69be = new google.maps.Geocoder();g_18444c8a59af238a403ebabcb25f69be.geocode( { 'address': "3838 Medical Dr #205, San Antonio, TX 78229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-bankers-trust-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-bankers-trust-mortgage'), mapOptions);}document.getElementById('cd688b71').innerHTML += ' | View Map';var $l18444c8a59af238a403ebabcb25f69be = '

Bankers Trust Mortgage

Address: 3838 Medical Dr #205, San Antonio, TX 78229, USA
Phone: (210) 764-4817
';var m_18444c8a59af238a403ebabcb25f69be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankers Trust Mortgage',});m_18444c8a59af238a403ebabcb25f69be['infowindow'] = new google.maps.InfoWindow({content: $l18444c8a59af238a403ebabcb25f69be});var infowindow = new google.maps.InfoWindow({content: $l18444c8a59af238a403ebabcb25f69be});google.maps.event.addListener(m_18444c8a59af238a403ebabcb25f69be, 'click', function() {infowindow.open(map,m_18444c8a59af238a403ebabcb25f69be);});$marker.push(m_18444c8a59af238a403ebabcb25f69be);}});}google.maps.event.addDomListener(window, 'load', initialize);