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.2027,-121.029)};var g_795614ab85fa0cbf19bdc16c075a0d2c = new google.maps.Geocoder();g_795614ab85fa0cbf19bdc16c075a0d2c.geocode( { 'address': "10443 Hanging Wall Dr, Grass Valley, CA 95945"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grass-valley-CA-chow-chow-rescue-the-sierra').style.display = '';map = new google.maps.Map(document.getElementById('grass-valley-CA-chow-chow-rescue-the-sierra'), mapOptions);}document.getElementById('ceded52f').innerHTML += ' | View Map';var $l795614ab85fa0cbf19bdc16c075a0d2c = '

Chow Chow Rescue The Sierra

Address: 10443 Hanging Wall Dr, Grass Valley, CA 95945
Phone: (530) 432-2778
';var m_795614ab85fa0cbf19bdc16c075a0d2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chow Chow Rescue The Sierra',});m_795614ab85fa0cbf19bdc16c075a0d2c['infowindow'] = new google.maps.InfoWindow({content: $l795614ab85fa0cbf19bdc16c075a0d2c});var infowindow = new google.maps.InfoWindow({content: $l795614ab85fa0cbf19bdc16c075a0d2c});google.maps.event.addListener(m_795614ab85fa0cbf19bdc16c075a0d2c, 'click', function() {infowindow.open(map,m_795614ab85fa0cbf19bdc16c075a0d2c);});$marker.push(m_795614ab85fa0cbf19bdc16c075a0d2c);}});}google.maps.event.addDomListener(window, 'load', initialize);