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.2315,-122.615)};var g_2fa92d37f558044eda60b8a8ad3269d7 = new google.maps.Geocoder();g_2fa92d37f558044eda60b8a8ad3269d7.geocode( { 'address': "775 Baywood Dr, Petaluma, CA 94954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-blue-oak-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-blue-oak-mortgage-corporation'), mapOptions);}document.getElementById('c512130d').innerHTML += ' | View Map';var $l2fa92d37f558044eda60b8a8ad3269d7 = '

Blue Oak Mortgage Corporation

Address: 775 Baywood Dr, Petaluma, CA 94954, USA
Phone: (707) 769-1281
';var m_2fa92d37f558044eda60b8a8ad3269d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Oak Mortgage Corporation',});m_2fa92d37f558044eda60b8a8ad3269d7['infowindow'] = new google.maps.InfoWindow({content: $l2fa92d37f558044eda60b8a8ad3269d7});var infowindow = new google.maps.InfoWindow({content: $l2fa92d37f558044eda60b8a8ad3269d7});google.maps.event.addListener(m_2fa92d37f558044eda60b8a8ad3269d7, 'click', function() {infowindow.open(map,m_2fa92d37f558044eda60b8a8ad3269d7);});$marker.push(m_2fa92d37f558044eda60b8a8ad3269d7);}});}google.maps.event.addDomListener(window, 'load', initialize);