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.4274,-98.4884)};var g_b35ca22fce3b7eb394e8f5f0094f495f = new google.maps.Geocoder();g_b35ca22fce3b7eb394e8f5f0094f495f.geocode( { 'address': "505 E Travis St #103, San Antonio, TX 78205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-atlas-credit').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-atlas-credit'), mapOptions);}document.getElementById('71424e76').innerHTML += ' | View Map';var $lb35ca22fce3b7eb394e8f5f0094f495f = '

Atlas Credit

Address: 505 E Travis St #103, San Antonio, TX 78205, USA
Phone: (210) 225-6536
';var m_b35ca22fce3b7eb394e8f5f0094f495f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Credit',});m_b35ca22fce3b7eb394e8f5f0094f495f['infowindow'] = new google.maps.InfoWindow({content: $lb35ca22fce3b7eb394e8f5f0094f495f});var infowindow = new google.maps.InfoWindow({content: $lb35ca22fce3b7eb394e8f5f0094f495f});google.maps.event.addListener(m_b35ca22fce3b7eb394e8f5f0094f495f, 'click', function() {infowindow.open(map,m_b35ca22fce3b7eb394e8f5f0094f495f);});$marker.push(m_b35ca22fce3b7eb394e8f5f0094f495f);}});}google.maps.event.addDomListener(window, 'load', initialize);