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.457,-98.6252)};var g_b321e66578efca0081b3047b73447c76 = new google.maps.Geocoder();g_b321e66578efca0081b3047b73447c76.geocode( { 'address': "6990 NW Loop 410, San Antonio, TX 78238, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-san-antonio-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-san-antonio-car-credit'), mapOptions);}document.getElementById('9c358576').innerHTML += ' | View Map';var $lb321e66578efca0081b3047b73447c76 = '

San Antonio Car Credit

Address: 6990 NW Loop 410, San Antonio, TX 78238, USA
Phone: (210) 681-6300
';var m_b321e66578efca0081b3047b73447c76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Antonio Car Credit',});m_b321e66578efca0081b3047b73447c76['infowindow'] = new google.maps.InfoWindow({content: $lb321e66578efca0081b3047b73447c76});var infowindow = new google.maps.InfoWindow({content: $lb321e66578efca0081b3047b73447c76});google.maps.event.addListener(m_b321e66578efca0081b3047b73447c76, 'click', function() {infowindow.open(map,m_b321e66578efca0081b3047b73447c76);});$marker.push(m_b321e66578efca0081b3047b73447c76);}});}google.maps.event.addDomListener(window, 'load', initialize);