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(37.6892,-121.018)};var g_f2f6ca4ca1db419beff8b318ec95e40c = new google.maps.Geocoder();g_f2f6ca4ca1db419beff8b318ec95e40c.geocode( { 'address': "1500 Standiford Ave, Modesto, CA 95350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-cornerstone-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-cornerstone-mortgage'), mapOptions);}document.getElementById('41ef243a').innerHTML += ' | View Map';var $lf2f6ca4ca1db419beff8b318ec95e40c = '

Cornerstone Mortgage

Address: 1500 Standiford Ave, Modesto, CA 95350, USA
Phone: (209) 578-9000
';var m_f2f6ca4ca1db419beff8b318ec95e40c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Mortgage',});m_f2f6ca4ca1db419beff8b318ec95e40c['infowindow'] = new google.maps.InfoWindow({content: $lf2f6ca4ca1db419beff8b318ec95e40c});var infowindow = new google.maps.InfoWindow({content: $lf2f6ca4ca1db419beff8b318ec95e40c});google.maps.event.addListener(m_f2f6ca4ca1db419beff8b318ec95e40c, 'click', function() {infowindow.open(map,m_f2f6ca4ca1db419beff8b318ec95e40c);});$marker.push(m_f2f6ca4ca1db419beff8b318ec95e40c);}});}google.maps.event.addDomListener(window, 'load', initialize);