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.2183,-85.602)};var g_89547b4d0d50eccab8eaa3c4bdfa080d = new google.maps.Geocoder();g_89547b4d0d50eccab8eaa3c4bdfa080d.geocode( { 'address': "3770 AL-9, Cedar Bluff, AL 35959, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-bluff-AL-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('cedar-bluff-AL-complete-cash'), mapOptions);}document.getElementById('aa9ca59b').innerHTML += ' | View Map';var $l89547b4d0d50eccab8eaa3c4bdfa080d = '

Complete Cash

Address: 3770 AL-9, Cedar Bluff, AL 35959, USA
Phone: (256) 779-6757
';var m_89547b4d0d50eccab8eaa3c4bdfa080d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_89547b4d0d50eccab8eaa3c4bdfa080d['infowindow'] = new google.maps.InfoWindow({content: $l89547b4d0d50eccab8eaa3c4bdfa080d});var infowindow = new google.maps.InfoWindow({content: $l89547b4d0d50eccab8eaa3c4bdfa080d});google.maps.event.addListener(m_89547b4d0d50eccab8eaa3c4bdfa080d, 'click', function() {infowindow.open(map,m_89547b4d0d50eccab8eaa3c4bdfa080d);});$marker.push(m_89547b4d0d50eccab8eaa3c4bdfa080d);}});}google.maps.event.addDomListener(window, 'load', initialize);