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.7714,-80.3822)};var g_a09a203a71b9e78a020f62f40962714a = new google.maps.Geocoder();g_a09a203a71b9e78a020f62f40962714a.geocode( { 'address': "220 S Van Lingle Mungo Blvd, Pageland, SC 29728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pageland-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('pageland-SC-advance-america'), mapOptions);}document.getElementById('07bfab02').innerHTML += ' | View Map';var $la09a203a71b9e78a020f62f40962714a = '

Advance America

Address: 220 S Van Lingle Mungo Blvd, Pageland, SC 29728, USA
Phone: (843) 672-3615
';var m_a09a203a71b9e78a020f62f40962714a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_a09a203a71b9e78a020f62f40962714a['infowindow'] = new google.maps.InfoWindow({content: $la09a203a71b9e78a020f62f40962714a});var infowindow = new google.maps.InfoWindow({content: $la09a203a71b9e78a020f62f40962714a});google.maps.event.addListener(m_a09a203a71b9e78a020f62f40962714a, 'click', function() {infowindow.open(map,m_a09a203a71b9e78a020f62f40962714a);});$marker.push(m_a09a203a71b9e78a020f62f40962714a);}});}google.maps.event.addDomListener(window, 'load', initialize);