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.7161,-155.097)};var g_c494c6e21b158153f6320ec35527d347 = new google.maps.Geocoder();g_c494c6e21b158153f6320ec35527d347.geocode( { 'address': "131 Puuhonu Way, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-hawaii-county-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-hawaii-county-employees-federal-credit-union'), mapOptions);}document.getElementById('f738a461').innerHTML += ' | View Map';var $lc494c6e21b158153f6320ec35527d347 = '

Hawaii County Employees Federal Credit Union

Address: 131 Puuhonu Way, Hilo, HI 96720, USA
Phone: (808) 961-5550
';var m_c494c6e21b158153f6320ec35527d347 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii County Employees Federal Credit Union',});m_c494c6e21b158153f6320ec35527d347['infowindow'] = new google.maps.InfoWindow({content: $lc494c6e21b158153f6320ec35527d347});var infowindow = new google.maps.InfoWindow({content: $lc494c6e21b158153f6320ec35527d347});google.maps.event.addListener(m_c494c6e21b158153f6320ec35527d347, 'click', function() {infowindow.open(map,m_c494c6e21b158153f6320ec35527d347);});$marker.push(m_c494c6e21b158153f6320ec35527d347);}});}google.maps.event.addDomListener(window, 'load', initialize);