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.0066,-85.1414)};var g_7c331984270618ab3309eab0628d502b = new google.maps.Geocoder();g_7c331984270618ab3309eab0628d502b.geocode( { 'address': "4140 Rockmart Hwy, Cedartown, GA 30125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedartown-GA-cowboys-food-mart').style.display = '';map = new google.maps.Map(document.getElementById('cedartown-GA-cowboys-food-mart'), mapOptions);}document.getElementById('4828b061').innerHTML += ' | View Map';var $l7c331984270618ab3309eab0628d502b = '

Cowboys Food Mart

Address: 4140 Rockmart Hwy, Cedartown, GA 30125, USA
Phone: (678) 685-6555
';var m_7c331984270618ab3309eab0628d502b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cowboys Food Mart',});m_7c331984270618ab3309eab0628d502b['infowindow'] = new google.maps.InfoWindow({content: $l7c331984270618ab3309eab0628d502b});var infowindow = new google.maps.InfoWindow({content: $l7c331984270618ab3309eab0628d502b});google.maps.event.addListener(m_7c331984270618ab3309eab0628d502b, 'click', function() {infowindow.open(map,m_7c331984270618ab3309eab0628d502b);});$marker.push(m_7c331984270618ab3309eab0628d502b);}});}google.maps.event.addDomListener(window, 'load', initialize);