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.2451,-80.6052)};var g_976a4a7a6d095c7d3c035eb726ba0f04 = new google.maps.Geocoder();g_976a4a7a6d095c7d3c035eb726ba0f04.geocode( { 'address': "1001 Market St # B, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-first-credit').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-first-credit'), mapOptions);}document.getElementById('a73ff7b3').innerHTML += ' | View Map';var $l976a4a7a6d095c7d3c035eb726ba0f04 = '

First Credit

Address: 1001 Market St # B, Camden, SC 29020, USA
Phone: (803) 432-8814
';var m_976a4a7a6d095c7d3c035eb726ba0f04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Credit',});m_976a4a7a6d095c7d3c035eb726ba0f04['infowindow'] = new google.maps.InfoWindow({content: $l976a4a7a6d095c7d3c035eb726ba0f04});var infowindow = new google.maps.InfoWindow({content: $l976a4a7a6d095c7d3c035eb726ba0f04});google.maps.event.addListener(m_976a4a7a6d095c7d3c035eb726ba0f04, 'click', function() {infowindow.open(map,m_976a4a7a6d095c7d3c035eb726ba0f04);});$marker.push(m_976a4a7a6d095c7d3c035eb726ba0f04);}});}google.maps.event.addDomListener(window, 'load', initialize);