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.101,-122.568)};var g_ac87dabfc5d0d88087d887d8f97ed645 = new google.maps.Geocoder();g_ac87dabfc5d0d88087d887d8f97ed645.geocode( { 'address': "7110 Redwood Blvd, Novato, CA 94945, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('novato-CA-employment-screening-resources-esr').style.display = '';map = new google.maps.Map(document.getElementById('novato-CA-employment-screening-resources-esr'), mapOptions);}document.getElementById('51a115b8').innerHTML += ' | View Map';var $lac87dabfc5d0d88087d887d8f97ed645 = '

Employment Screening Resources (ESR)

Address: 7110 Redwood Blvd, Novato, CA 94945, USA
Phone: (888) 999-4474
';var m_ac87dabfc5d0d88087d887d8f97ed645 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Employment Screening Resources (ESR)',});m_ac87dabfc5d0d88087d887d8f97ed645['infowindow'] = new google.maps.InfoWindow({content: $lac87dabfc5d0d88087d887d8f97ed645});var infowindow = new google.maps.InfoWindow({content: $lac87dabfc5d0d88087d887d8f97ed645});google.maps.event.addListener(m_ac87dabfc5d0d88087d887d8f97ed645, 'click', function() {infowindow.open(map,m_ac87dabfc5d0d88087d887d8f97ed645);});$marker.push(m_ac87dabfc5d0d88087d887d8f97ed645);}});}google.maps.event.addDomListener(window, 'load', initialize);