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.8687,-156.496)};var g_6200dddd5ec6c70f94f2687e0c0dfa8c = new google.maps.Geocoder();g_6200dddd5ec6c70f94f2687e0c0dfa8c.geocode( { 'address': "133 Maa St, Kahului, HI 96732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kahului-HI-wailuku-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kahului-HI-wailuku-federal-credit-union'), mapOptions);}document.getElementById('2a2634ca').innerHTML += ' | View Map';var $l6200dddd5ec6c70f94f2687e0c0dfa8c = '

Wailuku Federal Credit Union

Address: 133 Maa St, Kahului, HI 96732, USA
Phone: (808) 244-7981
';var m_6200dddd5ec6c70f94f2687e0c0dfa8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wailuku Federal Credit Union',});m_6200dddd5ec6c70f94f2687e0c0dfa8c['infowindow'] = new google.maps.InfoWindow({content: $l6200dddd5ec6c70f94f2687e0c0dfa8c});var infowindow = new google.maps.InfoWindow({content: $l6200dddd5ec6c70f94f2687e0c0dfa8c});google.maps.event.addListener(m_6200dddd5ec6c70f94f2687e0c0dfa8c, 'click', function() {infowindow.open(map,m_6200dddd5ec6c70f94f2687e0c0dfa8c);});$marker.push(m_6200dddd5ec6c70f94f2687e0c0dfa8c);}});}google.maps.event.addDomListener(window, 'load', initialize);