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(35.7032,-79.8152)};var g_ca7bd5ff002e44e4e613fef7c7e79a37 = new google.maps.Geocoder();g_ca7bd5ff002e44e4e613fef7c7e79a37.geocode( { 'address': "127 W Academy St, Asheboro, NC 27203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-credit-bureau-collection-inc').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-credit-bureau-collection-inc'), mapOptions);}document.getElementById('94db3b56').innerHTML += ' | View Map';var $lca7bd5ff002e44e4e613fef7c7e79a37 = '

Credit Bureau Collection Inc

Address: 127 W Academy St, Asheboro, NC 27203, USA
Phone: (336) 625-5524
';var m_ca7bd5ff002e44e4e613fef7c7e79a37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau Collection Inc',});m_ca7bd5ff002e44e4e613fef7c7e79a37['infowindow'] = new google.maps.InfoWindow({content: $lca7bd5ff002e44e4e613fef7c7e79a37});var infowindow = new google.maps.InfoWindow({content: $lca7bd5ff002e44e4e613fef7c7e79a37});google.maps.event.addListener(m_ca7bd5ff002e44e4e613fef7c7e79a37, 'click', function() {infowindow.open(map,m_ca7bd5ff002e44e4e613fef7c7e79a37);});$marker.push(m_ca7bd5ff002e44e4e613fef7c7e79a37);}});}google.maps.event.addDomListener(window, 'load', initialize);