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.8879,-156.463)};var g_69b18320e9fe3ad396c48c1904f65413 = new google.maps.Geocoder();g_69b18320e9fe3ad396c48c1904f65413.geocode( { 'address': "137 Kalepa Pl, Kahului, HI 96732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kahului-HI-kula-community-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('kahului-HI-kula-community-federal-cu'), mapOptions);}document.getElementById('561fa902').innerHTML += ' | View Map';var $l69b18320e9fe3ad396c48c1904f65413 = '

Kula Community Federal CU

Address: 137 Kalepa Pl, Kahului, HI 96732, USA
Phone: (808) 871-7710
';var m_69b18320e9fe3ad396c48c1904f65413 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kula Community Federal CU',});m_69b18320e9fe3ad396c48c1904f65413['infowindow'] = new google.maps.InfoWindow({content: $l69b18320e9fe3ad396c48c1904f65413});var infowindow = new google.maps.InfoWindow({content: $l69b18320e9fe3ad396c48c1904f65413});google.maps.event.addListener(m_69b18320e9fe3ad396c48c1904f65413, 'click', function() {infowindow.open(map,m_69b18320e9fe3ad396c48c1904f65413);});$marker.push(m_69b18320e9fe3ad396c48c1904f65413);}});}google.maps.event.addDomListener(window, 'load', initialize);