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.2592,-122.649)};var g_cea68d6ebdfe9c190898c10aad14018a = new google.maps.Geocoder();g_cea68d6ebdfe9c190898c10aad14018a.geocode( { 'address': "737 Southpoint Blvd # A, Petaluma, CA 94954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petaluma-CA-rudolph-inc').style.display = '';map = new google.maps.Map(document.getElementById('petaluma-CA-rudolph-inc'), mapOptions);}document.getElementById('bd553a71').innerHTML += ' | View Map';var $lcea68d6ebdfe9c190898c10aad14018a = '

Rudolph Inc

Address: 737 Southpoint Blvd # A, Petaluma, CA 94954, USA
Phone: (707) 584-1100
';var m_cea68d6ebdfe9c190898c10aad14018a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rudolph Inc',});m_cea68d6ebdfe9c190898c10aad14018a['infowindow'] = new google.maps.InfoWindow({content: $lcea68d6ebdfe9c190898c10aad14018a});var infowindow = new google.maps.InfoWindow({content: $lcea68d6ebdfe9c190898c10aad14018a});google.maps.event.addListener(m_cea68d6ebdfe9c190898c10aad14018a, 'click', function() {infowindow.open(map,m_cea68d6ebdfe9c190898c10aad14018a);});$marker.push(m_cea68d6ebdfe9c190898c10aad14018a);}});}google.maps.event.addDomListener(window, 'load', initialize);