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(33.6657,-79.8221)};var g_79fa7cd8a14cdf2ffb14a2b398e33d36 = new google.maps.Geocoder();g_79fa7cd8a14cdf2ffb14a2b398e33d36.geocode( { 'address': "518 E Main St, Kingstree, SC 29556, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingstree-SC-first-credit').style.display = '';map = new google.maps.Map(document.getElementById('kingstree-SC-first-credit'), mapOptions);}document.getElementById('518358dc').innerHTML += ' | View Map';var $l79fa7cd8a14cdf2ffb14a2b398e33d36 = '

First Credit

Address: 518 E Main St, Kingstree, SC 29556, USA
Phone: (843) 354-5874
';var m_79fa7cd8a14cdf2ffb14a2b398e33d36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Credit',});m_79fa7cd8a14cdf2ffb14a2b398e33d36['infowindow'] = new google.maps.InfoWindow({content: $l79fa7cd8a14cdf2ffb14a2b398e33d36});var infowindow = new google.maps.InfoWindow({content: $l79fa7cd8a14cdf2ffb14a2b398e33d36});google.maps.event.addListener(m_79fa7cd8a14cdf2ffb14a2b398e33d36, 'click', function() {infowindow.open(map,m_79fa7cd8a14cdf2ffb14a2b398e33d36);});$marker.push(m_79fa7cd8a14cdf2ffb14a2b398e33d36);}});}google.maps.event.addDomListener(window, 'load', initialize);