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(36.345,-79.6644)};var g_00595200e82a6f347d47ce499f834db6 = new google.maps.Geocoder();g_00595200e82a6f347d47ce499f834db6.geocode( { 'address': "1237 S Scales St, Reidsville, NC 27320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reidsville-NC-horizon-of-nc-inc').style.display = '';map = new google.maps.Map(document.getElementById('reidsville-NC-horizon-of-nc-inc'), mapOptions);}document.getElementById('9b483292').innerHTML += ' | View Map';var $l00595200e82a6f347d47ce499f834db6 = '

Horizon of NC Inc

Address: 1237 S Scales St, Reidsville, NC 27320, USA
Phone: (336) 361-4131
';var m_00595200e82a6f347d47ce499f834db6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon of NC Inc',});m_00595200e82a6f347d47ce499f834db6['infowindow'] = new google.maps.InfoWindow({content: $l00595200e82a6f347d47ce499f834db6});var infowindow = new google.maps.InfoWindow({content: $l00595200e82a6f347d47ce499f834db6});google.maps.event.addListener(m_00595200e82a6f347d47ce499f834db6, 'click', function() {infowindow.open(map,m_00595200e82a6f347d47ce499f834db6);});$marker.push(m_00595200e82a6f347d47ce499f834db6);}});}google.maps.event.addDomListener(window, 'load', initialize);