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.8229,-82.5793)};var g_13a69ec888022968c96b79f48f62fd2a = new google.maps.Geocoder();g_13a69ec888022968c96b79f48f62fd2a.geocode( { 'address': "6121-C Calhoun Memorial Hwy., Easley, SC 29640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easley-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('easley-SC-advance-america'), mapOptions);}document.getElementById('663f6cb8').innerHTML += ' | View Map';var $l13a69ec888022968c96b79f48f62fd2a = '

Advance America

Address: 6121-C Calhoun Memorial Hwy., Easley, SC 29640, USA
Phone: (864) 855-2960
';var m_13a69ec888022968c96b79f48f62fd2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_13a69ec888022968c96b79f48f62fd2a['infowindow'] = new google.maps.InfoWindow({content: $l13a69ec888022968c96b79f48f62fd2a});var infowindow = new google.maps.InfoWindow({content: $l13a69ec888022968c96b79f48f62fd2a});google.maps.event.addListener(m_13a69ec888022968c96b79f48f62fd2a, 'click', function() {infowindow.open(map,m_13a69ec888022968c96b79f48f62fd2a);});$marker.push(m_13a69ec888022968c96b79f48f62fd2a);}});}google.maps.event.addDomListener(window, 'load', initialize);