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.4174,-157.812)};var g_937ea3f7714dc0d01475da7bff33b596 = new google.maps.Geocoder();g_937ea3f7714dc0d01475da7bff33b596.geocode( { 'address': "45-1151 Kamehameha Hwy, Kaneohe, HI 96744"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaneohe-HI-central-pacific-bank').style.display = '';map = new google.maps.Map(document.getElementById('kaneohe-HI-central-pacific-bank'), mapOptions);}document.getElementById('84f2138b').innerHTML += ' | View Map';var $l937ea3f7714dc0d01475da7bff33b596 = '

Central Pacific Bank

Address: 45-1151 Kamehameha Hwy, Kaneohe, HI 96744
Phone: (808) 233-2323
';var m_937ea3f7714dc0d01475da7bff33b596 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific Bank',});m_937ea3f7714dc0d01475da7bff33b596['infowindow'] = new google.maps.InfoWindow({content: $l937ea3f7714dc0d01475da7bff33b596});var infowindow = new google.maps.InfoWindow({content: $l937ea3f7714dc0d01475da7bff33b596});google.maps.event.addListener(m_937ea3f7714dc0d01475da7bff33b596, 'click', function() {infowindow.open(map,m_937ea3f7714dc0d01475da7bff33b596);});$marker.push(m_937ea3f7714dc0d01475da7bff33b596);}});}google.maps.event.addDomListener(window, 'load', initialize);