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.7519,-120.983)};var g_c3b8b49508c853e0845d9ac62b3540b0 = new google.maps.Geocoder();g_c3b8b49508c853e0845d9ac62b3540b0.geocode( { 'address': "820 Jurgens Rd, Rescue, CA 95672, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rescue-CA-first-commercial').style.display = '';map = new google.maps.Map(document.getElementById('rescue-CA-first-commercial'), mapOptions);}document.getElementById('639aa702').innerHTML += ' | View Map';var $lc3b8b49508c853e0845d9ac62b3540b0 = '

First Commercial

Address: 820 Jurgens Rd, Rescue, CA 95672, USA
Phone: (530) 676-4566
';var m_c3b8b49508c853e0845d9ac62b3540b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commercial',});m_c3b8b49508c853e0845d9ac62b3540b0['infowindow'] = new google.maps.InfoWindow({content: $lc3b8b49508c853e0845d9ac62b3540b0});var infowindow = new google.maps.InfoWindow({content: $lc3b8b49508c853e0845d9ac62b3540b0});google.maps.event.addListener(m_c3b8b49508c853e0845d9ac62b3540b0, 'click', function() {infowindow.open(map,m_c3b8b49508c853e0845d9ac62b3540b0);});$marker.push(m_c3b8b49508c853e0845d9ac62b3540b0);}});}google.maps.event.addDomListener(window, 'load', initialize);