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(34.0309,-117.912)};var g_ec431936bd0358947d72dfac44ae49a9 = new google.maps.Geocoder();g_ec431936bd0358947d72dfac44ae49a9.geocode( { 'address': "1559 Amar Rd # K, West Covina, CA 91792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-pnb-remittance-centers-inc').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-pnb-remittance-centers-inc'), mapOptions);}document.getElementById('6f8995fd').innerHTML += ' | View Map';var $lec431936bd0358947d72dfac44ae49a9 = '

PNB Remittance Centers, Inc

Address: 1559 Amar Rd # K, West Covina, CA 91792, USA
Phone: (626) 854-2044
';var m_ec431936bd0358947d72dfac44ae49a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNB Remittance Centers, Inc',});m_ec431936bd0358947d72dfac44ae49a9['infowindow'] = new google.maps.InfoWindow({content: $lec431936bd0358947d72dfac44ae49a9});var infowindow = new google.maps.InfoWindow({content: $lec431936bd0358947d72dfac44ae49a9});google.maps.event.addListener(m_ec431936bd0358947d72dfac44ae49a9, 'click', function() {infowindow.open(map,m_ec431936bd0358947d72dfac44ae49a9);});$marker.push(m_ec431936bd0358947d72dfac44ae49a9);}});}google.maps.event.addDomListener(window, 'load', initialize);