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.2913,-157.843)};var g_2113e963726c472002dff00ea09b5a01 = new google.maps.Geocoder();g_2113e963726c472002dff00ea09b5a01.geocode( { 'address': "1450 Ala Moana Blvd # 1000, Honolulu, HI 96814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-hawaii-pacific-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-hawaii-pacific-federal-cu'), mapOptions);}document.getElementById('e6b5c597').innerHTML += ' | View Map';var $l2113e963726c472002dff00ea09b5a01 = '

Hawaii Pacific Federal CU

Address: 1450 Ala Moana Blvd # 1000, Honolulu, HI 96814, USA
Phone:
';var m_2113e963726c472002dff00ea09b5a01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii Pacific Federal CU',});m_2113e963726c472002dff00ea09b5a01['infowindow'] = new google.maps.InfoWindow({content: $l2113e963726c472002dff00ea09b5a01});var infowindow = new google.maps.InfoWindow({content: $l2113e963726c472002dff00ea09b5a01});google.maps.event.addListener(m_2113e963726c472002dff00ea09b5a01, 'click', function() {infowindow.open(map,m_2113e963726c472002dff00ea09b5a01);});$marker.push(m_2113e963726c472002dff00ea09b5a01);}});}google.maps.event.addDomListener(window, 'load', initialize);