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.4239,-157.749)};var g_3043aba9040bb60790706fcd23d68f96 = new google.maps.Geocoder();g_3043aba9040bb60790706fcd23d68f96.geocode( { 'address': "25 Kaneohe Bay Dr #220, Kailua, HI 96734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kailua-HI-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kailua-HI-navy-federal-credit-union'), mapOptions);}document.getElementById('f74b991d').innerHTML += ' | View Map';var $l3043aba9040bb60790706fcd23d68f96 = '

Navy Federal Credit Union

Address: 25 Kaneohe Bay Dr #220, Kailua, HI 96734, USA
Phone: (888) 842-6328
';var m_3043aba9040bb60790706fcd23d68f96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_3043aba9040bb60790706fcd23d68f96['infowindow'] = new google.maps.InfoWindow({content: $l3043aba9040bb60790706fcd23d68f96});var infowindow = new google.maps.InfoWindow({content: $l3043aba9040bb60790706fcd23d68f96});google.maps.event.addListener(m_3043aba9040bb60790706fcd23d68f96, 'click', function() {infowindow.open(map,m_3043aba9040bb60790706fcd23d68f96);});$marker.push(m_3043aba9040bb60790706fcd23d68f96);}});}google.maps.event.addDomListener(window, 'load', initialize);