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.9018,-159.467)};var g_20c57365ce6bc7a680720ae970cdd84b = new google.maps.Geocoder();g_20c57365ce6bc7a680720ae970cdd84b.geocode( { 'address': "3417 Poipu Rd, Koloa, HI 96756, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('koloa-HI-garden-island-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('koloa-HI-garden-island-federal-credit-union'), mapOptions);}document.getElementById('9e46cf53').innerHTML += ' | View Map';var $l20c57365ce6bc7a680720ae970cdd84b = '

Garden Island Federal Credit Union

Address: 3417 Poipu Rd, Koloa, HI 96756, USA
Phone: (808) 742-6733
';var m_20c57365ce6bc7a680720ae970cdd84b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garden Island Federal Credit Union',});m_20c57365ce6bc7a680720ae970cdd84b['infowindow'] = new google.maps.InfoWindow({content: $l20c57365ce6bc7a680720ae970cdd84b});var infowindow = new google.maps.InfoWindow({content: $l20c57365ce6bc7a680720ae970cdd84b});google.maps.event.addListener(m_20c57365ce6bc7a680720ae970cdd84b, 'click', function() {infowindow.open(map,m_20c57365ce6bc7a680720ae970cdd84b);});$marker.push(m_20c57365ce6bc7a680720ae970cdd84b);}});}google.maps.event.addDomListener(window, 'load', initialize);