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(33.6918,-80.2119)};var g_a997e4d2ca4f1b1c8942ed9055fdbc09 = new google.maps.Geocoder();g_a997e4d2ca4f1b1c8942ed9055fdbc09.geocode( { 'address': "212 S Mill St, Manning, SC 29102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manning-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('manning-SC-advance-america'), mapOptions);}document.getElementById('13b92dd4').innerHTML += ' | View Map';var $la997e4d2ca4f1b1c8942ed9055fdbc09 = '

Advance America

Address: 212 S Mill St, Manning, SC 29102, USA
Phone: (803) 435-5499
';var m_a997e4d2ca4f1b1c8942ed9055fdbc09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_a997e4d2ca4f1b1c8942ed9055fdbc09['infowindow'] = new google.maps.InfoWindow({content: $la997e4d2ca4f1b1c8942ed9055fdbc09});var infowindow = new google.maps.InfoWindow({content: $la997e4d2ca4f1b1c8942ed9055fdbc09});google.maps.event.addListener(m_a997e4d2ca4f1b1c8942ed9055fdbc09, 'click', function() {infowindow.open(map,m_a997e4d2ca4f1b1c8942ed9055fdbc09);});$marker.push(m_a997e4d2ca4f1b1c8942ed9055fdbc09);}});}google.maps.event.addDomListener(window, 'load', initialize);