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.3481,-120.774)};var g_4f8f78122c048c38b771631ea43f2581 = new google.maps.Geocoder();g_4f8f78122c048c38b771631ea43f2581.geocode( { 'address': "11 Main St, Jackson, CA 95642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('jackson-CA-wells-fargo-bank'), mapOptions);}document.getElementById('f90752bd').innerHTML += ' | View Map';var $l4f8f78122c048c38b771631ea43f2581 = '

Wells Fargo Bank

Address: 11 Main St, Jackson, CA 95642, USA
Phone: (209) 223-0113
';var m_4f8f78122c048c38b771631ea43f2581 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_4f8f78122c048c38b771631ea43f2581['infowindow'] = new google.maps.InfoWindow({content: $l4f8f78122c048c38b771631ea43f2581});var infowindow = new google.maps.InfoWindow({content: $l4f8f78122c048c38b771631ea43f2581});google.maps.event.addListener(m_4f8f78122c048c38b771631ea43f2581, 'click', function() {infowindow.open(map,m_4f8f78122c048c38b771631ea43f2581);});$marker.push(m_4f8f78122c048c38b771631ea43f2581);}});}google.maps.event.addDomListener(window, 'load', initialize);