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.2991,-86.2755)};var g_75e72407cf23071d1635a9658b1a8f05 = new google.maps.Geocoder();g_75e72407cf23071d1635a9658b1a8f05.geocode( { 'address': "11521 US-431, Guntersville, AL 35976, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guntersville-AL-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('guntersville-AL-approved-cash'), mapOptions);}document.getElementById('b2f2caef').innerHTML += ' | View Map';var $l75e72407cf23071d1635a9658b1a8f05 = '

Approved Cash

Address: 11521 US-431, Guntersville, AL 35976, USA
Phone: (256) 894-4573
';var m_75e72407cf23071d1635a9658b1a8f05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_75e72407cf23071d1635a9658b1a8f05['infowindow'] = new google.maps.InfoWindow({content: $l75e72407cf23071d1635a9658b1a8f05});var infowindow = new google.maps.InfoWindow({content: $l75e72407cf23071d1635a9658b1a8f05});google.maps.event.addListener(m_75e72407cf23071d1635a9658b1a8f05, 'click', function() {infowindow.open(map,m_75e72407cf23071d1635a9658b1a8f05);});$marker.push(m_75e72407cf23071d1635a9658b1a8f05);}});}google.maps.event.addDomListener(window, 'load', initialize);