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.2969,-157.835)};var g_4bb948d5b21472509627f7f4c2a44784 = new google.maps.Geocoder();g_4bb948d5b21472509627f7f4c2a44784.geocode( { 'address': "1654 S King St, Honolulu, HI 96826, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-hawaii-credit-union-league').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-hawaii-credit-union-league'), mapOptions);}document.getElementById('3d5210f8').innerHTML += ' | View Map';var $l4bb948d5b21472509627f7f4c2a44784 = '

Hawaii Credit Union League

Address: 1654 S King St, Honolulu, HI 96826, USA
Phone: (808) 941-0556
';var m_4bb948d5b21472509627f7f4c2a44784 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii Credit Union League',});m_4bb948d5b21472509627f7f4c2a44784['infowindow'] = new google.maps.InfoWindow({content: $l4bb948d5b21472509627f7f4c2a44784});var infowindow = new google.maps.InfoWindow({content: $l4bb948d5b21472509627f7f4c2a44784});google.maps.event.addListener(m_4bb948d5b21472509627f7f4c2a44784, 'click', function() {infowindow.open(map,m_4bb948d5b21472509627f7f4c2a44784);});$marker.push(m_4bb948d5b21472509627f7f4c2a44784);}});}google.maps.event.addDomListener(window, 'load', initialize);