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.8359,-121.019)};var g_94ae78261adc94a727c0a99edd823f7d = new google.maps.Geocoder();g_94ae78261adc94a727c0a99edd823f7d.geocode( { 'address': "1040 Boulder Mine Rd, Pilot Hill, CA 95664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pilot-hill-CA-james-real-estate').style.display = '';map = new google.maps.Map(document.getElementById('pilot-hill-CA-james-real-estate'), mapOptions);}document.getElementById('c2063202').innerHTML += ' | View Map';var $l94ae78261adc94a727c0a99edd823f7d = '

James Real Estate

Address: 1040 Boulder Mine Rd, Pilot Hill, CA 95664, USA
Phone: (530) 889-9900
';var m_94ae78261adc94a727c0a99edd823f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'James Real Estate',});m_94ae78261adc94a727c0a99edd823f7d['infowindow'] = new google.maps.InfoWindow({content: $l94ae78261adc94a727c0a99edd823f7d});var infowindow = new google.maps.InfoWindow({content: $l94ae78261adc94a727c0a99edd823f7d});google.maps.event.addListener(m_94ae78261adc94a727c0a99edd823f7d, 'click', function() {infowindow.open(map,m_94ae78261adc94a727c0a99edd823f7d);});$marker.push(m_94ae78261adc94a727c0a99edd823f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);