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.2725,-79.8852)};var g_b46e4d83eb0c080e114a32ee1f842b7d = new google.maps.Geocoder();g_b46e4d83eb0c080e114a32ee1f842b7d.geocode( { 'address': "995 Hardy Rd, Vinton, VA 24179, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinton-VA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('vinton-VA-advance-america'), mapOptions);}document.getElementById('59b38b6a').innerHTML += ' | View Map';var $lb46e4d83eb0c080e114a32ee1f842b7d = '

Advance America

Address: 995 Hardy Rd, Vinton, VA 24179, USA
Phone: (540) 343-3986
';var m_b46e4d83eb0c080e114a32ee1f842b7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b46e4d83eb0c080e114a32ee1f842b7d['infowindow'] = new google.maps.InfoWindow({content: $lb46e4d83eb0c080e114a32ee1f842b7d});var infowindow = new google.maps.InfoWindow({content: $lb46e4d83eb0c080e114a32ee1f842b7d});google.maps.event.addListener(m_b46e4d83eb0c080e114a32ee1f842b7d, 'click', function() {infowindow.open(map,m_b46e4d83eb0c080e114a32ee1f842b7d);});$marker.push(m_b46e4d83eb0c080e114a32ee1f842b7d);}});}google.maps.event.addDomListener(window, 'load', initialize);