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.5994,-121.874)};var g_e96ed478dab8595a7dbda4cbcbee168f = new google.maps.Geocoder();g_e96ed478dab8595a7dbda4cbcbee168f.geocode( { 'address': "1650 Lake Del Monte Drive, Monterey, CA 93943, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-CA-navy-federal-credit-union---restricted-access').style.display = '';map = new google.maps.Map(document.getElementById('monterey-CA-navy-federal-credit-union---restricted-access'), mapOptions);}document.getElementById('6f627378').innerHTML += ' | View Map';var $le96ed478dab8595a7dbda4cbcbee168f = '

Navy Federal Credit Union - Restricted Access

Address: 1650 Lake Del Monte Drive, Monterey, CA 93943, USA
Phone: (888) 842-6328
';var m_e96ed478dab8595a7dbda4cbcbee168f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - Restricted Access',});m_e96ed478dab8595a7dbda4cbcbee168f['infowindow'] = new google.maps.InfoWindow({content: $le96ed478dab8595a7dbda4cbcbee168f});var infowindow = new google.maps.InfoWindow({content: $le96ed478dab8595a7dbda4cbcbee168f});google.maps.event.addListener(m_e96ed478dab8595a7dbda4cbcbee168f, 'click', function() {infowindow.open(map,m_e96ed478dab8595a7dbda4cbcbee168f);});$marker.push(m_e96ed478dab8595a7dbda4cbcbee168f);}});}google.maps.event.addDomListener(window, 'load', initialize);