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.6731,-96.3737)};var g_224464749695fd70163b687baf3d694e = new google.maps.Geocoder();g_224464749695fd70163b687baf3d694e.geocode( { 'address': "116 S Main St, Bryan, TX 77803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-TX-atlas-credit-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('bryan-TX-atlas-credit-co-inc'), mapOptions);}document.getElementById('a76126c7').innerHTML += ' | View Map';var $l224464749695fd70163b687baf3d694e = '

Atlas Credit Co., Inc.

Address: 116 S Main St, Bryan, TX 77803, USA
Phone: (979) 822-1360
';var m_224464749695fd70163b687baf3d694e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Credit Co., Inc.',});m_224464749695fd70163b687baf3d694e['infowindow'] = new google.maps.InfoWindow({content: $l224464749695fd70163b687baf3d694e});var infowindow = new google.maps.InfoWindow({content: $l224464749695fd70163b687baf3d694e});google.maps.event.addListener(m_224464749695fd70163b687baf3d694e, 'click', function() {infowindow.open(map,m_224464749695fd70163b687baf3d694e);});$marker.push(m_224464749695fd70163b687baf3d694e);}});}google.maps.event.addDomListener(window, 'load', initialize);