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.3255,-157.831)};var g_4a66ba27e2e2a6b9420c1011579a5f24 = new google.maps.Geocoder();g_4a66ba27e2e2a6b9420c1011579a5f24.geocode( { 'address': "111 S King St, Honolulu, HI 96813"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-bank-of-hi-private-client-service').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-bank-of-hi-private-client-service'), mapOptions);}document.getElementById('31f28ccd').innerHTML += ' | View Map';var $l4a66ba27e2e2a6b9420c1011579a5f24 = '

Bank Of Hi Private Client Service

Address: 111 S King St, Honolulu, HI 96813
Phone: (808) 694-4444
';var m_4a66ba27e2e2a6b9420c1011579a5f24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Hi Private Client Service',});m_4a66ba27e2e2a6b9420c1011579a5f24['infowindow'] = new google.maps.InfoWindow({content: $l4a66ba27e2e2a6b9420c1011579a5f24});var infowindow = new google.maps.InfoWindow({content: $l4a66ba27e2e2a6b9420c1011579a5f24});google.maps.event.addListener(m_4a66ba27e2e2a6b9420c1011579a5f24, 'click', function() {infowindow.open(map,m_4a66ba27e2e2a6b9420c1011579a5f24);});$marker.push(m_4a66ba27e2e2a6b9420c1011579a5f24);}});}google.maps.event.addDomListener(window, 'load', initialize);