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.6917,-82.8361)};var g_b6121869d1d9e7fddaac06016fcb0661 = new google.maps.Geocoder();g_b6121869d1d9e7fddaac06016fcb0661.geocode( { 'address': "1067 Tiger Blvd #70, Clemson, SC 29631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clemson-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('clemson-SC-advance-america'), mapOptions);}document.getElementById('1f1784ba').innerHTML += ' | View Map';var $lb6121869d1d9e7fddaac06016fcb0661 = '

Advance America

Address: 1067 Tiger Blvd #70, Clemson, SC 29631, USA
Phone: (864) 654-0194
';var m_b6121869d1d9e7fddaac06016fcb0661 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b6121869d1d9e7fddaac06016fcb0661['infowindow'] = new google.maps.InfoWindow({content: $lb6121869d1d9e7fddaac06016fcb0661});var infowindow = new google.maps.InfoWindow({content: $lb6121869d1d9e7fddaac06016fcb0661});google.maps.event.addListener(m_b6121869d1d9e7fddaac06016fcb0661, 'click', function() {infowindow.open(map,m_b6121869d1d9e7fddaac06016fcb0661);});$marker.push(m_b6121869d1d9e7fddaac06016fcb0661);}});}google.maps.event.addDomListener(window, 'load', initialize);