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(30.3883,-81.4087)};var g_a52bb75812e11519b25ad58008eb2df4 = new google.maps.Geocoder();g_a52bb75812e11519b25ad58008eb2df4.geocode( { 'address': "460 Massey Ave, Bldg 460, Mayport, FL 32228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayport-FL-navy-federal-credit-union---restricted-access').style.display = '';map = new google.maps.Map(document.getElementById('mayport-FL-navy-federal-credit-union---restricted-access'), mapOptions);}document.getElementById('3df69373').innerHTML += ' | View Map';var $la52bb75812e11519b25ad58008eb2df4 = '

Navy Federal Credit Union - Restricted Access

Address: 460 Massey Ave, Bldg 460, Mayport, FL 32228, USA
Phone: (888) 842-6328
';var m_a52bb75812e11519b25ad58008eb2df4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - Restricted Access',});m_a52bb75812e11519b25ad58008eb2df4['infowindow'] = new google.maps.InfoWindow({content: $la52bb75812e11519b25ad58008eb2df4});var infowindow = new google.maps.InfoWindow({content: $la52bb75812e11519b25ad58008eb2df4});google.maps.event.addListener(m_a52bb75812e11519b25ad58008eb2df4, 'click', function() {infowindow.open(map,m_a52bb75812e11519b25ad58008eb2df4);});$marker.push(m_a52bb75812e11519b25ad58008eb2df4);}});}google.maps.event.addDomListener(window, 'load', initialize);