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.9732,-159.367)};var g_e834628a514af2290509181bf4348c6d = new google.maps.Geocoder();g_e834628a514af2290509181bf4348c6d.geocode( { 'address': "2976 Ewalu St, Lihue, HI 96766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lihue-HI-kauai-government-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lihue-HI-kauai-government-employees-federal-credit-union'), mapOptions);}document.getElementById('ac257392').innerHTML += ' | View Map';var $le834628a514af2290509181bf4348c6d = '

Kauai Government Employees' Federal Credit Union

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