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(37.7006,-122.464)};var g_2073652e55aa1ecad6f87df8f1df77a5 = new google.maps.Geocoder();g_2073652e55aa1ecad6f87df8f1df77a5.geocode( { 'address': "6730 Mission St # A, Daly City, CA 94014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daly-city-CA-pnb-remittance-centers-inc').style.display = '';map = new google.maps.Map(document.getElementById('daly-city-CA-pnb-remittance-centers-inc'), mapOptions);}document.getElementById('4e34d3e6').innerHTML += ' | View Map';var $l2073652e55aa1ecad6f87df8f1df77a5 = '

PNB Remittance Centers, Inc

Address: 6730 Mission St # A, Daly City, CA 94014, USA
Phone: (650) 756-1268
';var m_2073652e55aa1ecad6f87df8f1df77a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNB Remittance Centers, Inc',});m_2073652e55aa1ecad6f87df8f1df77a5['infowindow'] = new google.maps.InfoWindow({content: $l2073652e55aa1ecad6f87df8f1df77a5});var infowindow = new google.maps.InfoWindow({content: $l2073652e55aa1ecad6f87df8f1df77a5});google.maps.event.addListener(m_2073652e55aa1ecad6f87df8f1df77a5, 'click', function() {infowindow.open(map,m_2073652e55aa1ecad6f87df8f1df77a5);});$marker.push(m_2073652e55aa1ecad6f87df8f1df77a5);}});}google.maps.event.addDomListener(window, 'load', initialize);