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.4021,-122.825)};var g_d5619531f9de84fe68c8a6522b833d39 = new google.maps.Geocoder();g_d5619531f9de84fe68c8a6522b833d39.geocode( { 'address': "7106 Bodega Ave, Sebastopol, CA 95472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sebastopol-CA-bialkin-realty').style.display = '';map = new google.maps.Map(document.getElementById('sebastopol-CA-bialkin-realty'), mapOptions);}document.getElementById('4c1411af').innerHTML += ' | View Map';var $ld5619531f9de84fe68c8a6522b833d39 = '

Bialkin Realty

Address: 7106 Bodega Ave, Sebastopol, CA 95472, USA
Phone: (707) 896-4288
';var m_d5619531f9de84fe68c8a6522b833d39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bialkin Realty',});m_d5619531f9de84fe68c8a6522b833d39['infowindow'] = new google.maps.InfoWindow({content: $ld5619531f9de84fe68c8a6522b833d39});var infowindow = new google.maps.InfoWindow({content: $ld5619531f9de84fe68c8a6522b833d39});google.maps.event.addListener(m_d5619531f9de84fe68c8a6522b833d39, 'click', function() {infowindow.open(map,m_d5619531f9de84fe68c8a6522b833d39);});$marker.push(m_d5619531f9de84fe68c8a6522b833d39);}});}google.maps.event.addDomListener(window, 'load', initialize);