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(20.0718,-155.464)};var g_3499738f724b2ae08a1871b6a0a7d175 = new google.maps.Geocoder();g_3499738f724b2ae08a1871b6a0a7d175.geocode( { 'address': "45-690 Pakalana St # A, Honokaa, HI 96727, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honokaa-HI-hawaii-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honokaa-HI-hawaii-community-federal-credit-union'), mapOptions);}document.getElementById('0e2e1e7f').innerHTML += ' | View Map';var $l3499738f724b2ae08a1871b6a0a7d175 = '

Hawaii Community Federal Credit Union

Address: 45-690 Pakalana St # A, Honokaa, HI 96727, USA
Phone: (808) 930-7700
';var m_3499738f724b2ae08a1871b6a0a7d175 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii Community Federal Credit Union',});m_3499738f724b2ae08a1871b6a0a7d175['infowindow'] = new google.maps.InfoWindow({content: $l3499738f724b2ae08a1871b6a0a7d175});var infowindow = new google.maps.InfoWindow({content: $l3499738f724b2ae08a1871b6a0a7d175});google.maps.event.addListener(m_3499738f724b2ae08a1871b6a0a7d175, 'click', function() {infowindow.open(map,m_3499738f724b2ae08a1871b6a0a7d175);});$marker.push(m_3499738f724b2ae08a1871b6a0a7d175);}});}google.maps.event.addDomListener(window, 'load', initialize);