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.9724,-81.956)};var g_1dec579f2996d9974e0777084bb8ab2c = new google.maps.Geocoder();g_1dec579f2996d9974e0777084bb8ab2c.geocode( { 'address': "1192 Asheville Hwy, Spartanburg, SC 29303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-agsouth').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-agsouth'), mapOptions);}document.getElementById('eb5ac193').innerHTML += ' | View Map';var $l1dec579f2996d9974e0777084bb8ab2c = '

AgSouth

Address: 1192 Asheville Hwy, Spartanburg, SC 29303, USA
Phone: (864) 585-0344
';var m_1dec579f2996d9974e0777084bb8ab2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgSouth',});m_1dec579f2996d9974e0777084bb8ab2c['infowindow'] = new google.maps.InfoWindow({content: $l1dec579f2996d9974e0777084bb8ab2c});var infowindow = new google.maps.InfoWindow({content: $l1dec579f2996d9974e0777084bb8ab2c});google.maps.event.addListener(m_1dec579f2996d9974e0777084bb8ab2c, 'click', function() {infowindow.open(map,m_1dec579f2996d9974e0777084bb8ab2c);});$marker.push(m_1dec579f2996d9974e0777084bb8ab2c);}});}google.maps.event.addDomListener(window, 'load', initialize);