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.3556,-81.5185)};var g_4f1b11436a14c1606a343340b57dc8b7 = new google.maps.Geocoder();g_4f1b11436a14c1606a343340b57dc8b7.geocode( { 'address': "1003 Atlantic Blvd, Atlantic Beach, FL 32233"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-beach-FL-navy-federal').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-beach-FL-navy-federal'), mapOptions);}document.getElementById('c7ac1b59').innerHTML += ' | View Map';var $l4f1b11436a14c1606a343340b57dc8b7 = '

Navy Federal

Address: 1003 Atlantic Blvd, Atlantic Beach, FL 32233
Phone: (904) 475-8000
';var m_4f1b11436a14c1606a343340b57dc8b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal',});m_4f1b11436a14c1606a343340b57dc8b7['infowindow'] = new google.maps.InfoWindow({content: $l4f1b11436a14c1606a343340b57dc8b7});var infowindow = new google.maps.InfoWindow({content: $l4f1b11436a14c1606a343340b57dc8b7});google.maps.event.addListener(m_4f1b11436a14c1606a343340b57dc8b7, 'click', function() {infowindow.open(map,m_4f1b11436a14c1606a343340b57dc8b7);});$marker.push(m_4f1b11436a14c1606a343340b57dc8b7);}});}google.maps.event.addDomListener(window, 'load', initialize);