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.4364,-85.7262)};var g_a1fde6b743bdfa3c9798536192b9143d = new google.maps.Geocoder();g_a1fde6b743bdfa3c9798536192b9143d.geocode( { 'address': "601 Gault Ave S #500, Fort Payne, AL 35967, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-payne-AL-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('fort-payne-AL-approved-cash'), mapOptions);}document.getElementById('1b417d22').innerHTML += ' | View Map';var $la1fde6b743bdfa3c9798536192b9143d = '

Approved Cash

Address: 601 Gault Ave S #500, Fort Payne, AL 35967, USA
Phone: (256) 845-7223
';var m_a1fde6b743bdfa3c9798536192b9143d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_a1fde6b743bdfa3c9798536192b9143d['infowindow'] = new google.maps.InfoWindow({content: $la1fde6b743bdfa3c9798536192b9143d});var infowindow = new google.maps.InfoWindow({content: $la1fde6b743bdfa3c9798536192b9143d});google.maps.event.addListener(m_a1fde6b743bdfa3c9798536192b9143d, 'click', function() {infowindow.open(map,m_a1fde6b743bdfa3c9798536192b9143d);});$marker.push(m_a1fde6b743bdfa3c9798536192b9143d);}});}google.maps.event.addDomListener(window, 'load', initialize);