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.5804,-86.9781)};var g_c1f91715bb2f10f51f1b52fb39a3a251 = new google.maps.Geocoder();g_c1f91715bb2f10f51f1b52fb39a3a251.geocode( { 'address': "1716 6th Ave SE, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-always-money').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-always-money'), mapOptions);}document.getElementById('d09b3c11').innerHTML += ' | View Map';var $lc1f91715bb2f10f51f1b52fb39a3a251 = '

Always Money

Address: 1716 6th Ave SE, Decatur, AL 35601, USA
Phone: (256) 350-0183
';var m_c1f91715bb2f10f51f1b52fb39a3a251 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Always Money',});m_c1f91715bb2f10f51f1b52fb39a3a251['infowindow'] = new google.maps.InfoWindow({content: $lc1f91715bb2f10f51f1b52fb39a3a251});var infowindow = new google.maps.InfoWindow({content: $lc1f91715bb2f10f51f1b52fb39a3a251});google.maps.event.addListener(m_c1f91715bb2f10f51f1b52fb39a3a251, 'click', function() {infowindow.open(map,m_c1f91715bb2f10f51f1b52fb39a3a251);});$marker.push(m_c1f91715bb2f10f51f1b52fb39a3a251);}});}google.maps.event.addDomListener(window, 'load', initialize);