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(30.8223,-83.979)};var g_7c678b0576f9b98b734c11d7c4f7683f = new google.maps.Geocoder();g_7c678b0576f9b98b734c11d7c4f7683f.geocode( { 'address': "1496 US-319, Thomasville, GA 31792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-GA-cash-cow').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-GA-cash-cow'), mapOptions);}document.getElementById('c023e281').innerHTML += ' | View Map';var $l7c678b0576f9b98b734c11d7c4f7683f = '

Cash Cow

Address: 1496 US-319, Thomasville, GA 31792, USA
Phone: (229) 377-3304
';var m_7c678b0576f9b98b734c11d7c4f7683f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Cow',});m_7c678b0576f9b98b734c11d7c4f7683f['infowindow'] = new google.maps.InfoWindow({content: $l7c678b0576f9b98b734c11d7c4f7683f});var infowindow = new google.maps.InfoWindow({content: $l7c678b0576f9b98b734c11d7c4f7683f});google.maps.event.addListener(m_7c678b0576f9b98b734c11d7c4f7683f, 'click', function() {infowindow.open(map,m_7c678b0576f9b98b734c11d7c4f7683f);});$marker.push(m_7c678b0576f9b98b734c11d7c4f7683f);}});}google.maps.event.addDomListener(window, 'load', initialize);