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.2466,-80.6061)};var g_001c728a3046207c685f7f478f4bb41b = new google.maps.Geocoder();g_001c728a3046207c685f7f478f4bb41b.geocode( { 'address': "528 E Dekalb St, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-quick-credit').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-quick-credit'), mapOptions);}document.getElementById('5ad40f0b').innerHTML += ' | View Map';var $l001c728a3046207c685f7f478f4bb41b = '

Quick Credit

Address: 528 E Dekalb St, Camden, SC 29020, USA
Phone: (803) 425-0006
';var m_001c728a3046207c685f7f478f4bb41b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Credit',});m_001c728a3046207c685f7f478f4bb41b['infowindow'] = new google.maps.InfoWindow({content: $l001c728a3046207c685f7f478f4bb41b});var infowindow = new google.maps.InfoWindow({content: $l001c728a3046207c685f7f478f4bb41b});google.maps.event.addListener(m_001c728a3046207c685f7f478f4bb41b, 'click', function() {infowindow.open(map,m_001c728a3046207c685f7f478f4bb41b);});$marker.push(m_001c728a3046207c685f7f478f4bb41b);}});}google.maps.event.addDomListener(window, 'load', initialize);