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.7041,-79.9221)};var g_99881662f4f0a59c1293748c5a6484ed = new google.maps.Geocoder();g_99881662f4f0a59c1293748c5a6484ed.geocode( { 'address': "1636 State Rd, Cheraw, SC 29520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheraw-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('cheraw-SC-advance-america'), mapOptions);}document.getElementById('ed73fd97').innerHTML += ' | View Map';var $l99881662f4f0a59c1293748c5a6484ed = '

Advance America

Address: 1636 State Rd, Cheraw, SC 29520, USA
Phone: (843) 537-7554
';var m_99881662f4f0a59c1293748c5a6484ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_99881662f4f0a59c1293748c5a6484ed['infowindow'] = new google.maps.InfoWindow({content: $l99881662f4f0a59c1293748c5a6484ed});var infowindow = new google.maps.InfoWindow({content: $l99881662f4f0a59c1293748c5a6484ed});google.maps.event.addListener(m_99881662f4f0a59c1293748c5a6484ed, 'click', function() {infowindow.open(map,m_99881662f4f0a59c1293748c5a6484ed);});$marker.push(m_99881662f4f0a59c1293748c5a6484ed);}});}google.maps.event.addDomListener(window, 'load', initialize);