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(39.764,-121.619)};var g_c14ae9065064ff2b8fba25872babb674 = new google.maps.Geocoder();g_c14ae9065064ff2b8fba25872babb674.geocode( { 'address': "6930 Skyway, Paradise, CA 95969, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paradise-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('paradise-CA-wells-fargo-bank'), mapOptions);}document.getElementById('d0d5bc69').innerHTML += ' | View Map';var $lc14ae9065064ff2b8fba25872babb674 = '

Wells Fargo Bank

Address: 6930 Skyway, Paradise, CA 95969, USA
Phone: (530) 872-0813
';var m_c14ae9065064ff2b8fba25872babb674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_c14ae9065064ff2b8fba25872babb674['infowindow'] = new google.maps.InfoWindow({content: $lc14ae9065064ff2b8fba25872babb674});var infowindow = new google.maps.InfoWindow({content: $lc14ae9065064ff2b8fba25872babb674});google.maps.event.addListener(m_c14ae9065064ff2b8fba25872babb674, 'click', function() {infowindow.open(map,m_c14ae9065064ff2b8fba25872babb674);});$marker.push(m_c14ae9065064ff2b8fba25872babb674);}});}google.maps.event.addDomListener(window, 'load', initialize);