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.3391,-157.901)};var g_e900d99a0977beccf607233b10c66b43 = new google.maps.Geocoder();g_e900d99a0977beccf607233b10c66b43.geocode( { 'address': "2969 Mapunapuna Place, Honolulu, HI 96819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-bank-of-hawaii-mapunapuna-branch').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-bank-of-hawaii-mapunapuna-branch'), mapOptions);}document.getElementById('cc123977').innerHTML += ' | View Map';var $le900d99a0977beccf607233b10c66b43 = '

Bank of Hawaii Mapunapuna Branch

Address: 2969 Mapunapuna Place, Honolulu, HI 96819, USA
Phone: (808) 831-4700
';var m_e900d99a0977beccf607233b10c66b43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Hawaii Mapunapuna Branch',});m_e900d99a0977beccf607233b10c66b43['infowindow'] = new google.maps.InfoWindow({content: $le900d99a0977beccf607233b10c66b43});var infowindow = new google.maps.InfoWindow({content: $le900d99a0977beccf607233b10c66b43});google.maps.event.addListener(m_e900d99a0977beccf607233b10c66b43, 'click', function() {infowindow.open(map,m_e900d99a0977beccf607233b10c66b43);});$marker.push(m_e900d99a0977beccf607233b10c66b43);}});}google.maps.event.addDomListener(window, 'load', initialize);