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(32.9887,-80.0994)};var g_2542488dfa77d3ac37ddd1f9bc42269a = new google.maps.Geocoder();g_2542488dfa77d3ac37ddd1f9bc42269a.geocode( { 'address': "9570 US-78 #102, Ladson, SC 29456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ladson-SC-low-country-credit-llc').style.display = '';map = new google.maps.Map(document.getElementById('ladson-SC-low-country-credit-llc'), mapOptions);}document.getElementById('9a88ec5e').innerHTML += ' | View Map';var $l2542488dfa77d3ac37ddd1f9bc42269a = '

Low Country Credit LLC

Address: 9570 US-78 #102, Ladson, SC 29456, USA
Phone: (843) 821-6933
';var m_2542488dfa77d3ac37ddd1f9bc42269a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Low Country Credit LLC',});m_2542488dfa77d3ac37ddd1f9bc42269a['infowindow'] = new google.maps.InfoWindow({content: $l2542488dfa77d3ac37ddd1f9bc42269a});var infowindow = new google.maps.InfoWindow({content: $l2542488dfa77d3ac37ddd1f9bc42269a});google.maps.event.addListener(m_2542488dfa77d3ac37ddd1f9bc42269a, 'click', function() {infowindow.open(map,m_2542488dfa77d3ac37ddd1f9bc42269a);});$marker.push(m_2542488dfa77d3ac37ddd1f9bc42269a);}});}google.maps.event.addDomListener(window, 'load', initialize);