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(21.3255,-157.831)};var g_5f3dafd630cc5868d035f85198214167 = new google.maps.Geocoder();g_5f3dafd630cc5868d035f85198214167.geocode( { 'address': "4250 Radford Dr, Honolulu, HI 96818"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-navfac-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-navfac-federal-credit-union'), mapOptions);}document.getElementById('0f31e5a4').innerHTML += ' | View Map';var $l5f3dafd630cc5868d035f85198214167 = '

NAVFAC Federal Credit Union

Address: 4250 Radford Dr, Honolulu, HI 96818
Phone: (808) 422-0577
';var m_5f3dafd630cc5868d035f85198214167 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NAVFAC Federal Credit Union',});m_5f3dafd630cc5868d035f85198214167['infowindow'] = new google.maps.InfoWindow({content: $l5f3dafd630cc5868d035f85198214167});var infowindow = new google.maps.InfoWindow({content: $l5f3dafd630cc5868d035f85198214167});google.maps.event.addListener(m_5f3dafd630cc5868d035f85198214167, 'click', function() {infowindow.open(map,m_5f3dafd630cc5868d035f85198214167);});$marker.push(m_5f3dafd630cc5868d035f85198214167);}});}google.maps.event.addDomListener(window, 'load', initialize);