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.6954,-79.8817)};var g_07d832b156de608a6cbc98197ff070cf = new google.maps.Geocoder();g_07d832b156de608a6cbc98197ff070cf.geocode( { 'address': "107 2nd St, Cheraw, SC 29520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheraw-SC-cheraw-finance-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('cheraw-SC-cheraw-finance-co-inc'), mapOptions);}document.getElementById('b39b42b4').innerHTML += ' | View Map';var $l07d832b156de608a6cbc98197ff070cf = '

Cheraw Finance Co Inc

Address: 107 2nd St, Cheraw, SC 29520, USA
Phone: (843) 537-5469
';var m_07d832b156de608a6cbc98197ff070cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cheraw Finance Co Inc',});m_07d832b156de608a6cbc98197ff070cf['infowindow'] = new google.maps.InfoWindow({content: $l07d832b156de608a6cbc98197ff070cf});var infowindow = new google.maps.InfoWindow({content: $l07d832b156de608a6cbc98197ff070cf});google.maps.event.addListener(m_07d832b156de608a6cbc98197ff070cf, 'click', function() {infowindow.open(map,m_07d832b156de608a6cbc98197ff070cf);});$marker.push(m_07d832b156de608a6cbc98197ff070cf);}});}google.maps.event.addDomListener(window, 'load', initialize);