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(33.2107,-96.6365)};var g_22bbbd1842a90da8f17e7aaf08a7ba84 = new google.maps.Geocoder();g_22bbbd1842a90da8f17e7aaf08a7ba84.geocode( { 'address': "1434 N Central Expy #106, McKinney, TX 75070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-atlas-credit-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-atlas-credit-co-inc'), mapOptions);}document.getElementById('2b274e57').innerHTML += ' | View Map';var $l22bbbd1842a90da8f17e7aaf08a7ba84 = '

Atlas Credit Co., Inc.

Address: 1434 N Central Expy #106, McKinney, TX 75070, USA
Phone: (972) 548-0071
';var m_22bbbd1842a90da8f17e7aaf08a7ba84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Credit Co., Inc.',});m_22bbbd1842a90da8f17e7aaf08a7ba84['infowindow'] = new google.maps.InfoWindow({content: $l22bbbd1842a90da8f17e7aaf08a7ba84});var infowindow = new google.maps.InfoWindow({content: $l22bbbd1842a90da8f17e7aaf08a7ba84});google.maps.event.addListener(m_22bbbd1842a90da8f17e7aaf08a7ba84, 'click', function() {infowindow.open(map,m_22bbbd1842a90da8f17e7aaf08a7ba84);});$marker.push(m_22bbbd1842a90da8f17e7aaf08a7ba84);}});}google.maps.event.addDomListener(window, 'load', initialize);