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(38.4761,-121.431)};var g_1efecd1fe0d67b4fb82c400a180be64b = new google.maps.Geocoder();g_1efecd1fe0d67b4fb82c400a180be64b.geocode( { 'address': "6051 Mack Rd # A, Sacramento, CA 95823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-pnb-remittance-center').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-pnb-remittance-center'), mapOptions);}document.getElementById('fd745d48').innerHTML += ' | View Map';var $l1efecd1fe0d67b4fb82c400a180be64b = '

PNB Remittance Center

Address: 6051 Mack Rd # A, Sacramento, CA 95823, USA
Phone: (916) 392-2468
';var m_1efecd1fe0d67b4fb82c400a180be64b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNB Remittance Center',});m_1efecd1fe0d67b4fb82c400a180be64b['infowindow'] = new google.maps.InfoWindow({content: $l1efecd1fe0d67b4fb82c400a180be64b});var infowindow = new google.maps.InfoWindow({content: $l1efecd1fe0d67b4fb82c400a180be64b});google.maps.event.addListener(m_1efecd1fe0d67b4fb82c400a180be64b, 'click', function() {infowindow.open(map,m_1efecd1fe0d67b4fb82c400a180be64b);});$marker.push(m_1efecd1fe0d67b4fb82c400a180be64b);}});}google.maps.event.addDomListener(window, 'load', initialize);