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(33.8042,-118.21)};var g_0254236f8084a579fec7ed599d564966 = new google.maps.Geocoder();g_0254236f8084a579fec7ed599d564966.geocode( { 'address': "1320 W Willow St Unit C, Long Beach, CA 90810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-pnb-remittance-center').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-pnb-remittance-center'), mapOptions);}document.getElementById('12bfca51').innerHTML += ' | View Map';var $l0254236f8084a579fec7ed599d564966 = '

PNB Remittance Center

Address: 1320 W Willow St Unit C, Long Beach, CA 90810, USA
Phone: (562) 492-5909
';var m_0254236f8084a579fec7ed599d564966 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNB Remittance Center',});m_0254236f8084a579fec7ed599d564966['infowindow'] = new google.maps.InfoWindow({content: $l0254236f8084a579fec7ed599d564966});var infowindow = new google.maps.InfoWindow({content: $l0254236f8084a579fec7ed599d564966});google.maps.event.addListener(m_0254236f8084a579fec7ed599d564966, 'click', function() {infowindow.open(map,m_0254236f8084a579fec7ed599d564966);});$marker.push(m_0254236f8084a579fec7ed599d564966);}});}google.maps.event.addDomListener(window, 'load', initialize);