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.3255,-157.831)};var g_ff622c8dcace93c8cd4c25c22619e26a = new google.maps.Geocoder();g_ff622c8dcace93c8cd4c25c22619e26a.geocode( { 'address': "220 S King St, Honolulu, HI 96813"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-central-pacific-plaza').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-central-pacific-plaza'), mapOptions);}document.getElementById('e62484f7').innerHTML += ' | View Map';var $lff622c8dcace93c8cd4c25c22619e26a = '

Central Pacific Plaza

Address: 220 S King St, Honolulu, HI 96813
Phone: (808) 521-9802
';var m_ff622c8dcace93c8cd4c25c22619e26a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific Plaza',});m_ff622c8dcace93c8cd4c25c22619e26a['infowindow'] = new google.maps.InfoWindow({content: $lff622c8dcace93c8cd4c25c22619e26a});var infowindow = new google.maps.InfoWindow({content: $lff622c8dcace93c8cd4c25c22619e26a});google.maps.event.addListener(m_ff622c8dcace93c8cd4c25c22619e26a, 'click', function() {infowindow.open(map,m_ff622c8dcace93c8cd4c25c22619e26a);});$marker.push(m_ff622c8dcace93c8cd4c25c22619e26a);}});}google.maps.event.addDomListener(window, 'load', initialize);