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(35.1801,-82.1624)};var g_2d89c85b46ff0fc0e249569c71d98385 = new google.maps.Geocoder();g_2d89c85b46ff0fc0e249569c71d98385.geocode( { 'address': "1736 Highway 14 E, Landrum, SC 29356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('landrum-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('landrum-SC-advance-america'), mapOptions);}document.getElementById('28b21b2d').innerHTML += ' | View Map';var $l2d89c85b46ff0fc0e249569c71d98385 = '

Advance America

Address: 1736 Highway 14 E, Landrum, SC 29356, USA
Phone: (864) 457-5808
';var m_2d89c85b46ff0fc0e249569c71d98385 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_2d89c85b46ff0fc0e249569c71d98385['infowindow'] = new google.maps.InfoWindow({content: $l2d89c85b46ff0fc0e249569c71d98385});var infowindow = new google.maps.InfoWindow({content: $l2d89c85b46ff0fc0e249569c71d98385});google.maps.event.addListener(m_2d89c85b46ff0fc0e249569c71d98385, 'click', function() {infowindow.open(map,m_2d89c85b46ff0fc0e249569c71d98385);});$marker.push(m_2d89c85b46ff0fc0e249569c71d98385);}});}google.maps.event.addDomListener(window, 'load', initialize);