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.8862,-156.502)};var g_b0143bc6f35ff3328ffaaf5c04b598be = new google.maps.Geocoder();g_b0143bc6f35ff3328ffaaf5c04b598be.geocode( { 'address': "2061 Wells St, Wailuku, HI 96793, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wailuku-HI-central-pacific-bank').style.display = '';map = new google.maps.Map(document.getElementById('wailuku-HI-central-pacific-bank'), mapOptions);}document.getElementById('dd6c11f8').innerHTML += ' | View Map';var $lb0143bc6f35ff3328ffaaf5c04b598be = '

Central Pacific Bank

Address: 2061 Wells St, Wailuku, HI 96793, USA
Phone: (808) 249-2570
';var m_b0143bc6f35ff3328ffaaf5c04b598be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific Bank',});m_b0143bc6f35ff3328ffaaf5c04b598be['infowindow'] = new google.maps.InfoWindow({content: $lb0143bc6f35ff3328ffaaf5c04b598be});var infowindow = new google.maps.InfoWindow({content: $lb0143bc6f35ff3328ffaaf5c04b598be});google.maps.event.addListener(m_b0143bc6f35ff3328ffaaf5c04b598be, 'click', function() {infowindow.open(map,m_b0143bc6f35ff3328ffaaf5c04b598be);});$marker.push(m_b0143bc6f35ff3328ffaaf5c04b598be);}});}google.maps.event.addDomListener(window, 'load', initialize);