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_6e1f1cd37704e111c615b93a6f2d2656 = new google.maps.Geocoder();g_6e1f1cd37704e111c615b93a6f2d2656.geocode( { 'address': "3375 Koapaka St, Honolulu, HI 96819"}, 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('4962897d').innerHTML += ' | View Map';var $l6e1f1cd37704e111c615b93a6f2d2656 = '

Times Federal Credit Union

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