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.336,-157.886)};var g_7391644f872d451505da1f78ef9f2e9c = new google.maps.Geocoder();g_7391644f872d451505da1f78ef9f2e9c.geocode( { 'address': "811 Middle St, Honolulu, HI 96819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-ots-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-ots-employees-federal-credit-union'), mapOptions);}document.getElementById('7eab131c').innerHTML += ' | View Map';var $l7391644f872d451505da1f78ef9f2e9c = '

OTS Employees Federal Credit Union

Address: 811 Middle St, Honolulu, HI 96819, USA
Phone: (808) 847-8560
';var m_7391644f872d451505da1f78ef9f2e9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OTS Employees Federal Credit Union',});m_7391644f872d451505da1f78ef9f2e9c['infowindow'] = new google.maps.InfoWindow({content: $l7391644f872d451505da1f78ef9f2e9c});var infowindow = new google.maps.InfoWindow({content: $l7391644f872d451505da1f78ef9f2e9c});google.maps.event.addListener(m_7391644f872d451505da1f78ef9f2e9c, 'click', function() {infowindow.open(map,m_7391644f872d451505da1f78ef9f2e9c);});$marker.push(m_7391644f872d451505da1f78ef9f2e9c);}});}google.maps.event.addDomListener(window, 'load', initialize);