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.3401,-158.078)};var g_e520f70ac3930490458892665cda6620 = new google.maps.Geocoder();g_e520f70ac3930490458892665cda6620.geocode( { 'address': "91-590 Farrington Hwy, Kapolei, HI 96707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapolei-HI-first-hawaiian-bank-kapolei-branch').style.display = '';map = new google.maps.Map(document.getElementById('kapolei-HI-first-hawaiian-bank-kapolei-branch'), mapOptions);}document.getElementById('2fd61bba').innerHTML += ' | View Map';var $le520f70ac3930490458892665cda6620 = '

First Hawaiian Bank (Kapolei Branch)

Address: 91-590 Farrington Hwy, Kapolei, HI 96707, USA
Phone: (808) 844-4444
';var m_e520f70ac3930490458892665cda6620 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Hawaiian Bank (Kapolei Branch)',});m_e520f70ac3930490458892665cda6620['infowindow'] = new google.maps.InfoWindow({content: $le520f70ac3930490458892665cda6620});var infowindow = new google.maps.InfoWindow({content: $le520f70ac3930490458892665cda6620});google.maps.event.addListener(m_e520f70ac3930490458892665cda6620, 'click', function() {infowindow.open(map,m_e520f70ac3930490458892665cda6620);});$marker.push(m_e520f70ac3930490458892665cda6620);}});}google.maps.event.addDomListener(window, 'load', initialize);