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(38.9959,-121.023)};var g_57f42fba2c2cc08be1c97d09b6f2cdfb = new google.maps.Geocoder();g_57f42fba2c2cc08be1c97d09b6f2cdfb.geocode( { 'address': "16800 Placer Hills Rd, Meadow Vista, CA 95722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meadow-vista-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('meadow-vista-CA-wells-fargo-bank'), mapOptions);}document.getElementById('83245097').innerHTML += ' | View Map';var $l57f42fba2c2cc08be1c97d09b6f2cdfb = '

Wells Fargo Bank

Address: 16800 Placer Hills Rd, Meadow Vista, CA 95722, USA
Phone: (530) 878-2323
';var m_57f42fba2c2cc08be1c97d09b6f2cdfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_57f42fba2c2cc08be1c97d09b6f2cdfb['infowindow'] = new google.maps.InfoWindow({content: $l57f42fba2c2cc08be1c97d09b6f2cdfb});var infowindow = new google.maps.InfoWindow({content: $l57f42fba2c2cc08be1c97d09b6f2cdfb});google.maps.event.addListener(m_57f42fba2c2cc08be1c97d09b6f2cdfb, 'click', function() {infowindow.open(map,m_57f42fba2c2cc08be1c97d09b6f2cdfb);});$marker.push(m_57f42fba2c2cc08be1c97d09b6f2cdfb);}});}google.maps.event.addDomListener(window, 'load', initialize);