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.7063,-80.7662)};var g_b0485292cde20d8a76cca37410a9f115 = new google.maps.Geocoder();g_b0485292cde20d8a76cca37410a9f115.geocode( { 'address': "1196 Great Falls Hwy, Lancaster, SC 29720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-SC-no-limit-llc').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-SC-no-limit-llc'), mapOptions);}document.getElementById('04d55ae1').innerHTML += ' | View Map';var $lb0485292cde20d8a76cca37410a9f115 = '

No Limit LLC

Address: 1196 Great Falls Hwy, Lancaster, SC 29720, USA
Phone: (803) 285-9467
';var m_b0485292cde20d8a76cca37410a9f115 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'No Limit LLC',});m_b0485292cde20d8a76cca37410a9f115['infowindow'] = new google.maps.InfoWindow({content: $lb0485292cde20d8a76cca37410a9f115});var infowindow = new google.maps.InfoWindow({content: $lb0485292cde20d8a76cca37410a9f115});google.maps.event.addListener(m_b0485292cde20d8a76cca37410a9f115, 'click', function() {infowindow.open(map,m_b0485292cde20d8a76cca37410a9f115);});$marker.push(m_b0485292cde20d8a76cca37410a9f115);}});}google.maps.event.addDomListener(window, 'load', initialize);