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.4409,-122.71)};var g_f96f40bdb8cb393c6e35be1f7464e339 = new google.maps.Geocoder();g_f96f40bdb8cb393c6e35be1f7464e339.geocode( { 'address': "100 E St #101, Santa Rosa, CA 95404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-mccormick--co-homes-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-mccormick--co-homes-and-loans'), mapOptions);}document.getElementById('9e675ffe').innerHTML += ' | View Map';var $lf96f40bdb8cb393c6e35be1f7464e339 = '

McCormick & Co. Homes and Loans

Address: 100 E St #101, Santa Rosa, CA 95404, USA
Phone: (707) 526-1700
';var m_f96f40bdb8cb393c6e35be1f7464e339 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McCormick & Co. Homes and Loans',});m_f96f40bdb8cb393c6e35be1f7464e339['infowindow'] = new google.maps.InfoWindow({content: $lf96f40bdb8cb393c6e35be1f7464e339});var infowindow = new google.maps.InfoWindow({content: $lf96f40bdb8cb393c6e35be1f7464e339});google.maps.event.addListener(m_f96f40bdb8cb393c6e35be1f7464e339, 'click', function() {infowindow.open(map,m_f96f40bdb8cb393c6e35be1f7464e339);});$marker.push(m_f96f40bdb8cb393c6e35be1f7464e339);}});}google.maps.event.addDomListener(window, 'load', initialize);