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.3904,-157.74)};var g_63f873395b4a73368405d8980218224b = new google.maps.Geocoder();g_63f873395b4a73368405d8980218224b.geocode( { 'address': "200 Hamakua Drive, Suite B6, Kailua, HI 96734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kailua-HI-aloha-pacific-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kailua-HI-aloha-pacific-federal-credit-union'), mapOptions);}document.getElementById('83829c62').innerHTML += ' | View Map';var $l63f873395b4a73368405d8980218224b = '

Aloha Pacific Federal Credit Union

Address: 200 Hamakua Drive, Suite B6, Kailua, HI 96734, USA
Phone: (808) 531-3711
';var m_63f873395b4a73368405d8980218224b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aloha Pacific Federal Credit Union',});m_63f873395b4a73368405d8980218224b['infowindow'] = new google.maps.InfoWindow({content: $l63f873395b4a73368405d8980218224b});var infowindow = new google.maps.InfoWindow({content: $l63f873395b4a73368405d8980218224b});google.maps.event.addListener(m_63f873395b4a73368405d8980218224b, 'click', function() {infowindow.open(map,m_63f873395b4a73368405d8980218224b);});$marker.push(m_63f873395b4a73368405d8980218224b);}});}google.maps.event.addDomListener(window, 'load', initialize);