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.2009,-96.6125)};var g_02d49e5616200f4400e391d490cba224 = new google.maps.Geocoder();g_02d49e5616200f4400e391d490cba224.geocode( { 'address': "405 N McDonald St Suite C, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-covington-credit'), mapOptions);}document.getElementById('505f82ee').innerHTML += ' | View Map';var $l02d49e5616200f4400e391d490cba224 = '

Covington Credit

Address: 405 N McDonald St Suite C, McKinney, TX 75069, USA
Phone: (972) 529-6888
';var m_02d49e5616200f4400e391d490cba224 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_02d49e5616200f4400e391d490cba224['infowindow'] = new google.maps.InfoWindow({content: $l02d49e5616200f4400e391d490cba224});var infowindow = new google.maps.InfoWindow({content: $l02d49e5616200f4400e391d490cba224});google.maps.event.addListener(m_02d49e5616200f4400e391d490cba224, 'click', function() {infowindow.open(map,m_02d49e5616200f4400e391d490cba224);});$marker.push(m_02d49e5616200f4400e391d490cba224);}});}google.maps.event.addDomListener(window, 'load', initialize);