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(19.6369,-155.047)};var g_85554f207d7a7d8f7817ae532f0dd828 = new google.maps.Geocoder();g_85554f207d7a7d8f7817ae532f0dd828.geocode( { 'address': "16-594 E Kipimana St, Keaau, HI 96749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keaau-HI-big-island-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('keaau-HI-big-island-federal-cu'), mapOptions);}document.getElementById('5fa4a872').innerHTML += ' | View Map';var $l85554f207d7a7d8f7817ae532f0dd828 = '

Big Island Federal CU

Address: 16-594 E Kipimana St, Keaau, HI 96749, USA
Phone: (808) 930-2600
';var m_85554f207d7a7d8f7817ae532f0dd828 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Big Island Federal CU',});m_85554f207d7a7d8f7817ae532f0dd828['infowindow'] = new google.maps.InfoWindow({content: $l85554f207d7a7d8f7817ae532f0dd828});var infowindow = new google.maps.InfoWindow({content: $l85554f207d7a7d8f7817ae532f0dd828});google.maps.event.addListener(m_85554f207d7a7d8f7817ae532f0dd828, 'click', function() {infowindow.open(map,m_85554f207d7a7d8f7817ae532f0dd828);});$marker.push(m_85554f207d7a7d8f7817ae532f0dd828);}});}google.maps.event.addDomListener(window, 'load', initialize);