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.2928,-79.8881)};var g_5ac7b3d023885d0d49e05a32f16c3d54 = new google.maps.Geocoder();g_5ac7b3d023885d0d49e05a32f16c3d54.geocode( { 'address': "305 A Lamar Hwy., Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-advance-america'), mapOptions);}document.getElementById('407749aa').innerHTML += ' | View Map';var $l5ac7b3d023885d0d49e05a32f16c3d54 = '

Advance America

Address: 305 A Lamar Hwy., Darlington, SC 29532, USA
Phone: (843) 398-0731
';var m_5ac7b3d023885d0d49e05a32f16c3d54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_5ac7b3d023885d0d49e05a32f16c3d54['infowindow'] = new google.maps.InfoWindow({content: $l5ac7b3d023885d0d49e05a32f16c3d54});var infowindow = new google.maps.InfoWindow({content: $l5ac7b3d023885d0d49e05a32f16c3d54});google.maps.event.addListener(m_5ac7b3d023885d0d49e05a32f16c3d54, 'click', function() {infowindow.open(map,m_5ac7b3d023885d0d49e05a32f16c3d54);});$marker.push(m_5ac7b3d023885d0d49e05a32f16c3d54);}});}google.maps.event.addDomListener(window, 'load', initialize);