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.8505,-82.4035)};var g_3ee2aa9a0e19e56685c536817ff81d99 = new google.maps.Geocoder();g_3ee2aa9a0e19e56685c536817ff81d99.geocode( { 'address': "10 Patewood Dr, Greenville, SC 29615"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-i-sell-yellow-page-ads').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-i-sell-yellow-page-ads'), mapOptions);}document.getElementById('9fc98725').innerHTML += ' | View Map';var $l3ee2aa9a0e19e56685c536817ff81d99 = '

I Sell Yellow Page ADS

Address: 10 Patewood Dr, Greenville, SC 29615
Phone: (864) 787-2131
';var m_3ee2aa9a0e19e56685c536817ff81d99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'I Sell Yellow Page ADS',});m_3ee2aa9a0e19e56685c536817ff81d99['infowindow'] = new google.maps.InfoWindow({content: $l3ee2aa9a0e19e56685c536817ff81d99});var infowindow = new google.maps.InfoWindow({content: $l3ee2aa9a0e19e56685c536817ff81d99});google.maps.event.addListener(m_3ee2aa9a0e19e56685c536817ff81d99, 'click', function() {infowindow.open(map,m_3ee2aa9a0e19e56685c536817ff81d99);});$marker.push(m_3ee2aa9a0e19e56685c536817ff81d99);}});}google.maps.event.addDomListener(window, 'load', initialize);