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.3783,-158.023)};var g_bafcae57d9828b629375532832e3f0d7 = new google.maps.Geocoder();g_bafcae57d9828b629375532832e3f0d7.geocode( { 'address': "94-205 Leoku St, Waipahu, HI 96797, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waipahu-HI-first-hawaiian-bank-waipahu-branch').style.display = '';map = new google.maps.Map(document.getElementById('waipahu-HI-first-hawaiian-bank-waipahu-branch'), mapOptions);}document.getElementById('4bcc130f').innerHTML += ' | View Map';var $lbafcae57d9828b629375532832e3f0d7 = '

First Hawaiian Bank (Waipahu Branch)

Address: 94-205 Leoku St, Waipahu, HI 96797, USA
Phone: (808) 671-3971
';var m_bafcae57d9828b629375532832e3f0d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Hawaiian Bank (Waipahu Branch)',});m_bafcae57d9828b629375532832e3f0d7['infowindow'] = new google.maps.InfoWindow({content: $lbafcae57d9828b629375532832e3f0d7});var infowindow = new google.maps.InfoWindow({content: $lbafcae57d9828b629375532832e3f0d7});google.maps.event.addListener(m_bafcae57d9828b629375532832e3f0d7, 'click', function() {infowindow.open(map,m_bafcae57d9828b629375532832e3f0d7);});$marker.push(m_bafcae57d9828b629375532832e3f0d7);}});}google.maps.event.addDomListener(window, 'load', initialize);