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(20.0874,-155.519)};var g_5ae3a95f50aec703990178ea0aaf2da2 = new google.maps.Geocoder();g_5ae3a95f50aec703990178ea0aaf2da2.geocode( { 'address': "45-3568 Mamane St, Honokaa, HI 96727"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honokaa-HI-bank-of-hawaii').style.display = '';map = new google.maps.Map(document.getElementById('honokaa-HI-bank-of-hawaii'), mapOptions);}document.getElementById('3b7074b7').innerHTML += ' | View Map';var $l5ae3a95f50aec703990178ea0aaf2da2 = '

Bank of Hawaii

Address: 45-3568 Mamane St, Honokaa, HI 96727
Phone: (808) 775-7218
';var m_5ae3a95f50aec703990178ea0aaf2da2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Hawaii',});m_5ae3a95f50aec703990178ea0aaf2da2['infowindow'] = new google.maps.InfoWindow({content: $l5ae3a95f50aec703990178ea0aaf2da2});var infowindow = new google.maps.InfoWindow({content: $l5ae3a95f50aec703990178ea0aaf2da2});google.maps.event.addListener(m_5ae3a95f50aec703990178ea0aaf2da2, 'click', function() {infowindow.open(map,m_5ae3a95f50aec703990178ea0aaf2da2);});$marker.push(m_5ae3a95f50aec703990178ea0aaf2da2);}});}google.maps.event.addDomListener(window, 'load', initialize);