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.2755,-122.665)};var g_7eecc58cbe88f2b1919a50c6c27ba30c = new google.maps.Geocoder();g_7eecc58cbe88f2b1919a50c6c27ba30c.geocode( { 'address': "1318 Redwood Way # 100, Petaluma, CA 94954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-eagle-bay-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-eagle-bay-mortgage'), mapOptions);}document.getElementById('c590e6a8').innerHTML += ' | View Map';var $l7eecc58cbe88f2b1919a50c6c27ba30c = '

Eagle Bay Mortgage

Address: 1318 Redwood Way # 100, Petaluma, CA 94954, USA
Phone: (707) 769-8281
';var m_7eecc58cbe88f2b1919a50c6c27ba30c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Bay Mortgage',});m_7eecc58cbe88f2b1919a50c6c27ba30c['infowindow'] = new google.maps.InfoWindow({content: $l7eecc58cbe88f2b1919a50c6c27ba30c});var infowindow = new google.maps.InfoWindow({content: $l7eecc58cbe88f2b1919a50c6c27ba30c});google.maps.event.addListener(m_7eecc58cbe88f2b1919a50c6c27ba30c, 'click', function() {infowindow.open(map,m_7eecc58cbe88f2b1919a50c6c27ba30c);});$marker.push(m_7eecc58cbe88f2b1919a50c6c27ba30c);}});}google.maps.event.addDomListener(window, 'load', initialize);