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.5841,-97.942)};var g_9e294c4d06e36ff86e7013caa38f2840 = new google.maps.Geocoder();g_9e294c4d06e36ff86e7013caa38f2840.geocode( { 'address': "1413 N Hwy 123 Bypass, Seguin, TX 78155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seguin-TX-atlas-credit-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('seguin-TX-atlas-credit-co-inc'), mapOptions);}document.getElementById('50666c0e').innerHTML += ' | View Map';var $l9e294c4d06e36ff86e7013caa38f2840 = '

Atlas Credit Co., Inc.

Address: 1413 N Hwy 123 Bypass, Seguin, TX 78155, USA
Phone: (830) 372-9904
';var m_9e294c4d06e36ff86e7013caa38f2840 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Credit Co., Inc.',});m_9e294c4d06e36ff86e7013caa38f2840['infowindow'] = new google.maps.InfoWindow({content: $l9e294c4d06e36ff86e7013caa38f2840});var infowindow = new google.maps.InfoWindow({content: $l9e294c4d06e36ff86e7013caa38f2840});google.maps.event.addListener(m_9e294c4d06e36ff86e7013caa38f2840, 'click', function() {infowindow.open(map,m_9e294c4d06e36ff86e7013caa38f2840);});$marker.push(m_9e294c4d06e36ff86e7013caa38f2840);}});}google.maps.event.addDomListener(window, 'load', initialize);