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.0658,-118.082)};var g_57f155a08ff0529b8a3cf4e746288ba6 = new google.maps.Geocoder();g_57f155a08ff0529b8a3cf4e746288ba6.geocode( { 'address': "8941 Valley Blvd, Rosemead, CA 91770"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosemead-CA-pacific-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('rosemead-CA-pacific-western-bank'), mapOptions);}document.getElementById('c95ef98a').innerHTML += ' | View Map';var $l57f155a08ff0529b8a3cf4e746288ba6 = '

Pacific Western Bank

Address: 8941 Valley Blvd, Rosemead, CA 91770
Phone: (626) 287-6100
';var m_57f155a08ff0529b8a3cf4e746288ba6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Western Bank',});m_57f155a08ff0529b8a3cf4e746288ba6['infowindow'] = new google.maps.InfoWindow({content: $l57f155a08ff0529b8a3cf4e746288ba6});var infowindow = new google.maps.InfoWindow({content: $l57f155a08ff0529b8a3cf4e746288ba6});google.maps.event.addListener(m_57f155a08ff0529b8a3cf4e746288ba6, 'click', function() {infowindow.open(map,m_57f155a08ff0529b8a3cf4e746288ba6);});$marker.push(m_57f155a08ff0529b8a3cf4e746288ba6);}});}google.maps.event.addDomListener(window, 'load', initialize);