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.4714,-81.9117)};var g_f99f0588d3942e39d4409e7b4245173c = new google.maps.Geocoder();g_f99f0588d3942e39d4409e7b4245173c.geocode( { 'address': "Clinton, SC 29325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-SC-hickory-point-exxon').style.display = '';map = new google.maps.Map(document.getElementById('clinton-SC-hickory-point-exxon'), mapOptions);}document.getElementById('19596d0e').innerHTML += ' | View Map';var $lf99f0588d3942e39d4409e7b4245173c = '

Hickory Point Exxon

Address: Clinton, SC 29325, USA
Phone: (864) 833-5832
';var m_f99f0588d3942e39d4409e7b4245173c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hickory Point Exxon',});m_f99f0588d3942e39d4409e7b4245173c['infowindow'] = new google.maps.InfoWindow({content: $lf99f0588d3942e39d4409e7b4245173c});var infowindow = new google.maps.InfoWindow({content: $lf99f0588d3942e39d4409e7b4245173c});google.maps.event.addListener(m_f99f0588d3942e39d4409e7b4245173c, 'click', function() {infowindow.open(map,m_f99f0588d3942e39d4409e7b4245173c);});$marker.push(m_f99f0588d3942e39d4409e7b4245173c);}});}google.maps.event.addDomListener(window, 'load', initialize);