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.3855,-157.942)};var g_c740074af639a1d4a3f56ce2c2b72918 = new google.maps.Geocoder();g_c740074af639a1d4a3f56ce2c2b72918.geocode( { 'address': "98-1005 Kamehameha Hwy, Aiea, HI 96701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiea-HI-hawaii-pacific-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aiea-HI-hawaii-pacific-federal-credit-union'), mapOptions);}document.getElementById('373b1ecd').innerHTML += ' | View Map';var $lc740074af639a1d4a3f56ce2c2b72918 = '

Hawaii Pacific Federal Credit Union

Address: 98-1005 Kamehameha Hwy, Aiea, HI 96701, USA
Phone: (808) 955-5933
';var m_c740074af639a1d4a3f56ce2c2b72918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii Pacific Federal Credit Union',});m_c740074af639a1d4a3f56ce2c2b72918['infowindow'] = new google.maps.InfoWindow({content: $lc740074af639a1d4a3f56ce2c2b72918});var infowindow = new google.maps.InfoWindow({content: $lc740074af639a1d4a3f56ce2c2b72918});google.maps.event.addListener(m_c740074af639a1d4a3f56ce2c2b72918, 'click', function() {infowindow.open(map,m_c740074af639a1d4a3f56ce2c2b72918);});$marker.push(m_c740074af639a1d4a3f56ce2c2b72918);}});}google.maps.event.addDomListener(window, 'load', initialize);