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.5636,-87.0084)};var g_1feb4cdda5aafe2a48cbe27544cd8e4b = new google.maps.Geocoder();g_1feb4cdda5aafe2a48cbe27544cd8e4b.geocode( { 'address': "1402 Beltline Rd SW, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-easy-money').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-easy-money'), mapOptions);}document.getElementById('6349f5d6').innerHTML += ' | View Map';var $l1feb4cdda5aafe2a48cbe27544cd8e4b = '

Easy Money

Address: 1402 Beltline Rd SW, Decatur, AL 35601, USA
Phone: (256) 274-8166
';var m_1feb4cdda5aafe2a48cbe27544cd8e4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Money',});m_1feb4cdda5aafe2a48cbe27544cd8e4b['infowindow'] = new google.maps.InfoWindow({content: $l1feb4cdda5aafe2a48cbe27544cd8e4b});var infowindow = new google.maps.InfoWindow({content: $l1feb4cdda5aafe2a48cbe27544cd8e4b});google.maps.event.addListener(m_1feb4cdda5aafe2a48cbe27544cd8e4b, 'click', function() {infowindow.open(map,m_1feb4cdda5aafe2a48cbe27544cd8e4b);});$marker.push(m_1feb4cdda5aafe2a48cbe27544cd8e4b);}});}google.maps.event.addDomListener(window, 'load', initialize);