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.551,-122.049)};var g_58847a4740526ce1989cae797079abce = new google.maps.Geocoder();g_58847a4740526ce1989cae797079abce.geocode( { 'address': "34988 Newark Blvd, Newark, CA 94560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('newark-CA-wells-fargo-bank'), mapOptions);}document.getElementById('1531639a').innerHTML += ' | View Map';var $l58847a4740526ce1989cae797079abce = '

Wells Fargo Bank

Address: 34988 Newark Blvd, Newark, CA 94560, USA
Phone: (510) 792-3301
';var m_58847a4740526ce1989cae797079abce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_58847a4740526ce1989cae797079abce['infowindow'] = new google.maps.InfoWindow({content: $l58847a4740526ce1989cae797079abce});var infowindow = new google.maps.InfoWindow({content: $l58847a4740526ce1989cae797079abce});google.maps.event.addListener(m_58847a4740526ce1989cae797079abce, 'click', function() {infowindow.open(map,m_58847a4740526ce1989cae797079abce);});$marker.push(m_58847a4740526ce1989cae797079abce);}});}google.maps.event.addDomListener(window, 'load', initialize);