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.33,-157.865)};var g_0623d6fcf18ec961b45184b98f0f6fdb = new google.maps.Geocoder();g_0623d6fcf18ec961b45184b98f0f6fdb.geocode( { 'address': "1200 N School St, Honolulu, HI 96817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-honolulu-fire-department-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-honolulu-fire-department-federal-credit-union'), mapOptions);}document.getElementById('1b4d99b2').innerHTML += ' | View Map';var $l0623d6fcf18ec961b45184b98f0f6fdb = '

Honolulu Fire Department Federal Credit Union

Address: 1200 N School St, Honolulu, HI 96817, USA
Phone: (808) 853-2355
';var m_0623d6fcf18ec961b45184b98f0f6fdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honolulu Fire Department Federal Credit Union',});m_0623d6fcf18ec961b45184b98f0f6fdb['infowindow'] = new google.maps.InfoWindow({content: $l0623d6fcf18ec961b45184b98f0f6fdb});var infowindow = new google.maps.InfoWindow({content: $l0623d6fcf18ec961b45184b98f0f6fdb});google.maps.event.addListener(m_0623d6fcf18ec961b45184b98f0f6fdb, 'click', function() {infowindow.open(map,m_0623d6fcf18ec961b45184b98f0f6fdb);});$marker.push(m_0623d6fcf18ec961b45184b98f0f6fdb);}});}google.maps.event.addDomListener(window, 'load', initialize);