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(30.6524,-88.1546)};var g_63709c93c05ba263c9b830a7866af0db = new google.maps.Geocoder();g_63709c93c05ba263c9b830a7866af0db.geocode( { 'address': "705 Oak Cir Dr N, Mobile, AL 36609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-lifelines-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-lifelines-counseling-services'), mapOptions);}document.getElementById('8ab6f72f').innerHTML += ' | View Map';var $l63709c93c05ba263c9b830a7866af0db = '

Lifelines Counseling Services

Address: 705 Oak Cir Dr N, Mobile, AL 36609, USA
Phone: (251) 602-0909
';var m_63709c93c05ba263c9b830a7866af0db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lifelines Counseling Services',});m_63709c93c05ba263c9b830a7866af0db['infowindow'] = new google.maps.InfoWindow({content: $l63709c93c05ba263c9b830a7866af0db});var infowindow = new google.maps.InfoWindow({content: $l63709c93c05ba263c9b830a7866af0db});google.maps.event.addListener(m_63709c93c05ba263c9b830a7866af0db, 'click', function() {infowindow.open(map,m_63709c93c05ba263c9b830a7866af0db);});$marker.push(m_63709c93c05ba263c9b830a7866af0db);}});}google.maps.event.addDomListener(window, 'load', initialize);