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.234,-122.638)};var g_c7194685a175f368541ec160792b2a7c = new google.maps.Geocoder();g_c7194685a175f368541ec160792b2a7c.geocode( { 'address': "101 2nd Street, Suite 150, Petaluma, CA 94952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-martin-yataco-home-loans-group').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-martin-yataco-home-loans-group'), mapOptions);}document.getElementById('3aa0a4a9').innerHTML += ' | View Map';var $lc7194685a175f368541ec160792b2a7c = '

Martin Yataco Home Loans Group

Address: 101 2nd Street, Suite 150, Petaluma, CA 94952, USA
Phone: (415) 328-9968
';var m_c7194685a175f368541ec160792b2a7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martin Yataco Home Loans Group',});m_c7194685a175f368541ec160792b2a7c['infowindow'] = new google.maps.InfoWindow({content: $lc7194685a175f368541ec160792b2a7c});var infowindow = new google.maps.InfoWindow({content: $lc7194685a175f368541ec160792b2a7c});google.maps.event.addListener(m_c7194685a175f368541ec160792b2a7c, 'click', function() {infowindow.open(map,m_c7194685a175f368541ec160792b2a7c);});$marker.push(m_c7194685a175f368541ec160792b2a7c);}});}google.maps.event.addDomListener(window, 'load', initialize);