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(32.3442,-86.2217)};var g_dde5d67407558a97d458cf70036c309a = new google.maps.Geocoder();g_dde5d67407558a97d458cf70036c309a.geocode( { 'address': "2767 Eastern Blvd, Montgomery, AL 36117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-navy-federal-credit-union'), mapOptions);}document.getElementById('0cc26333').innerHTML += ' | View Map';var $ldde5d67407558a97d458cf70036c309a = '

Navy Federal Credit Union

Address: 2767 Eastern Blvd, Montgomery, AL 36117, USA
Phone: (888) 842-6328
';var m_dde5d67407558a97d458cf70036c309a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_dde5d67407558a97d458cf70036c309a['infowindow'] = new google.maps.InfoWindow({content: $ldde5d67407558a97d458cf70036c309a});var infowindow = new google.maps.InfoWindow({content: $ldde5d67407558a97d458cf70036c309a});google.maps.event.addListener(m_dde5d67407558a97d458cf70036c309a, 'click', function() {infowindow.open(map,m_dde5d67407558a97d458cf70036c309a);});$marker.push(m_dde5d67407558a97d458cf70036c309a);}});}google.maps.event.addDomListener(window, 'load', initialize);