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.4572,-158.016)};var g_217e435e0a3dc58d2132f4a9d322a66e = new google.maps.Geocoder();g_217e435e0a3dc58d2132f4a9d322a66e.geocode( { 'address': "95-221 Kipapa Dr, Mililani, HI 96789, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mililani-HI-hawaiiusa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mililani-HI-hawaiiusa-federal-credit-union'), mapOptions);}document.getElementById('54c4e62a').innerHTML += ' | View Map';var $l217e435e0a3dc58d2132f4a9d322a66e = '

HawaiiUSA Federal Credit Union

Address: 95-221 Kipapa Dr, Mililani, HI 96789, USA
Phone: (808) 625-5999
';var m_217e435e0a3dc58d2132f4a9d322a66e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HawaiiUSA Federal Credit Union',});m_217e435e0a3dc58d2132f4a9d322a66e['infowindow'] = new google.maps.InfoWindow({content: $l217e435e0a3dc58d2132f4a9d322a66e});var infowindow = new google.maps.InfoWindow({content: $l217e435e0a3dc58d2132f4a9d322a66e});google.maps.event.addListener(m_217e435e0a3dc58d2132f4a9d322a66e, 'click', function() {infowindow.open(map,m_217e435e0a3dc58d2132f4a9d322a66e);});$marker.push(m_217e435e0a3dc58d2132f4a9d322a66e);}});}google.maps.event.addDomListener(window, 'load', initialize);