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.2207,-96.632)};var g_2c8e6b5094adfcfe7fe87f19bb5c3641 = new google.maps.Geocoder();g_2c8e6b5094adfcfe7fe87f19bb5c3641.geocode( { 'address': "2035 Central Cir, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-national-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-national-credit-solutions'), mapOptions);}document.getElementById('ba2b3795').innerHTML += ' | View Map';var $l2c8e6b5094adfcfe7fe87f19bb5c3641 = '

National Credit Solutions

Address: 2035 Central Cir, McKinney, TX 75069, USA
Phone: (214) 504-7100
';var m_2c8e6b5094adfcfe7fe87f19bb5c3641 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Credit Solutions',});m_2c8e6b5094adfcfe7fe87f19bb5c3641['infowindow'] = new google.maps.InfoWindow({content: $l2c8e6b5094adfcfe7fe87f19bb5c3641});var infowindow = new google.maps.InfoWindow({content: $l2c8e6b5094adfcfe7fe87f19bb5c3641});google.maps.event.addListener(m_2c8e6b5094adfcfe7fe87f19bb5c3641, 'click', function() {infowindow.open(map,m_2c8e6b5094adfcfe7fe87f19bb5c3641);});$marker.push(m_2c8e6b5094adfcfe7fe87f19bb5c3641);}});}google.maps.event.addDomListener(window, 'load', initialize);