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.2936,-157.845)};var g_065616a38f9be678a734c7e0c840885f = new google.maps.Geocoder();g_065616a38f9be678a734c7e0c840885f.geocode( { 'address': "1357 Kapiolani Blvd # 102, Honolulu, HI 96814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-ohana-pacific-bank-business-hours').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-ohana-pacific-bank-business-hours'), mapOptions);}document.getElementById('d00c86e6').innerHTML += ' | View Map';var $l065616a38f9be678a734c7e0c840885f = '

Ohana Pacific Bank business hours

Address: 1357 Kapiolani Blvd # 102, Honolulu, HI 96814, USA
Phone: (808) 237-6551
';var m_065616a38f9be678a734c7e0c840885f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohana Pacific Bank business hours',});m_065616a38f9be678a734c7e0c840885f['infowindow'] = new google.maps.InfoWindow({content: $l065616a38f9be678a734c7e0c840885f});var infowindow = new google.maps.InfoWindow({content: $l065616a38f9be678a734c7e0c840885f});google.maps.event.addListener(m_065616a38f9be678a734c7e0c840885f, 'click', function() {infowindow.open(map,m_065616a38f9be678a734c7e0c840885f);});$marker.push(m_065616a38f9be678a734c7e0c840885f);}});}google.maps.event.addDomListener(window, 'load', initialize);