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(37.7983,-122.428)};var g_74985620781fd70fc0c60ec141bfbf91 = new google.maps.Geocoder();g_74985620781fd70fc0c60ec141bfbf91.geocode( { 'address': "1728 Union St #302, San Francisco, CA 94123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-able-screening-service').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-able-screening-service'), mapOptions);}document.getElementById('e3e9af35').innerHTML += ' | View Map';var $l74985620781fd70fc0c60ec141bfbf91 = '

Able Screening Service

Address: 1728 Union St #302, San Francisco, CA 94123, USA
Phone: (415) 353-0744
';var m_74985620781fd70fc0c60ec141bfbf91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Able Screening Service',});m_74985620781fd70fc0c60ec141bfbf91['infowindow'] = new google.maps.InfoWindow({content: $l74985620781fd70fc0c60ec141bfbf91});var infowindow = new google.maps.InfoWindow({content: $l74985620781fd70fc0c60ec141bfbf91});google.maps.event.addListener(m_74985620781fd70fc0c60ec141bfbf91, 'click', function() {infowindow.open(map,m_74985620781fd70fc0c60ec141bfbf91);});$marker.push(m_74985620781fd70fc0c60ec141bfbf91);}});}google.maps.event.addDomListener(window, 'load', initialize);