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(30.262,-97.7211)};var g_9dc0a8ff93d352790b46302fb85d6ebf = new google.maps.Geocoder();g_9dc0a8ff93d352790b46302fb85d6ebf.geocode( { 'address': "1923 E 7th St #140, Austin, TX 78702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-atlas-credit-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-atlas-credit-co-inc'), mapOptions);}document.getElementById('232eda1e').innerHTML += ' | View Map';var $l9dc0a8ff93d352790b46302fb85d6ebf = '

Atlas Credit Co., Inc.

Address: 1923 E 7th St #140, Austin, TX 78702, USA
Phone: (512) 480-0030
';var m_9dc0a8ff93d352790b46302fb85d6ebf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Credit Co., Inc.',});m_9dc0a8ff93d352790b46302fb85d6ebf['infowindow'] = new google.maps.InfoWindow({content: $l9dc0a8ff93d352790b46302fb85d6ebf});var infowindow = new google.maps.InfoWindow({content: $l9dc0a8ff93d352790b46302fb85d6ebf});google.maps.event.addListener(m_9dc0a8ff93d352790b46302fb85d6ebf, 'click', function() {infowindow.open(map,m_9dc0a8ff93d352790b46302fb85d6ebf);});$marker.push(m_9dc0a8ff93d352790b46302fb85d6ebf);}});}google.maps.event.addDomListener(window, 'load', initialize);