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(36.8438,-76.3074)};var g_beb856b07bf07c4d0f3c3a1d441b8dd3 = new google.maps.Geocoder();g_beb856b07bf07c4d0f3c3a1d441b8dd3.geocode( { 'address': "620 John Paul Jones Circle, Naval Medical Center Bldg 3, Room 4.1-127, Portsmouth, VA 23708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-navy-marine-corps-relief-society').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-navy-marine-corps-relief-society'), mapOptions);}document.getElementById('9ac196e7').innerHTML += ' | View Map';var $lbeb856b07bf07c4d0f3c3a1d441b8dd3 = '

Navy Marine Corps Relief Society

Address: 620 John Paul Jones Circle, Naval Medical Center Bldg 3, Room 4.1-127, Portsmouth, VA 23708, USA
Phone: (757) 953-5956
';var m_beb856b07bf07c4d0f3c3a1d441b8dd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Marine Corps Relief Society',});m_beb856b07bf07c4d0f3c3a1d441b8dd3['infowindow'] = new google.maps.InfoWindow({content: $lbeb856b07bf07c4d0f3c3a1d441b8dd3});var infowindow = new google.maps.InfoWindow({content: $lbeb856b07bf07c4d0f3c3a1d441b8dd3});google.maps.event.addListener(m_beb856b07bf07c4d0f3c3a1d441b8dd3, 'click', function() {infowindow.open(map,m_beb856b07bf07c4d0f3c3a1d441b8dd3);});$marker.push(m_beb856b07bf07c4d0f3c3a1d441b8dd3);}});}google.maps.event.addDomListener(window, 'load', initialize);