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.4488,-79.7671)};var g_3982ad9aa31a128d9d04d07596e32234 = new google.maps.Geocoder();g_3982ad9aa31a128d9d04d07596e32234.geocode( { 'address': "Eden, NC 27288, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-NC-hilltop').style.display = '';map = new google.maps.Map(document.getElementById('eden-NC-hilltop'), mapOptions);}document.getElementById('727c6d62').innerHTML += ' | View Map';var $l3982ad9aa31a128d9d04d07596e32234 = '

Hilltop

Address: Eden, NC 27288, USA
Phone: (336) 623-7740
';var m_3982ad9aa31a128d9d04d07596e32234 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hilltop',});m_3982ad9aa31a128d9d04d07596e32234['infowindow'] = new google.maps.InfoWindow({content: $l3982ad9aa31a128d9d04d07596e32234});var infowindow = new google.maps.InfoWindow({content: $l3982ad9aa31a128d9d04d07596e32234});google.maps.event.addListener(m_3982ad9aa31a128d9d04d07596e32234, 'click', function() {infowindow.open(map,m_3982ad9aa31a128d9d04d07596e32234);});$marker.push(m_3982ad9aa31a128d9d04d07596e32234);}});}google.maps.event.addDomListener(window, 'load', initialize);