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(37.2729,-82.1079)};var g_22eb494ae76102d28daf1f24c982452b = new google.maps.Geocoder();g_22eb494ae76102d28daf1f24c982452b.geocode( { 'address': "21898 Riverside Dr, Grundy, VA 24614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grundy-VA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('grundy-VA-advance-america'), mapOptions);}document.getElementById('e0c92e49').innerHTML += ' | View Map';var $l22eb494ae76102d28daf1f24c982452b = '

Advance America

Address: 21898 Riverside Dr, Grundy, VA 24614, USA
Phone: (276) 935-1604
';var m_22eb494ae76102d28daf1f24c982452b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_22eb494ae76102d28daf1f24c982452b['infowindow'] = new google.maps.InfoWindow({content: $l22eb494ae76102d28daf1f24c982452b});var infowindow = new google.maps.InfoWindow({content: $l22eb494ae76102d28daf1f24c982452b});google.maps.event.addListener(m_22eb494ae76102d28daf1f24c982452b, 'click', function() {infowindow.open(map,m_22eb494ae76102d28daf1f24c982452b);});$marker.push(m_22eb494ae76102d28daf1f24c982452b);}});}google.maps.event.addDomListener(window, 'load', initialize);