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.8095,-78.4997)};var g_235267a123bc713564514af4df244238 = new google.maps.Geocoder();g_235267a123bc713564514af4df244238.geocode( { 'address': "40 White Pine St, Scottsville, VA 24590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsville-VA-american-association-of-registered-nurses').style.display = '';map = new google.maps.Map(document.getElementById('scottsville-VA-american-association-of-registered-nurses'), mapOptions);}document.getElementById('df734e63').innerHTML += ' | View Map';var $l235267a123bc713564514af4df244238 = '

American Association of Registered Nurses

Address: 40 White Pine St, Scottsville, VA 24590, USA
Phone: (434) 242-3562
';var m_235267a123bc713564514af4df244238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Association of Registered Nurses',});m_235267a123bc713564514af4df244238['infowindow'] = new google.maps.InfoWindow({content: $l235267a123bc713564514af4df244238});var infowindow = new google.maps.InfoWindow({content: $l235267a123bc713564514af4df244238});google.maps.event.addListener(m_235267a123bc713564514af4df244238, 'click', function() {infowindow.open(map,m_235267a123bc713564514af4df244238);});$marker.push(m_235267a123bc713564514af4df244238);}});}google.maps.event.addDomListener(window, 'load', initialize);