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.3526,-121.977)};var g_27545ae7d4e787205b2f663d420be7bb = new google.maps.Geocoder();g_27545ae7d4e787205b2f663d420be7bb.geocode( { 'address': "120 Peabody Rd, Vacaville, CA 95687, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vacaville-CA-cornerstone-real-estate-and-home-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('vacaville-CA-cornerstone-real-estate-and-home-loans-inc'), mapOptions);}document.getElementById('88c9c612').innerHTML += ' | View Map';var $l27545ae7d4e787205b2f663d420be7bb = '

Cornerstone Real Estate and Home Loans Inc

Address: 120 Peabody Rd, Vacaville, CA 95687, USA
Phone: (707) 447-8120
';var m_27545ae7d4e787205b2f663d420be7bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Real Estate and Home Loans Inc',});m_27545ae7d4e787205b2f663d420be7bb['infowindow'] = new google.maps.InfoWindow({content: $l27545ae7d4e787205b2f663d420be7bb});var infowindow = new google.maps.InfoWindow({content: $l27545ae7d4e787205b2f663d420be7bb});google.maps.event.addListener(m_27545ae7d4e787205b2f663d420be7bb, 'click', function() {infowindow.open(map,m_27545ae7d4e787205b2f663d420be7bb);});$marker.push(m_27545ae7d4e787205b2f663d420be7bb);}});}google.maps.event.addDomListener(window, 'load', initialize);