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_c601882dfe37cf36a056d638e53ee66b = new google.maps.Geocoder();g_c601882dfe37cf36a056d638e53ee66b.geocode( { 'address': "3016 Umi St # 201, Lihue, HI 96766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lihue-HI-island-pacific-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lihue-HI-island-pacific-mortgage'), mapOptions);}document.getElementById('c2cf33f4').innerHTML += ' | View Map';var $lc601882dfe37cf36a056d638e53ee66b = '

Island Pacific Mortgage

Address: 3016 Umi St # 201, Lihue, HI 96766, USA
Phone: (808) 246-2500
';var m_c601882dfe37cf36a056d638e53ee66b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Island Pacific Mortgage',});m_c601882dfe37cf36a056d638e53ee66b['infowindow'] = new google.maps.InfoWindow({content: $lc601882dfe37cf36a056d638e53ee66b});var infowindow = new google.maps.InfoWindow({content: $lc601882dfe37cf36a056d638e53ee66b});google.maps.event.addListener(m_c601882dfe37cf36a056d638e53ee66b, 'click', function() {infowindow.open(map,m_c601882dfe37cf36a056d638e53ee66b);});$marker.push(m_c601882dfe37cf36a056d638e53ee66b);}});}google.maps.event.addDomListener(window, 'load', initialize);