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(33.506,-112.041)};var g_402d07a79f4a425837a17068493a2348 = new google.maps.Geocoder();g_402d07a79f4a425837a17068493a2348.geocode( { 'address': "1928 East Highland Ave, Suite 106 - F, Phoenix, AZ 85016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-navy-federal-credit-union'), mapOptions);}document.getElementById('13af88a2').innerHTML += ' | View Map';var $l402d07a79f4a425837a17068493a2348 = '

Navy Federal Credit Union

Address: 1928 East Highland Ave, Suite 106 - F, Phoenix, AZ 85016, USA
Phone: (888) 842-6328
';var m_402d07a79f4a425837a17068493a2348 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_402d07a79f4a425837a17068493a2348['infowindow'] = new google.maps.InfoWindow({content: $l402d07a79f4a425837a17068493a2348});var infowindow = new google.maps.InfoWindow({content: $l402d07a79f4a425837a17068493a2348});google.maps.event.addListener(m_402d07a79f4a425837a17068493a2348, 'click', function() {infowindow.open(map,m_402d07a79f4a425837a17068493a2348);});$marker.push(m_402d07a79f4a425837a17068493a2348);}});}google.maps.event.addDomListener(window, 'load', initialize);