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.0635,-76.4833)};var g_2abbf5cccd484dc8aecf0914d0a0eaf2 = new google.maps.Geocoder();g_2abbf5cccd484dc8aecf0914d0a0eaf2.geocode( { 'address': "500 J Clyde Morris Blvd, Newport News, VA 23601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-riverside-hospital-empl-cu-inc').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-riverside-hospital-empl-cu-inc'), mapOptions);}document.getElementById('c165065f').innerHTML += ' | View Map';var $l2abbf5cccd484dc8aecf0914d0a0eaf2 = '

Riverside Hospital Empl Cu Inc

Address: 500 J Clyde Morris Blvd, Newport News, VA 23601, USA
Phone: (757) 594-2030
';var m_2abbf5cccd484dc8aecf0914d0a0eaf2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverside Hospital Empl Cu Inc',});m_2abbf5cccd484dc8aecf0914d0a0eaf2['infowindow'] = new google.maps.InfoWindow({content: $l2abbf5cccd484dc8aecf0914d0a0eaf2});var infowindow = new google.maps.InfoWindow({content: $l2abbf5cccd484dc8aecf0914d0a0eaf2});google.maps.event.addListener(m_2abbf5cccd484dc8aecf0914d0a0eaf2, 'click', function() {infowindow.open(map,m_2abbf5cccd484dc8aecf0914d0a0eaf2);});$marker.push(m_2abbf5cccd484dc8aecf0914d0a0eaf2);}});}google.maps.event.addDomListener(window, 'load', initialize);