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_cb16b499cc342726693203796c816e00 = new google.maps.Geocoder();g_cb16b499cc342726693203796c816e00.geocode( { 'address': "1620 N School St, Honolulu, HI 96817"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-kamehameha-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-kamehameha-federal-credit-union'), mapOptions);}document.getElementById('00e5bec7').innerHTML += ' | View Map';var $lcb16b499cc342726693203796c816e00 = '

Kamehameha Federal Credit Union

Address: 1620 N School St, Honolulu, HI 96817
Phone: (808) 842-9660
';var m_cb16b499cc342726693203796c816e00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kamehameha Federal Credit Union',});m_cb16b499cc342726693203796c816e00['infowindow'] = new google.maps.InfoWindow({content: $lcb16b499cc342726693203796c816e00});var infowindow = new google.maps.InfoWindow({content: $lcb16b499cc342726693203796c816e00});google.maps.event.addListener(m_cb16b499cc342726693203796c816e00, 'click', function() {infowindow.open(map,m_cb16b499cc342726693203796c816e00);});$marker.push(m_cb16b499cc342726693203796c816e00);}});}google.maps.event.addDomListener(window, 'load', initialize);