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.4975,-158.025)};var g_16c0f87dabaedf9b9b7ad4110639813f = new google.maps.Geocoder();g_16c0f87dabaedf9b9b7ad4110639813f.geocode( { 'address': "935 California Ave, Wahiawa, HI 96786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wahiawa-HI-central-pacific-bank').style.display = '';map = new google.maps.Map(document.getElementById('wahiawa-HI-central-pacific-bank'), mapOptions);}document.getElementById('733692d1').innerHTML += ' | View Map';var $l16c0f87dabaedf9b9b7ad4110639813f = '

Central Pacific Bank

Address: 935 California Ave, Wahiawa, HI 96786, USA
Phone: (808) 544-5170
';var m_16c0f87dabaedf9b9b7ad4110639813f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific Bank',});m_16c0f87dabaedf9b9b7ad4110639813f['infowindow'] = new google.maps.InfoWindow({content: $l16c0f87dabaedf9b9b7ad4110639813f});var infowindow = new google.maps.InfoWindow({content: $l16c0f87dabaedf9b9b7ad4110639813f});google.maps.event.addListener(m_16c0f87dabaedf9b9b7ad4110639813f, 'click', function() {infowindow.open(map,m_16c0f87dabaedf9b9b7ad4110639813f);});$marker.push(m_16c0f87dabaedf9b9b7ad4110639813f);}});}google.maps.event.addDomListener(window, 'load', initialize);