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(33.9842,-85.0399)};var g_b012acb72edd7cfd750f75dfc2e37d7f = new google.maps.Geocoder();g_b012acb72edd7cfd750f75dfc2e37d7f.geocode( { 'address': "565 Atlanta Hwy, Rockmart, GA 30153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockmart-GA-dunns-quick-stop').style.display = '';map = new google.maps.Map(document.getElementById('rockmart-GA-dunns-quick-stop'), mapOptions);}document.getElementById('d756959d').innerHTML += ' | View Map';var $lb012acb72edd7cfd750f75dfc2e37d7f = '

Dunn's Quick Stop

Address: 565 Atlanta Hwy, Rockmart, GA 30153, USA
Phone: (770) 684-8906
';var m_b012acb72edd7cfd750f75dfc2e37d7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dunn's Quick Stop',});m_b012acb72edd7cfd750f75dfc2e37d7f['infowindow'] = new google.maps.InfoWindow({content: $lb012acb72edd7cfd750f75dfc2e37d7f});var infowindow = new google.maps.InfoWindow({content: $lb012acb72edd7cfd750f75dfc2e37d7f});google.maps.event.addListener(m_b012acb72edd7cfd750f75dfc2e37d7f, 'click', function() {infowindow.open(map,m_b012acb72edd7cfd750f75dfc2e37d7f);});$marker.push(m_b012acb72edd7cfd750f75dfc2e37d7f);}});}google.maps.event.addDomListener(window, 'load', initialize);