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(26.9056,-99.2702)};var g_bb074db5f281513150f1577da8a9eadb = new google.maps.Geocoder();g_bb074db5f281513150f1577da8a9eadb.geocode( { 'address': "Zapata, TX 78076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zapata-TX-atlas-credit-co').style.display = '';map = new google.maps.Map(document.getElementById('zapata-TX-atlas-credit-co'), mapOptions);}document.getElementById('a2d2ae83').innerHTML += ' | View Map';var $lbb074db5f281513150f1577da8a9eadb = '

Atlas Credit Co

Address: Zapata, TX 78076, USA
Phone: (956) 765-0300
';var m_bb074db5f281513150f1577da8a9eadb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Credit Co',});m_bb074db5f281513150f1577da8a9eadb['infowindow'] = new google.maps.InfoWindow({content: $lbb074db5f281513150f1577da8a9eadb});var infowindow = new google.maps.InfoWindow({content: $lbb074db5f281513150f1577da8a9eadb});google.maps.event.addListener(m_bb074db5f281513150f1577da8a9eadb, 'click', function() {infowindow.open(map,m_bb074db5f281513150f1577da8a9eadb);});$marker.push(m_bb074db5f281513150f1577da8a9eadb);}});}google.maps.event.addDomListener(window, 'load', initialize);