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.2595,-120.653)};var g_af75b6af5d0f08cf675149da13b1d3e4 = new google.maps.Geocoder();g_af75b6af5d0f08cf675149da13b1d3e4.geocode( { 'address': "3211 Broad St, San Luis Obispo, CA 93401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-luis-obispo-CA-premier-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-luis-obispo-CA-premier-valley-bank'), mapOptions);}document.getElementById('05b29f5c').innerHTML += ' | View Map';var $laf75b6af5d0f08cf675149da13b1d3e4 = '

Premier Valley Bank

Address: 3211 Broad St, San Luis Obispo, CA 93401
Phone: (805) 250-2845
';var m_af75b6af5d0f08cf675149da13b1d3e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Valley Bank',});m_af75b6af5d0f08cf675149da13b1d3e4['infowindow'] = new google.maps.InfoWindow({content: $laf75b6af5d0f08cf675149da13b1d3e4});var infowindow = new google.maps.InfoWindow({content: $laf75b6af5d0f08cf675149da13b1d3e4});google.maps.event.addListener(m_af75b6af5d0f08cf675149da13b1d3e4, 'click', function() {infowindow.open(map,m_af75b6af5d0f08cf675149da13b1d3e4);});$marker.push(m_af75b6af5d0f08cf675149da13b1d3e4);}});}google.maps.event.addDomListener(window, 'load', initialize);