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.0523,-81.9877)};var g_3e195b0793297114c668f772c6e2d9ba = new google.maps.Geocoder();g_3e195b0793297114c668f772c6e2d9ba.geocode( { 'address': "4030 SC-9, Boiling Springs, SC 29316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boiling-springs-SC-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('boiling-springs-SC-advance-america'), mapOptions);}document.getElementById('fc66f8e5').innerHTML += ' | View Map';var $l3e195b0793297114c668f772c6e2d9ba = '

Advance America

Address: 4030 SC-9, Boiling Springs, SC 29316, USA
Phone: (864) 578-2247
';var m_3e195b0793297114c668f772c6e2d9ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_3e195b0793297114c668f772c6e2d9ba['infowindow'] = new google.maps.InfoWindow({content: $l3e195b0793297114c668f772c6e2d9ba});var infowindow = new google.maps.InfoWindow({content: $l3e195b0793297114c668f772c6e2d9ba});google.maps.event.addListener(m_3e195b0793297114c668f772c6e2d9ba, 'click', function() {infowindow.open(map,m_3e195b0793297114c668f772c6e2d9ba);});$marker.push(m_3e195b0793297114c668f772c6e2d9ba);}});}google.maps.event.addDomListener(window, 'load', initialize);