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.0075,-122.548)};var g_a4516a6a591473d0f34e4ec71766339d = new google.maps.Geocoder();g_a4516a6a591473d0f34e4ec71766339d.geocode( { 'address': "880 Las Gallinas Ave # 7, San Rafael, CA 94903, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-primary-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-primary-mortgage'), mapOptions);}document.getElementById('71726473').innerHTML += ' | View Map';var $la4516a6a591473d0f34e4ec71766339d = '

Primary Mortgage

Address: 880 Las Gallinas Ave # 7, San Rafael, CA 94903, USA
Phone: (415) 472-4572
';var m_a4516a6a591473d0f34e4ec71766339d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Mortgage',});m_a4516a6a591473d0f34e4ec71766339d['infowindow'] = new google.maps.InfoWindow({content: $la4516a6a591473d0f34e4ec71766339d});var infowindow = new google.maps.InfoWindow({content: $la4516a6a591473d0f34e4ec71766339d});google.maps.event.addListener(m_a4516a6a591473d0f34e4ec71766339d, 'click', function() {infowindow.open(map,m_a4516a6a591473d0f34e4ec71766339d);});$marker.push(m_a4516a6a591473d0f34e4ec71766339d);}});}google.maps.event.addDomListener(window, 'load', initialize);