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.0652,-117.938)};var g_b1525bba7fa872a7cea1c50071dd681d = new google.maps.Geocoder();g_b1525bba7fa872a7cea1c50071dd681d.geocode( { 'address': "220 S Vincent Ave, West Covina, CA 91790"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-pacific-western-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-pacific-western-national-bank'), mapOptions);}document.getElementById('9283973f').innerHTML += ' | View Map';var $lb1525bba7fa872a7cea1c50071dd681d = '

Pacific Western National Bank

Address: 220 S Vincent Ave, West Covina, CA 91790
Phone: (626) 919-5761
';var m_b1525bba7fa872a7cea1c50071dd681d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Western National Bank',});m_b1525bba7fa872a7cea1c50071dd681d['infowindow'] = new google.maps.InfoWindow({content: $lb1525bba7fa872a7cea1c50071dd681d});var infowindow = new google.maps.InfoWindow({content: $lb1525bba7fa872a7cea1c50071dd681d});google.maps.event.addListener(m_b1525bba7fa872a7cea1c50071dd681d, 'click', function() {infowindow.open(map,m_b1525bba7fa872a7cea1c50071dd681d);});$marker.push(m_b1525bba7fa872a7cea1c50071dd681d);}});}google.maps.event.addDomListener(window, 'load', initialize);