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.5588,-87.001)};var g_ee55223b61d6dbf937bc39d2e82dc6f9 = new google.maps.Geocoder();g_ee55223b61d6dbf937bc39d2e82dc6f9.geocode( { 'address': "901 Wimberly Dr SW Suite A, Decatur, AL 35603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-approved-cash'), mapOptions);}document.getElementById('5a87f8e9').innerHTML += ' | View Map';var $lee55223b61d6dbf937bc39d2e82dc6f9 = '

Approved Cash

Address: 901 Wimberly Dr SW Suite A, Decatur, AL 35603, USA
Phone: (256) 353-5500
';var m_ee55223b61d6dbf937bc39d2e82dc6f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_ee55223b61d6dbf937bc39d2e82dc6f9['infowindow'] = new google.maps.InfoWindow({content: $lee55223b61d6dbf937bc39d2e82dc6f9});var infowindow = new google.maps.InfoWindow({content: $lee55223b61d6dbf937bc39d2e82dc6f9});google.maps.event.addListener(m_ee55223b61d6dbf937bc39d2e82dc6f9, 'click', function() {infowindow.open(map,m_ee55223b61d6dbf937bc39d2e82dc6f9);});$marker.push(m_ee55223b61d6dbf937bc39d2e82dc6f9);}});}google.maps.event.addDomListener(window, 'load', initialize);