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.8906,-122.293)};var g_aa37bf5616786370647d18bc7c0a7fb8 = new google.maps.Geocoder();g_aa37bf5616786370647d18bc7c0a7fb8.geocode( { 'address': "1300 Solano Ave, Albany, CA 94706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-CA-california-mortgage-advisors-inc').style.display = '';map = new google.maps.Map(document.getElementById('albany-CA-california-mortgage-advisors-inc'), mapOptions);}document.getElementById('73783dd4').innerHTML += ' | View Map';var $laa37bf5616786370647d18bc7c0a7fb8 = '

California Mortgage Advisors, Inc

Address: 1300 Solano Ave, Albany, CA 94706, USA
Phone: (510) 500-8672
';var m_aa37bf5616786370647d18bc7c0a7fb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Mortgage Advisors, Inc',});m_aa37bf5616786370647d18bc7c0a7fb8['infowindow'] = new google.maps.InfoWindow({content: $laa37bf5616786370647d18bc7c0a7fb8});var infowindow = new google.maps.InfoWindow({content: $laa37bf5616786370647d18bc7c0a7fb8});google.maps.event.addListener(m_aa37bf5616786370647d18bc7c0a7fb8, 'click', function() {infowindow.open(map,m_aa37bf5616786370647d18bc7c0a7fb8);});$marker.push(m_aa37bf5616786370647d18bc7c0a7fb8);}});}google.maps.event.addDomListener(window, 'load', initialize);