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.8083,-82.2866)};var g_f619679ba92005bcb5c0d31e77fe4055 = new google.maps.Geocoder();g_f619679ba92005bcb5c0d31e77fe4055.geocode( { 'address': "128 Millport Cir #200, Greenville, SC 29607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-stone-law-llc').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-stone-law-llc'), mapOptions);}document.getElementById('82ac0291').innerHTML += ' | View Map';var $lf619679ba92005bcb5c0d31e77fe4055 = '

Stone Law, LLC

Address: 128 Millport Cir #200, Greenville, SC 29607, USA
Phone: (803) 407-6565
';var m_f619679ba92005bcb5c0d31e77fe4055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stone Law, LLC',});m_f619679ba92005bcb5c0d31e77fe4055['infowindow'] = new google.maps.InfoWindow({content: $lf619679ba92005bcb5c0d31e77fe4055});var infowindow = new google.maps.InfoWindow({content: $lf619679ba92005bcb5c0d31e77fe4055});google.maps.event.addListener(m_f619679ba92005bcb5c0d31e77fe4055, 'click', function() {infowindow.open(map,m_f619679ba92005bcb5c0d31e77fe4055);});$marker.push(m_f619679ba92005bcb5c0d31e77fe4055);}});}google.maps.event.addDomListener(window, 'load', initialize);