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.3255,-157.831)};var g_9bac87f5e3a9e83836752ffa516785bf = new google.maps.Geocoder();g_9bac87f5e3a9e83836752ffa516785bf.geocode( { 'address': "300 Rodgers Blvd, UNIT 36, Honolulu, HI 96819"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-american-airlines-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-american-airlines-employees-federal-credit-union'), mapOptions);}document.getElementById('48478b32').innerHTML += ' | View Map';var $l9bac87f5e3a9e83836752ffa516785bf = '

American Airlines Employees Federal Credit Union

Address: 300 Rodgers Blvd, UNIT 36, Honolulu, HI 96819
Phone: (808) 831-6480
';var m_9bac87f5e3a9e83836752ffa516785bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Airlines Employees Federal Credit Union',});m_9bac87f5e3a9e83836752ffa516785bf['infowindow'] = new google.maps.InfoWindow({content: $l9bac87f5e3a9e83836752ffa516785bf});var infowindow = new google.maps.InfoWindow({content: $l9bac87f5e3a9e83836752ffa516785bf});google.maps.event.addListener(m_9bac87f5e3a9e83836752ffa516785bf, 'click', function() {infowindow.open(map,m_9bac87f5e3a9e83836752ffa516785bf);});$marker.push(m_9bac87f5e3a9e83836752ffa516785bf);}});}google.maps.event.addDomListener(window, 'load', initialize);