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.6861,-121.381)};var g_80b3bba53c13751a2fafbc8f107ceef0 = new google.maps.Geocoder();g_80b3bba53c13751a2fafbc8f107ceef0.geocode( { 'address': "8008 Walerga Rd, Antelope, CA 95843"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antelope-CA-thompson-brown-real-estate').style.display = '';map = new google.maps.Map(document.getElementById('antelope-CA-thompson-brown-real-estate'), mapOptions);}document.getElementById('442549dc').innerHTML += ' | View Map';var $l80b3bba53c13751a2fafbc8f107ceef0 = '

Thompson & Brown Real Estate

Address: 8008 Walerga Rd, Antelope, CA 95843
Phone: (916) 771-4177
';var m_80b3bba53c13751a2fafbc8f107ceef0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thompson & Brown Real Estate',});m_80b3bba53c13751a2fafbc8f107ceef0['infowindow'] = new google.maps.InfoWindow({content: $l80b3bba53c13751a2fafbc8f107ceef0});var infowindow = new google.maps.InfoWindow({content: $l80b3bba53c13751a2fafbc8f107ceef0});google.maps.event.addListener(m_80b3bba53c13751a2fafbc8f107ceef0, 'click', function() {infowindow.open(map,m_80b3bba53c13751a2fafbc8f107ceef0);});$marker.push(m_80b3bba53c13751a2fafbc8f107ceef0);}});}google.maps.event.addDomListener(window, 'load', initialize);