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.89,-156.47)};var g_e41a620bbc1f7b605416524b2d698589 = new google.maps.Geocoder();g_e41a620bbc1f7b605416524b2d698589.geocode( { 'address': "85 W Kaahumanu Ave, Kahului, HI 96732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kahului-HI-central-pacific-bank').style.display = '';map = new google.maps.Map(document.getElementById('kahului-HI-central-pacific-bank'), mapOptions);}document.getElementById('8bcdf080').innerHTML += ' | View Map';var $le41a620bbc1f7b605416524b2d698589 = '

Central Pacific Bank

Address: 85 W Kaahumanu Ave, Kahului, HI 96732, USA
Phone: (808) 877-3387
';var m_e41a620bbc1f7b605416524b2d698589 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific Bank',});m_e41a620bbc1f7b605416524b2d698589['infowindow'] = new google.maps.InfoWindow({content: $le41a620bbc1f7b605416524b2d698589});var infowindow = new google.maps.InfoWindow({content: $le41a620bbc1f7b605416524b2d698589});google.maps.event.addListener(m_e41a620bbc1f7b605416524b2d698589, 'click', function() {infowindow.open(map,m_e41a620bbc1f7b605416524b2d698589);});$marker.push(m_e41a620bbc1f7b605416524b2d698589);}});}google.maps.event.addDomListener(window, 'load', initialize);