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.2971,-80.0283)};var g_727b30493fa927815239b3c6815e9961 = new google.maps.Geocoder();g_727b30493fa927815239b3c6815e9961.geocode( { 'address': "147 S Electric Rd, Salem, VA 24153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-VA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('salem-VA-advance-america'), mapOptions);}document.getElementById('5fbd40a9').innerHTML += ' | View Map';var $l727b30493fa927815239b3c6815e9961 = '

Advance America

Address: 147 S Electric Rd, Salem, VA 24153, USA
Phone: (540) 375-3665
';var m_727b30493fa927815239b3c6815e9961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_727b30493fa927815239b3c6815e9961['infowindow'] = new google.maps.InfoWindow({content: $l727b30493fa927815239b3c6815e9961});var infowindow = new google.maps.InfoWindow({content: $l727b30493fa927815239b3c6815e9961});google.maps.event.addListener(m_727b30493fa927815239b3c6815e9961, 'click', function() {infowindow.open(map,m_727b30493fa927815239b3c6815e9961);});$marker.push(m_727b30493fa927815239b3c6815e9961);}});}google.maps.event.addDomListener(window, 'load', initialize);