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.3255,-157.831)};var g_740910b11f8b9294f49f8842bd3527fb = new google.maps.Geocoder();g_740910b11f8b9294f49f8842bd3527fb.geocode( { 'address': "300 Ala Moana Blvd, Honolulu, HI 96850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-honolulu-federal-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-honolulu-federal-employees-federal-credit-union'), mapOptions);}document.getElementById('31cb887d').innerHTML += ' | View Map';var $l740910b11f8b9294f49f8842bd3527fb = '

Honolulu Federal Employees'federal Credit Union

Address: 300 Ala Moana Blvd, Honolulu, HI 96850
Phone: (808) 523-7037
';var m_740910b11f8b9294f49f8842bd3527fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honolulu Federal Employees'federal Credit Union',});m_740910b11f8b9294f49f8842bd3527fb['infowindow'] = new google.maps.InfoWindow({content: $l740910b11f8b9294f49f8842bd3527fb});var infowindow = new google.maps.InfoWindow({content: $l740910b11f8b9294f49f8842bd3527fb});google.maps.event.addListener(m_740910b11f8b9294f49f8842bd3527fb, 'click', function() {infowindow.open(map,m_740910b11f8b9294f49f8842bd3527fb);});$marker.push(m_740910b11f8b9294f49f8842bd3527fb);}});}google.maps.event.addDomListener(window, 'load', initialize);