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(33.569,-86.8983)};var g_6d041b299dc1e5682116f4d928e3259c = new google.maps.Geocoder();g_6d041b299dc1e5682116f4d928e3259c.geocode( { 'address': "1605 Forestdale Blvd, Forestdale, AL 35215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forestdale-AL-easy-money').style.display = '';map = new google.maps.Map(document.getElementById('forestdale-AL-easy-money'), mapOptions);}document.getElementById('e6bb99a9').innerHTML += ' | View Map';var $l6d041b299dc1e5682116f4d928e3259c = '

Easy Money

Address: 1605 Forestdale Blvd, Forestdale, AL 35215, USA
Phone: (205) 639-5858
';var m_6d041b299dc1e5682116f4d928e3259c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Money',});m_6d041b299dc1e5682116f4d928e3259c['infowindow'] = new google.maps.InfoWindow({content: $l6d041b299dc1e5682116f4d928e3259c});var infowindow = new google.maps.InfoWindow({content: $l6d041b299dc1e5682116f4d928e3259c});google.maps.event.addListener(m_6d041b299dc1e5682116f4d928e3259c, 'click', function() {infowindow.open(map,m_6d041b299dc1e5682116f4d928e3259c);});$marker.push(m_6d041b299dc1e5682116f4d928e3259c);}});}google.maps.event.addDomListener(window, 'load', initialize);