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(31.8667,-86.9895)};var g_f8b8fb7b167624d2920e53b8a628c19e = new google.maps.Geocoder();g_f8b8fb7b167624d2920e53b8a628c19e.geocode( { 'address': "565 Adams Dr, Pine Apple, AL 36768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pine-apple-AL-jackson-hewitt').style.display = '';map = new google.maps.Map(document.getElementById('pine-apple-AL-jackson-hewitt'), mapOptions);}document.getElementById('68d88e43').innerHTML += ' | View Map';var $lf8b8fb7b167624d2920e53b8a628c19e = '

Jackson Hewitt

Address: 565 Adams Dr, Pine Apple, AL 36768, USA
Phone: (251) 231-7928
';var m_f8b8fb7b167624d2920e53b8a628c19e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jackson Hewitt',});m_f8b8fb7b167624d2920e53b8a628c19e['infowindow'] = new google.maps.InfoWindow({content: $lf8b8fb7b167624d2920e53b8a628c19e});var infowindow = new google.maps.InfoWindow({content: $lf8b8fb7b167624d2920e53b8a628c19e});google.maps.event.addListener(m_f8b8fb7b167624d2920e53b8a628c19e, 'click', function() {infowindow.open(map,m_f8b8fb7b167624d2920e53b8a628c19e);});$marker.push(m_f8b8fb7b167624d2920e53b8a628c19e);}});}google.maps.event.addDomListener(window, 'load', initialize);