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.339,-86.3109)};var g_c921300a38c8b7176a4cda6845a6cb1d = new google.maps.Geocoder();g_c921300a38c8b7176a4cda6845a6cb1d.geocode( { 'address': "12527 US-431, Guntersville, AL 35976, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guntersville-AL-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('guntersville-AL-complete-cash'), mapOptions);}document.getElementById('c6c98dc5').innerHTML += ' | View Map';var $lc921300a38c8b7176a4cda6845a6cb1d = '

Complete Cash

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