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(34.9128,-79.7543)};var g_80a9efd37c62cbdee2351192983a43d6 = new google.maps.Geocoder();g_80a9efd37c62cbdee2351192983a43d6.geocode( { 'address': "500 Mill Rd, Rockingham, NC 28379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockingham-NC-mill-road-grocery').style.display = '';map = new google.maps.Map(document.getElementById('rockingham-NC-mill-road-grocery'), mapOptions);}document.getElementById('4edd53b5').innerHTML += ' | View Map';var $l80a9efd37c62cbdee2351192983a43d6 = '

Mill Road Grocery

Address: 500 Mill Rd, Rockingham, NC 28379, USA
Phone: (910) 997-6105
';var m_80a9efd37c62cbdee2351192983a43d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mill Road Grocery',});m_80a9efd37c62cbdee2351192983a43d6['infowindow'] = new google.maps.InfoWindow({content: $l80a9efd37c62cbdee2351192983a43d6});var infowindow = new google.maps.InfoWindow({content: $l80a9efd37c62cbdee2351192983a43d6});google.maps.event.addListener(m_80a9efd37c62cbdee2351192983a43d6, 'click', function() {infowindow.open(map,m_80a9efd37c62cbdee2351192983a43d6);});$marker.push(m_80a9efd37c62cbdee2351192983a43d6);}});}google.maps.event.addDomListener(window, 'load', initialize);