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.3182,-158.093)};var g_9b2f00f37307f2c2f372acafe55843f3 = new google.maps.Geocoder();g_9b2f00f37307f2c2f372acafe55843f3.geocode( { 'address': "2181 Lauwiliwili St #120, Kapolei, HI 96707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapolei-HI-oe-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kapolei-HI-oe-federal-credit-union'), mapOptions);}document.getElementById('0f36dad3').innerHTML += ' | View Map';var $l9b2f00f37307f2c2f372acafe55843f3 = '

OE Federal Credit Union

Address: 2181 Lauwiliwili St #120, Kapolei, HI 96707, USA
Phone: (808) 682-4440
';var m_9b2f00f37307f2c2f372acafe55843f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OE Federal Credit Union',});m_9b2f00f37307f2c2f372acafe55843f3['infowindow'] = new google.maps.InfoWindow({content: $l9b2f00f37307f2c2f372acafe55843f3});var infowindow = new google.maps.InfoWindow({content: $l9b2f00f37307f2c2f372acafe55843f3});google.maps.event.addListener(m_9b2f00f37307f2c2f372acafe55843f3, 'click', function() {infowindow.open(map,m_9b2f00f37307f2c2f372acafe55843f3);});$marker.push(m_9b2f00f37307f2c2f372acafe55843f3);}});}google.maps.event.addDomListener(window, 'load', initialize);