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.0201,-121.55)};var g_4639a824a1e367baf62a26fdd7fcf5cc = new google.maps.Geocoder();g_4639a824a1e367baf62a26fdd7fcf5cc.geocode( { 'address': "2293 River Oaks Blvd, Plumas Lake, CA 95961, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plumas-lake-CA-walgreens-atm').style.display = '';map = new google.maps.Map(document.getElementById('plumas-lake-CA-walgreens-atm'), mapOptions);}document.getElementById('966e0794').innerHTML += ' | View Map';var $l4639a824a1e367baf62a26fdd7fcf5cc = '

Walgreens ATM

Address: 2293 River Oaks Blvd, Plumas Lake, CA 95961, USA
Phone: (800) 942-6222
';var m_4639a824a1e367baf62a26fdd7fcf5cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walgreens ATM',});m_4639a824a1e367baf62a26fdd7fcf5cc['infowindow'] = new google.maps.InfoWindow({content: $l4639a824a1e367baf62a26fdd7fcf5cc});var infowindow = new google.maps.InfoWindow({content: $l4639a824a1e367baf62a26fdd7fcf5cc});google.maps.event.addListener(m_4639a824a1e367baf62a26fdd7fcf5cc, 'click', function() {infowindow.open(map,m_4639a824a1e367baf62a26fdd7fcf5cc);});$marker.push(m_4639a824a1e367baf62a26fdd7fcf5cc);}});}google.maps.event.addDomListener(window, 'load', initialize);