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(36.3096,-121.319)};var g_62255f5fe0a53c41867287a4970fa778 = new google.maps.Geocoder();g_62255f5fe0a53c41867287a4970fa778.geocode( { 'address': "560 Walnut Ave, Greenfield, CA 93927"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenfield-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenfield-CA-wells-fargo-bank'), mapOptions);}document.getElementById('1a9bc71c').innerHTML += ' | View Map';var $l62255f5fe0a53c41867287a4970fa778 = '

Wells Fargo Bank

Address: 560 Walnut Ave, Greenfield, CA 93927
Phone: (831) 674-7040
';var m_62255f5fe0a53c41867287a4970fa778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_62255f5fe0a53c41867287a4970fa778['infowindow'] = new google.maps.InfoWindow({content: $l62255f5fe0a53c41867287a4970fa778});var infowindow = new google.maps.InfoWindow({content: $l62255f5fe0a53c41867287a4970fa778});google.maps.event.addListener(m_62255f5fe0a53c41867287a4970fa778, 'click', function() {infowindow.open(map,m_62255f5fe0a53c41867287a4970fa778);});$marker.push(m_62255f5fe0a53c41867287a4970fa778);}});}google.maps.event.addDomListener(window, 'load', initialize);