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.2956,-122.036)};var g_2aa9e291f36d3c10b8a924938877febb = new google.maps.Geocoder();g_2aa9e291f36d3c10b8a924938877febb.geocode( { 'address': "3700 Hilborn Rd #700, Fairfield, CA 94534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-CA-under-your-roof-barbara-van-duyn').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-CA-under-your-roof-barbara-van-duyn'), mapOptions);}document.getElementById('99c981f3').innerHTML += ' | View Map';var $l2aa9e291f36d3c10b8a924938877febb = '

Under Your Roof: Barbara Van Duyn

Address: 3700 Hilborn Rd #700, Fairfield, CA 94534, USA
Phone: (916) 932-2352
';var m_2aa9e291f36d3c10b8a924938877febb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Under Your Roof: Barbara Van Duyn',});m_2aa9e291f36d3c10b8a924938877febb['infowindow'] = new google.maps.InfoWindow({content: $l2aa9e291f36d3c10b8a924938877febb});var infowindow = new google.maps.InfoWindow({content: $l2aa9e291f36d3c10b8a924938877febb});google.maps.event.addListener(m_2aa9e291f36d3c10b8a924938877febb, 'click', function() {infowindow.open(map,m_2aa9e291f36d3c10b8a924938877febb);});$marker.push(m_2aa9e291f36d3c10b8a924938877febb);}});}google.maps.event.addDomListener(window, 'load', initialize);