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(34.6042,-86.9838)};var g_aab11087c24981eb0e03846792ff5718 = new google.maps.Geocoder();g_aab11087c24981eb0e03846792ff5718.geocode( { 'address': "230 Moulton St E, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-tucker-scott--wates-llc').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-tucker-scott--wates-llc'), mapOptions);}document.getElementById('be3dd253').innerHTML += ' | View Map';var $laab11087c24981eb0e03846792ff5718 = '

Tucker Scott & Wates LLC

Address: 230 Moulton St E, Decatur, AL 35601, USA
Phone: (256) 355-1828
';var m_aab11087c24981eb0e03846792ff5718 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tucker Scott & Wates LLC',});m_aab11087c24981eb0e03846792ff5718['infowindow'] = new google.maps.InfoWindow({content: $laab11087c24981eb0e03846792ff5718});var infowindow = new google.maps.InfoWindow({content: $laab11087c24981eb0e03846792ff5718});google.maps.event.addListener(m_aab11087c24981eb0e03846792ff5718, 'click', function() {infowindow.open(map,m_aab11087c24981eb0e03846792ff5718);});$marker.push(m_aab11087c24981eb0e03846792ff5718);}});}google.maps.event.addDomListener(window, 'load', initialize);