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_fa43cd19d82c6633a4f7c41048b3800e = new google.maps.Geocoder();g_fa43cd19d82c6633a4f7c41048b3800e.geocode( { 'address': "1654 S King St, Honolulu, HI 96826"}, 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('af4053f6').innerHTML += ' | View Map';var $lfa43cd19d82c6633a4f7c41048b3800e = '

Hawaii Credit Union League

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