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.6041,-86.9849)};var g_0d399929b9a355b71fe83dfe8b6f41f5 = new google.maps.Geocoder();g_0d399929b9a355b71fe83dfe8b6f41f5.geocode( { 'address': "110 2nd Ave NE, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-decatur-downtown-redevelopment-authority').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-decatur-downtown-redevelopment-authority'), mapOptions);}document.getElementById('70c30a6b').innerHTML += ' | View Map';var $l0d399929b9a355b71fe83dfe8b6f41f5 = '

Decatur Downtown Redevelopment Authority

Address: 110 2nd Ave NE, Decatur, AL 35601, USA
Phone: (256) 353-0075
';var m_0d399929b9a355b71fe83dfe8b6f41f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Decatur Downtown Redevelopment Authority',});m_0d399929b9a355b71fe83dfe8b6f41f5['infowindow'] = new google.maps.InfoWindow({content: $l0d399929b9a355b71fe83dfe8b6f41f5});var infowindow = new google.maps.InfoWindow({content: $l0d399929b9a355b71fe83dfe8b6f41f5});google.maps.event.addListener(m_0d399929b9a355b71fe83dfe8b6f41f5, 'click', function() {infowindow.open(map,m_0d399929b9a355b71fe83dfe8b6f41f5);});$marker.push(m_0d399929b9a355b71fe83dfe8b6f41f5);}});}google.maps.event.addDomListener(window, 'load', initialize);