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(38.2578,-78.1139)};var g_67e97b24214b5dc50d81852d1258ff70 = new google.maps.Geocoder();g_67e97b24214b5dc50d81852d1258ff70.geocode( { 'address': "589 N Madison Rd, Orange, VA 22960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-VA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('orange-VA-advance-america'), mapOptions);}document.getElementById('70cf0248').innerHTML += ' | View Map';var $l67e97b24214b5dc50d81852d1258ff70 = '

Advance America

Address: 589 N Madison Rd, Orange, VA 22960, USA
Phone: (540) 672-6851
';var m_67e97b24214b5dc50d81852d1258ff70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_67e97b24214b5dc50d81852d1258ff70['infowindow'] = new google.maps.InfoWindow({content: $l67e97b24214b5dc50d81852d1258ff70});var infowindow = new google.maps.InfoWindow({content: $l67e97b24214b5dc50d81852d1258ff70});google.maps.event.addListener(m_67e97b24214b5dc50d81852d1258ff70, 'click', function() {infowindow.open(map,m_67e97b24214b5dc50d81852d1258ff70);});$marker.push(m_67e97b24214b5dc50d81852d1258ff70);}});}google.maps.event.addDomListener(window, 'load', initialize);