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.7442,-121.191)};var g_cf9cf2aab38a5b43cf9daff032f0eaab = new google.maps.Geocoder();g_cf9cf2aab38a5b43cf9daff032f0eaab.geocode( { 'address': "8475 Auburn Folsom Rd, Granite Bay, CA 95746"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-bay-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('granite-bay-CA-wells-fargo-bank'), mapOptions);}document.getElementById('3f6fc10e').innerHTML += ' | View Map';var $lcf9cf2aab38a5b43cf9daff032f0eaab = '

Wells Fargo Bank

Address: 8475 Auburn Folsom Rd, Granite Bay, CA 95746
Phone: (916) 791-1173
';var m_cf9cf2aab38a5b43cf9daff032f0eaab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_cf9cf2aab38a5b43cf9daff032f0eaab['infowindow'] = new google.maps.InfoWindow({content: $lcf9cf2aab38a5b43cf9daff032f0eaab});var infowindow = new google.maps.InfoWindow({content: $lcf9cf2aab38a5b43cf9daff032f0eaab});google.maps.event.addListener(m_cf9cf2aab38a5b43cf9daff032f0eaab, 'click', function() {infowindow.open(map,m_cf9cf2aab38a5b43cf9daff032f0eaab);});$marker.push(m_cf9cf2aab38a5b43cf9daff032f0eaab);}});}google.maps.event.addDomListener(window, 'load', initialize);