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.2433,-118.546)};var g_a1a55e9a565e47d9517d1a10fb1ef99d = new google.maps.Geocoder();g_a1a55e9a565e47d9517d1a10fb1ef99d.geocode( { 'address': "10240 Reseda Blvd, Northridge, CA 91324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northridge-CA-pacific-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('northridge-CA-pacific-western-bank'), mapOptions);}document.getElementById('8f289145').innerHTML += ' | View Map';var $la1a55e9a565e47d9517d1a10fb1ef99d = '

Pacific Western Bank

Address: 10240 Reseda Blvd, Northridge, CA 91324
Phone: (818) 363-7400
';var m_a1a55e9a565e47d9517d1a10fb1ef99d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Western Bank',});m_a1a55e9a565e47d9517d1a10fb1ef99d['infowindow'] = new google.maps.InfoWindow({content: $la1a55e9a565e47d9517d1a10fb1ef99d});var infowindow = new google.maps.InfoWindow({content: $la1a55e9a565e47d9517d1a10fb1ef99d});google.maps.event.addListener(m_a1a55e9a565e47d9517d1a10fb1ef99d, 'click', function() {infowindow.open(map,m_a1a55e9a565e47d9517d1a10fb1ef99d);});$marker.push(m_a1a55e9a565e47d9517d1a10fb1ef99d);}});}google.maps.event.addDomListener(window, 'load', initialize);