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.3813,-79.9998)};var g_4b2a9d21d0678bfea44033826f422929 = new google.maps.Geocoder();g_4b2a9d21d0678bfea44033826f422929.geocode( { 'address': "1905 W Academy St, Madison, NC 27025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NC-checkers-grill--grocery').style.display = '';map = new google.maps.Map(document.getElementById('madison-NC-checkers-grill--grocery'), mapOptions);}document.getElementById('1cc8f670').innerHTML += ' | View Map';var $l4b2a9d21d0678bfea44033826f422929 = '

Checkers Grill & Grocery

Address: 1905 W Academy St, Madison, NC 27025, USA
Phone: (336) 548-3525
';var m_4b2a9d21d0678bfea44033826f422929 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Checkers Grill & Grocery',});m_4b2a9d21d0678bfea44033826f422929['infowindow'] = new google.maps.InfoWindow({content: $l4b2a9d21d0678bfea44033826f422929});var infowindow = new google.maps.InfoWindow({content: $l4b2a9d21d0678bfea44033826f422929});google.maps.event.addListener(m_4b2a9d21d0678bfea44033826f422929, 'click', function() {infowindow.open(map,m_4b2a9d21d0678bfea44033826f422929);});$marker.push(m_4b2a9d21d0678bfea44033826f422929);}});}google.maps.event.addDomListener(window, 'load', initialize);