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.0735,-78.9029)};var g_a2cc8a7637313777cd4d0cd9d4603580 = new google.maps.Geocoder();g_a2cc8a7637313777cd4d0cd9d4603580.geocode( { 'address': "Waynesboro, VA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesboro-VA-american-red-cross').style.display = '';map = new google.maps.Map(document.getElementById('waynesboro-VA-american-red-cross'), mapOptions);}document.getElementById('d8a9ce56').innerHTML += ' | View Map';var $la2cc8a7637313777cd4d0cd9d4603580 = '

American Red Cross

Address: Waynesboro, VA
Phone: (540) 943-4511
';var m_a2cc8a7637313777cd4d0cd9d4603580 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Red Cross',});m_a2cc8a7637313777cd4d0cd9d4603580['infowindow'] = new google.maps.InfoWindow({content: $la2cc8a7637313777cd4d0cd9d4603580});var infowindow = new google.maps.InfoWindow({content: $la2cc8a7637313777cd4d0cd9d4603580});google.maps.event.addListener(m_a2cc8a7637313777cd4d0cd9d4603580, 'click', function() {infowindow.open(map,m_a2cc8a7637313777cd4d0cd9d4603580);});$marker.push(m_a2cc8a7637313777cd4d0cd9d4603580);}});}google.maps.event.addDomListener(window, 'load', initialize);