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.97,-159.382)};var g_1d6fea2e7d5f4839506d70b265d42496 = new google.maps.Geocoder();g_1d6fea2e7d5f4839506d70b265d42496.geocode( { 'address': "4493 Pahee St, Lihue, HI 96766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lihue-HI-kauai-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lihue-HI-kauai-community-federal-credit-union'), mapOptions);}document.getElementById('bb7c9af1').innerHTML += ' | View Map';var $l1d6fea2e7d5f4839506d70b265d42496 = '

Kauai Community Federal Credit Union

Address: 4493 Pahee St, Lihue, HI 96766, USA
Phone: (808) 245-6791
';var m_1d6fea2e7d5f4839506d70b265d42496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kauai Community Federal Credit Union',});m_1d6fea2e7d5f4839506d70b265d42496['infowindow'] = new google.maps.InfoWindow({content: $l1d6fea2e7d5f4839506d70b265d42496});var infowindow = new google.maps.InfoWindow({content: $l1d6fea2e7d5f4839506d70b265d42496});google.maps.event.addListener(m_1d6fea2e7d5f4839506d70b265d42496, 'click', function() {infowindow.open(map,m_1d6fea2e7d5f4839506d70b265d42496);});$marker.push(m_1d6fea2e7d5f4839506d70b265d42496);}});}google.maps.event.addDomListener(window, 'load', initialize);