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.5767,-158.13)};var g_eea8471ac94881816a271ac0864e1d60 = new google.maps.Geocoder();g_eea8471ac94881816a271ac0864e1d60.geocode( { 'address': "Waialua, HI 96791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waialua-HI-walalua-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('waialua-HI-walalua-federal-credit-union'), mapOptions);}document.getElementById('190f2c45').innerHTML += ' | View Map';var $leea8471ac94881816a271ac0864e1d60 = '

Walalua Federal Credit Union

Address: Waialua, HI 96791, USA
Phone: (808) 637-5980
';var m_eea8471ac94881816a271ac0864e1d60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walalua Federal Credit Union',});m_eea8471ac94881816a271ac0864e1d60['infowindow'] = new google.maps.InfoWindow({content: $leea8471ac94881816a271ac0864e1d60});var infowindow = new google.maps.InfoWindow({content: $leea8471ac94881816a271ac0864e1d60});google.maps.event.addListener(m_eea8471ac94881816a271ac0864e1d60, 'click', function() {infowindow.open(map,m_eea8471ac94881816a271ac0864e1d60);});$marker.push(m_eea8471ac94881816a271ac0864e1d60);}});}google.maps.event.addDomListener(window, 'load', initialize);