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.7287,-80.7544)};var g_81ae7ed33d25dd9a112c5c061b039e95 = new google.maps.Geocoder();g_81ae7ed33d25dd9a112c5c061b039e95.geocode( { 'address': "1123 Highway 9 Bypass W, Ste C, Lancaster, SC 29720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-SC-advance-america'), mapOptions);}document.getElementById('47429c38').innerHTML += ' | View Map';var $l81ae7ed33d25dd9a112c5c061b039e95 = '

Advance America

Address: 1123 Highway 9 Bypass W, Ste C, Lancaster, SC 29720, USA
Phone: (803) 285-6503
';var m_81ae7ed33d25dd9a112c5c061b039e95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_81ae7ed33d25dd9a112c5c061b039e95['infowindow'] = new google.maps.InfoWindow({content: $l81ae7ed33d25dd9a112c5c061b039e95});var infowindow = new google.maps.InfoWindow({content: $l81ae7ed33d25dd9a112c5c061b039e95});google.maps.event.addListener(m_81ae7ed33d25dd9a112c5c061b039e95, 'click', function() {infowindow.open(map,m_81ae7ed33d25dd9a112c5c061b039e95);});$marker.push(m_81ae7ed33d25dd9a112c5c061b039e95);}});}google.maps.event.addDomListener(window, 'load', initialize);