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.4265,-79.3643)};var g_c76fcc7ad90c7ba0784c51f2e9a6fbee = new google.maps.Geocoder();g_c76fcc7ad90c7ba0784c51f2e9a6fbee.geocode( { 'address': "1115 Hwy. 301 N, Unit C, Dillon, SC 29536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dillon-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('dillon-SC-advance-america'), mapOptions);}document.getElementById('b5305b01').innerHTML += ' | View Map';var $lc76fcc7ad90c7ba0784c51f2e9a6fbee = '

Advance America

Address: 1115 Hwy. 301 N, Unit C, Dillon, SC 29536, USA
Phone: (843) 774-2846
';var m_c76fcc7ad90c7ba0784c51f2e9a6fbee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c76fcc7ad90c7ba0784c51f2e9a6fbee['infowindow'] = new google.maps.InfoWindow({content: $lc76fcc7ad90c7ba0784c51f2e9a6fbee});var infowindow = new google.maps.InfoWindow({content: $lc76fcc7ad90c7ba0784c51f2e9a6fbee});google.maps.event.addListener(m_c76fcc7ad90c7ba0784c51f2e9a6fbee, 'click', function() {infowindow.open(map,m_c76fcc7ad90c7ba0784c51f2e9a6fbee);});$marker.push(m_c76fcc7ad90c7ba0784c51f2e9a6fbee);}});}google.maps.event.addDomListener(window, 'load', initialize);