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(32.2068,-82.3774)};var g_422c7ecb6cd7998932429d40a872dfc3 = new google.maps.Geocoder();g_422c7ecb6cd7998932429d40a872dfc3.geocode( { 'address': "2501 Lyons Hwy, Vidalia, GA 30474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-GA-clyde-market').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-GA-clyde-market'), mapOptions);}document.getElementById('b3609d70').innerHTML += ' | View Map';var $l422c7ecb6cd7998932429d40a872dfc3 = '

Clyde Market

Address: 2501 Lyons Hwy, Vidalia, GA 30474, USA
Phone: (912) 537-1239
';var m_422c7ecb6cd7998932429d40a872dfc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clyde Market',});m_422c7ecb6cd7998932429d40a872dfc3['infowindow'] = new google.maps.InfoWindow({content: $l422c7ecb6cd7998932429d40a872dfc3});var infowindow = new google.maps.InfoWindow({content: $l422c7ecb6cd7998932429d40a872dfc3});google.maps.event.addListener(m_422c7ecb6cd7998932429d40a872dfc3, 'click', function() {infowindow.open(map,m_422c7ecb6cd7998932429d40a872dfc3);});$marker.push(m_422c7ecb6cd7998932429d40a872dfc3);}});}google.maps.event.addDomListener(window, 'load', initialize);