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.9796,-117.898)};var g_9ed8784d4dc955c5456c4249ea703279 = new google.maps.Geocoder();g_9ed8784d4dc955c5456c4249ea703279.geocode( { 'address': "1709 Nogales St, Rowland Heights, CA 91748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rowland-heights-CA-bbcn-bank').style.display = '';map = new google.maps.Map(document.getElementById('rowland-heights-CA-bbcn-bank'), mapOptions);}document.getElementById('f933ed8e').innerHTML += ' | View Map';var $l9ed8784d4dc955c5456c4249ea703279 = '

BBCN Bank

Address: 1709 Nogales St, Rowland Heights, CA 91748
Phone: (626) 581-4020
';var m_9ed8784d4dc955c5456c4249ea703279 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBCN Bank',});m_9ed8784d4dc955c5456c4249ea703279['infowindow'] = new google.maps.InfoWindow({content: $l9ed8784d4dc955c5456c4249ea703279});var infowindow = new google.maps.InfoWindow({content: $l9ed8784d4dc955c5456c4249ea703279});google.maps.event.addListener(m_9ed8784d4dc955c5456c4249ea703279, 'click', function() {infowindow.open(map,m_9ed8784d4dc955c5456c4249ea703279);});$marker.push(m_9ed8784d4dc955c5456c4249ea703279);}});}google.maps.event.addDomListener(window, 'load', initialize);