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(37.8982,-122.301)};var g_aa675a3c8255972b4ae5d03a8591a02b = new google.maps.Geocoder();g_aa675a3c8255972b4ae5d03a8591a02b.geocode( { 'address': "9800 San Pablo Ave, El Cerrito, CA 94530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cerrito-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-cerrito-CA-wells-fargo-bank'), mapOptions);}document.getElementById('5a203f04').innerHTML += ' | View Map';var $laa675a3c8255972b4ae5d03a8591a02b = '

Wells Fargo Bank

Address: 9800 San Pablo Ave, El Cerrito, CA 94530, USA
Phone: (510) 524-3610
';var m_aa675a3c8255972b4ae5d03a8591a02b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_aa675a3c8255972b4ae5d03a8591a02b['infowindow'] = new google.maps.InfoWindow({content: $laa675a3c8255972b4ae5d03a8591a02b});var infowindow = new google.maps.InfoWindow({content: $laa675a3c8255972b4ae5d03a8591a02b});google.maps.event.addListener(m_aa675a3c8255972b4ae5d03a8591a02b, 'click', function() {infowindow.open(map,m_aa675a3c8255972b4ae5d03a8591a02b);});$marker.push(m_aa675a3c8255972b4ae5d03a8591a02b);}});}google.maps.event.addDomListener(window, 'load', initialize);