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.4382,-119.633)};var g_d5f76104b737df719677726fe87a7525 = new google.maps.Geocoder();g_d5f76104b737df719677726fe87a7525.geocode( { 'address': "1482 E Valley Rd, Montecito, CA 93108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montecito-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('montecito-CA-wells-fargo-bank'), mapOptions);}document.getElementById('7bf027c8').innerHTML += ' | View Map';var $ld5f76104b737df719677726fe87a7525 = '

Wells Fargo Bank

Address: 1482 E Valley Rd, Montecito, CA 93108, USA
Phone: (805) 969-3242
';var m_d5f76104b737df719677726fe87a7525 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d5f76104b737df719677726fe87a7525['infowindow'] = new google.maps.InfoWindow({content: $ld5f76104b737df719677726fe87a7525});var infowindow = new google.maps.InfoWindow({content: $ld5f76104b737df719677726fe87a7525});google.maps.event.addListener(m_d5f76104b737df719677726fe87a7525, 'click', function() {infowindow.open(map,m_d5f76104b737df719677726fe87a7525);});$marker.push(m_d5f76104b737df719677726fe87a7525);}});}google.maps.event.addDomListener(window, 'load', initialize);