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.3091,-157.864)};var g_3a209a22caa40d26e1b4f7d16e5aa90a = new google.maps.Geocoder();g_3a209a22caa40d26e1b4f7d16e5aa90a.geocode( { 'address': "55 Merchant St #1430, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-pennymac-loan-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-pennymac-loan-services-llc'), mapOptions);}document.getElementById('c3f17701').innerHTML += ' | View Map';var $l3a209a22caa40d26e1b4f7d16e5aa90a = '

PennyMac Loan Services, LLC

Address: 55 Merchant St #1430, Honolulu, HI 96813, USA
Phone: (808) 440-4331
';var m_3a209a22caa40d26e1b4f7d16e5aa90a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PennyMac Loan Services, LLC',});m_3a209a22caa40d26e1b4f7d16e5aa90a['infowindow'] = new google.maps.InfoWindow({content: $l3a209a22caa40d26e1b4f7d16e5aa90a});var infowindow = new google.maps.InfoWindow({content: $l3a209a22caa40d26e1b4f7d16e5aa90a});google.maps.event.addListener(m_3a209a22caa40d26e1b4f7d16e5aa90a, 'click', function() {infowindow.open(map,m_3a209a22caa40d26e1b4f7d16e5aa90a);});$marker.push(m_3a209a22caa40d26e1b4f7d16e5aa90a);}});}google.maps.event.addDomListener(window, 'load', initialize);