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.3102,-157.863)};var g_26500174dc195f6d503667e1badba3a0 = new google.maps.Geocoder();g_26500174dc195f6d503667e1badba3a0.geocode( { 'address': "33 S King St #109, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-pnb-remittance-centers-inc').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-pnb-remittance-centers-inc'), mapOptions);}document.getElementById('ac67100a').innerHTML += ' | View Map';var $l26500174dc195f6d503667e1badba3a0 = '

PNB Remittance Centers, Inc

Address: 33 S King St #109, Honolulu, HI 96813, USA
Phone: (808) 521-1493
';var m_26500174dc195f6d503667e1badba3a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNB Remittance Centers, Inc',});m_26500174dc195f6d503667e1badba3a0['infowindow'] = new google.maps.InfoWindow({content: $l26500174dc195f6d503667e1badba3a0});var infowindow = new google.maps.InfoWindow({content: $l26500174dc195f6d503667e1badba3a0});google.maps.event.addListener(m_26500174dc195f6d503667e1badba3a0, 'click', function() {infowindow.open(map,m_26500174dc195f6d503667e1badba3a0);});$marker.push(m_26500174dc195f6d503667e1badba3a0);}});}google.maps.event.addDomListener(window, 'load', initialize);