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.9743,-159.367)};var g_75194bcd73e801e52d3937040b1067c8 = new google.maps.Geocoder();g_75194bcd73e801e52d3937040b1067c8.geocode( { 'address': "3016 Umi St # 211, Lihue, HI 96766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lihue-HI-central-pacific-home-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('lihue-HI-central-pacific-home-loans-inc'), mapOptions);}document.getElementById('8a33d683').innerHTML += ' | View Map';var $l75194bcd73e801e52d3937040b1067c8 = '

Central Pacific Home Loans Inc

Address: 3016 Umi St # 211, Lihue, HI 96766, USA
Phone: (808) 246-1112
';var m_75194bcd73e801e52d3937040b1067c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Pacific Home Loans Inc',});m_75194bcd73e801e52d3937040b1067c8['infowindow'] = new google.maps.InfoWindow({content: $l75194bcd73e801e52d3937040b1067c8});var infowindow = new google.maps.InfoWindow({content: $l75194bcd73e801e52d3937040b1067c8});google.maps.event.addListener(m_75194bcd73e801e52d3937040b1067c8, 'click', function() {infowindow.open(map,m_75194bcd73e801e52d3937040b1067c8);});$marker.push(m_75194bcd73e801e52d3937040b1067c8);}});}google.maps.event.addDomListener(window, 'load', initialize);