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.3346,-157.917)};var g_040075b0d4a1f601f4dc8e7f56b5a093 = new google.maps.Geocoder();g_040075b0d4a1f601f4dc8e7f56b5a093.geocode( { 'address': "3375 Koapaka St d106, Honolulu, HI 96819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-times-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-times-federal-credit-union'), mapOptions);}document.getElementById('9fed5d59').innerHTML += ' | View Map';var $l040075b0d4a1f601f4dc8e7f56b5a093 = '

Times Federal Credit Union

Address: 3375 Koapaka St d106, Honolulu, HI 96819, USA
Phone: (808) 831-0986
';var m_040075b0d4a1f601f4dc8e7f56b5a093 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Times Federal Credit Union',});m_040075b0d4a1f601f4dc8e7f56b5a093['infowindow'] = new google.maps.InfoWindow({content: $l040075b0d4a1f601f4dc8e7f56b5a093});var infowindow = new google.maps.InfoWindow({content: $l040075b0d4a1f601f4dc8e7f56b5a093});google.maps.event.addListener(m_040075b0d4a1f601f4dc8e7f56b5a093, 'click', function() {infowindow.open(map,m_040075b0d4a1f601f4dc8e7f56b5a093);});$marker.push(m_040075b0d4a1f601f4dc8e7f56b5a093);}});}google.maps.event.addDomListener(window, 'load', initialize);