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.3239,-157.873)};var g_a5343cd995f82d4622745144c77a3d2e = new google.maps.Geocoder();g_a5343cd995f82d4622745144c77a3d2e.geocode( { 'address': "1244 Kaumualii St, Honolulu, HI 96817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-hawaii-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-hawaii-federal-credit-union'), mapOptions);}document.getElementById('920bbef8').innerHTML += ' | View Map';var $la5343cd995f82d4622745144c77a3d2e = '

Hawaii Federal Credit Union

Address: 1244 Kaumualii St, Honolulu, HI 96817, USA
Phone: (808) 847-1371
';var m_a5343cd995f82d4622745144c77a3d2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii Federal Credit Union',});m_a5343cd995f82d4622745144c77a3d2e['infowindow'] = new google.maps.InfoWindow({content: $la5343cd995f82d4622745144c77a3d2e});var infowindow = new google.maps.InfoWindow({content: $la5343cd995f82d4622745144c77a3d2e});google.maps.event.addListener(m_a5343cd995f82d4622745144c77a3d2e, 'click', function() {infowindow.open(map,m_a5343cd995f82d4622745144c77a3d2e);});$marker.push(m_a5343cd995f82d4622745144c77a3d2e);}});}google.maps.event.addDomListener(window, 'load', initialize);