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.7012,-85.2887)};var g_0191883a3c172d7dd54d25dc7c76a435 = new google.maps.Geocoder();g_0191883a3c172d7dd54d25dc7c76a435.geocode( { 'address': "406 S Chattanooga St, LaFayette, GA 30728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-GA-pit-stop-food-store').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-GA-pit-stop-food-store'), mapOptions);}document.getElementById('53457451').innerHTML += ' | View Map';var $l0191883a3c172d7dd54d25dc7c76a435 = '

Pit Stop Food Store

Address: 406 S Chattanooga St, LaFayette, GA 30728, USA
Phone: (706) 638-2454
';var m_0191883a3c172d7dd54d25dc7c76a435 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pit Stop Food Store',});m_0191883a3c172d7dd54d25dc7c76a435['infowindow'] = new google.maps.InfoWindow({content: $l0191883a3c172d7dd54d25dc7c76a435});var infowindow = new google.maps.InfoWindow({content: $l0191883a3c172d7dd54d25dc7c76a435});google.maps.event.addListener(m_0191883a3c172d7dd54d25dc7c76a435, 'click', function() {infowindow.open(map,m_0191883a3c172d7dd54d25dc7c76a435);});$marker.push(m_0191883a3c172d7dd54d25dc7c76a435);}});}google.maps.event.addDomListener(window, 'load', initialize);