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.1453,-96.6805)};var g_68404a449bcc7f11193b836f48e9179c = new google.maps.Geocoder();g_68404a449bcc7f11193b836f48e9179c.geocode( { 'address': "5900 S Lake Forest Dr #300, McKinney, TX 75070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-credit-salvation-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-credit-salvation-group-llc'), mapOptions);}document.getElementById('9f38bd5f').innerHTML += ' | View Map';var $l68404a449bcc7f11193b836f48e9179c = '

Credit Salvation Group LLC

Address: 5900 S Lake Forest Dr #300, McKinney, TX 75070, USA
Phone: (469) 730-4006
';var m_68404a449bcc7f11193b836f48e9179c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Salvation Group LLC',});m_68404a449bcc7f11193b836f48e9179c['infowindow'] = new google.maps.InfoWindow({content: $l68404a449bcc7f11193b836f48e9179c});var infowindow = new google.maps.InfoWindow({content: $l68404a449bcc7f11193b836f48e9179c});google.maps.event.addListener(m_68404a449bcc7f11193b836f48e9179c, 'click', function() {infowindow.open(map,m_68404a449bcc7f11193b836f48e9179c);});$marker.push(m_68404a449bcc7f11193b836f48e9179c);}});}google.maps.event.addDomListener(window, 'load', initialize);