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.0151,-122.54)};var g_f15065b766e23657e2c382de566ba670 = new google.maps.Geocoder();g_f15065b766e23657e2c382de566ba670.geocode( { 'address': "4310 Redwood Hwy # 100, San Rafael, CA 94903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-cornerstone-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-cornerstone-financial-services'), mapOptions);}document.getElementById('f0d81794').innerHTML += ' | View Map';var $lf15065b766e23657e2c382de566ba670 = '

Cornerstone Financial Services

Address: 4310 Redwood Hwy # 100, San Rafael, CA 94903, USA
Phone: (415) 479-6530
';var m_f15065b766e23657e2c382de566ba670 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Financial Services',});m_f15065b766e23657e2c382de566ba670['infowindow'] = new google.maps.InfoWindow({content: $lf15065b766e23657e2c382de566ba670});var infowindow = new google.maps.InfoWindow({content: $lf15065b766e23657e2c382de566ba670});google.maps.event.addListener(m_f15065b766e23657e2c382de566ba670, 'click', function() {infowindow.open(map,m_f15065b766e23657e2c382de566ba670);});$marker.push(m_f15065b766e23657e2c382de566ba670);}});}google.maps.event.addDomListener(window, 'load', initialize);