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.8654,-85.8165)};var g_f0a52deaa1f12c495967745511bd506b = new google.maps.Geocoder();g_f0a52deaa1f12c495967745511bd506b.geocode( { 'address': "Stevenson, AL 35772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevenson-AL-cash-place').style.display = '';map = new google.maps.Map(document.getElementById('stevenson-AL-cash-place'), mapOptions);}document.getElementById('21628b6f').innerHTML += ' | View Map';var $lf0a52deaa1f12c495967745511bd506b = '

Cash Place

Address: Stevenson, AL 35772, USA
Phone: (256) 437-8888
';var m_f0a52deaa1f12c495967745511bd506b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Place',});m_f0a52deaa1f12c495967745511bd506b['infowindow'] = new google.maps.InfoWindow({content: $lf0a52deaa1f12c495967745511bd506b});var infowindow = new google.maps.InfoWindow({content: $lf0a52deaa1f12c495967745511bd506b});google.maps.event.addListener(m_f0a52deaa1f12c495967745511bd506b, 'click', function() {infowindow.open(map,m_f0a52deaa1f12c495967745511bd506b);});$marker.push(m_f0a52deaa1f12c495967745511bd506b);}});}google.maps.event.addDomListener(window, 'load', initialize);