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(35.4814,-120.67)};var g_bd315d3230d476a1aeb8f9087a78310f = new google.maps.Geocoder();g_bd315d3230d476a1aeb8f9087a78310f.geocode( { 'address': "7035 El Camino Real, Atascadero, CA 93422"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atascadero-CA-pacific-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('atascadero-CA-pacific-western-bank'), mapOptions);}document.getElementById('42f52408').innerHTML += ' | View Map';var $lbd315d3230d476a1aeb8f9087a78310f = '

Pacific Western Bank

Address: 7035 El Camino Real, Atascadero, CA 93422
Phone: (805) 227-7360
';var m_bd315d3230d476a1aeb8f9087a78310f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Western Bank',});m_bd315d3230d476a1aeb8f9087a78310f['infowindow'] = new google.maps.InfoWindow({content: $lbd315d3230d476a1aeb8f9087a78310f});var infowindow = new google.maps.InfoWindow({content: $lbd315d3230d476a1aeb8f9087a78310f});google.maps.event.addListener(m_bd315d3230d476a1aeb8f9087a78310f, 'click', function() {infowindow.open(map,m_bd315d3230d476a1aeb8f9087a78310f);});$marker.push(m_bd315d3230d476a1aeb8f9087a78310f);}});}google.maps.event.addDomListener(window, 'load', initialize);