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.3341,-158.082)};var g_8ff41fbb418c72469a77a8a7ed58d913 = new google.maps.Geocoder();g_8ff41fbb418c72469a77a8a7ed58d913.geocode( { 'address': "920 Kamokila Blvd, Kapolei, HI 96707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapolei-HI-hawaiiusa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kapolei-HI-hawaiiusa-federal-credit-union'), mapOptions);}document.getElementById('d6242999').innerHTML += ' | View Map';var $l8ff41fbb418c72469a77a8a7ed58d913 = '

HawaiiUSA Federal Credit Union

Address: 920 Kamokila Blvd, Kapolei, HI 96707, USA
Phone: (808) 674-8350
';var m_8ff41fbb418c72469a77a8a7ed58d913 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HawaiiUSA Federal Credit Union',});m_8ff41fbb418c72469a77a8a7ed58d913['infowindow'] = new google.maps.InfoWindow({content: $l8ff41fbb418c72469a77a8a7ed58d913});var infowindow = new google.maps.InfoWindow({content: $l8ff41fbb418c72469a77a8a7ed58d913});google.maps.event.addListener(m_8ff41fbb418c72469a77a8a7ed58d913, 'click', function() {infowindow.open(map,m_8ff41fbb418c72469a77a8a7ed58d913);});$marker.push(m_8ff41fbb418c72469a77a8a7ed58d913);}});}google.maps.event.addDomListener(window, 'load', initialize);