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.9053,-159.585)};var g_b1305732e016ad5c534f8371d76c092b = new google.maps.Geocoder();g_b1305732e016ad5c534f8371d76c092b.geocode( { 'address': "4469 Waialo Rd, Eleele, HI 96705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eleele-HI-first-hawaiian-bank').style.display = '';map = new google.maps.Map(document.getElementById('eleele-HI-first-hawaiian-bank'), mapOptions);}document.getElementById('4044f75b').innerHTML += ' | View Map';var $lb1305732e016ad5c534f8371d76c092b = '

First Hawaiian Bank

Address: 4469 Waialo Rd, Eleele, HI 96705, USA
Phone: (808) 335-3161
';var m_b1305732e016ad5c534f8371d76c092b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Hawaiian Bank',});m_b1305732e016ad5c534f8371d76c092b['infowindow'] = new google.maps.InfoWindow({content: $lb1305732e016ad5c534f8371d76c092b});var infowindow = new google.maps.InfoWindow({content: $lb1305732e016ad5c534f8371d76c092b});google.maps.event.addListener(m_b1305732e016ad5c534f8371d76c092b, 'click', function() {infowindow.open(map,m_b1305732e016ad5c534f8371d76c092b);});$marker.push(m_b1305732e016ad5c534f8371d76c092b);}});}google.maps.event.addDomListener(window, 'load', initialize);