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_68da6e6e5325aa33287ff385b70df5d5 = new google.maps.Geocoder();g_68da6e6e5325aa33287ff385b70df5d5.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-wendi-lucas-first-priority').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-CA-wendi-lucas-first-priority'), mapOptions);}document.getElementById('99c981f3').innerHTML += ' | View Map';var $l68da6e6e5325aa33287ff385b70df5d5 = '

Wendi Lucas First Priority

Address: 3700 Hilborn Rd #700, Fairfield, CA 94534, USA
Phone: (707) 426-4662
';var m_68da6e6e5325aa33287ff385b70df5d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wendi Lucas First Priority',});m_68da6e6e5325aa33287ff385b70df5d5['infowindow'] = new google.maps.InfoWindow({content: $l68da6e6e5325aa33287ff385b70df5d5});var infowindow = new google.maps.InfoWindow({content: $l68da6e6e5325aa33287ff385b70df5d5});google.maps.event.addListener(m_68da6e6e5325aa33287ff385b70df5d5, 'click', function() {infowindow.open(map,m_68da6e6e5325aa33287ff385b70df5d5);});$marker.push(m_68da6e6e5325aa33287ff385b70df5d5);}});}google.maps.event.addDomListener(window, 'load', initialize);