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_a49e11e0f258d64a1824dfe78339514b = new google.maps.Geocoder();g_a49e11e0f258d64a1824dfe78339514b.geocode( { 'address': "201 Merchant St, Honolulu, HI 96813"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-central-pacific-homeloans').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-central-pacific-homeloans'), mapOptions);}document.getElementById('227ea8fa').innerHTML += ' | View Map';var $la49e11e0f258d64a1824dfe78339514b = '

Central Pacific HomeLoans

Address: 201 Merchant St, Honolulu, HI 96813
Phone: (877) 466-3429
';var m_a49e11e0f258d64a1824dfe78339514b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific HomeLoans',});m_a49e11e0f258d64a1824dfe78339514b['infowindow'] = new google.maps.InfoWindow({content: $la49e11e0f258d64a1824dfe78339514b});var infowindow = new google.maps.InfoWindow({content: $la49e11e0f258d64a1824dfe78339514b});google.maps.event.addListener(m_a49e11e0f258d64a1824dfe78339514b, 'click', function() {infowindow.open(map,m_a49e11e0f258d64a1824dfe78339514b);});$marker.push(m_a49e11e0f258d64a1824dfe78339514b);}});}google.maps.event.addDomListener(window, 'load', initialize);