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_06a4d2f788a4a1529ba74a72352eb6f4 = new google.maps.Geocoder();g_06a4d2f788a4a1529ba74a72352eb6f4.geocode( { 'address': "151 North St, 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---atm').style.display = '';map = new google.maps.Map(document.getElementById('monterey-CA-navy-federal-credit-union---atm'), mapOptions);}document.getElementById('1a6c6883').innerHTML += ' | View Map';var $l06a4d2f788a4a1529ba74a72352eb6f4 = '

Navy Federal Credit Union - ATM

Address: 151 North St, Monterey, CA 93943, USA
Phone: (888) 842-6328
';var m_06a4d2f788a4a1529ba74a72352eb6f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - ATM',});m_06a4d2f788a4a1529ba74a72352eb6f4['infowindow'] = new google.maps.InfoWindow({content: $l06a4d2f788a4a1529ba74a72352eb6f4});var infowindow = new google.maps.InfoWindow({content: $l06a4d2f788a4a1529ba74a72352eb6f4});google.maps.event.addListener(m_06a4d2f788a4a1529ba74a72352eb6f4, 'click', function() {infowindow.open(map,m_06a4d2f788a4a1529ba74a72352eb6f4);});$marker.push(m_06a4d2f788a4a1529ba74a72352eb6f4);}});}google.maps.event.addDomListener(window, 'load', initialize);