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.3088,-157.862)};var g_5938b4d054136e5d59ada6ec9c295d7a = new google.maps.Geocoder();g_5938b4d054136e5d59ada6ec9c295d7a.geocode( { 'address': "111 S King St, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-bank-of-hawaii-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-bank-of-hawaii-main-branch'), mapOptions);}document.getElementById('71744974').innerHTML += ' | View Map';var $l5938b4d054136e5d59ada6ec9c295d7a = '

Bank of Hawaii Main Branch

Address: 111 S King St, Honolulu, HI 96813, USA
Phone: (808) 538-4171
';var m_5938b4d054136e5d59ada6ec9c295d7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Hawaii Main Branch',});m_5938b4d054136e5d59ada6ec9c295d7a['infowindow'] = new google.maps.InfoWindow({content: $l5938b4d054136e5d59ada6ec9c295d7a});var infowindow = new google.maps.InfoWindow({content: $l5938b4d054136e5d59ada6ec9c295d7a});google.maps.event.addListener(m_5938b4d054136e5d59ada6ec9c295d7a, 'click', function() {infowindow.open(map,m_5938b4d054136e5d59ada6ec9c295d7a);});$marker.push(m_5938b4d054136e5d59ada6ec9c295d7a);}});}google.maps.event.addDomListener(window, 'load', initialize);