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.651,-79.8316)};var g_902c67ec1f141a910b32c19939107b78 = new google.maps.Geocoder();g_902c67ec1f141a910b32c19939107b78.geocode( { 'address': "101 Sunset Ave, Asheboro, NC 27203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-community-one').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-community-one'), mapOptions);}document.getElementById('cc05302b').innerHTML += ' | View Map';var $l902c67ec1f141a910b32c19939107b78 = '

Community One

Address: 101 Sunset Ave, Asheboro, NC 27203
Phone: (828) 496-2001
';var m_902c67ec1f141a910b32c19939107b78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community One',});m_902c67ec1f141a910b32c19939107b78['infowindow'] = new google.maps.InfoWindow({content: $l902c67ec1f141a910b32c19939107b78});var infowindow = new google.maps.InfoWindow({content: $l902c67ec1f141a910b32c19939107b78});google.maps.event.addListener(m_902c67ec1f141a910b32c19939107b78, 'click', function() {infowindow.open(map,m_902c67ec1f141a910b32c19939107b78);});$marker.push(m_902c67ec1f141a910b32c19939107b78);}});}google.maps.event.addDomListener(window, 'load', initialize);