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.6741,-86.0218)};var g_514cce4a132d7b9e56401205f68d9c04 = new google.maps.Geocoder();g_514cce4a132d7b9e56401205f68d9c04.geocode( { 'address': "805 E Willow St, Scottsboro, AL 35768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsboro-AL-greenback-pawn').style.display = '';map = new google.maps.Map(document.getElementById('scottsboro-AL-greenback-pawn'), mapOptions);}document.getElementById('838eb623').innerHTML += ' | View Map';var $l514cce4a132d7b9e56401205f68d9c04 = '

Greenback Pawn

Address: 805 E Willow St, Scottsboro, AL 35768, USA
Phone: (256) 259-1717
';var m_514cce4a132d7b9e56401205f68d9c04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenback Pawn',});m_514cce4a132d7b9e56401205f68d9c04['infowindow'] = new google.maps.InfoWindow({content: $l514cce4a132d7b9e56401205f68d9c04});var infowindow = new google.maps.InfoWindow({content: $l514cce4a132d7b9e56401205f68d9c04});google.maps.event.addListener(m_514cce4a132d7b9e56401205f68d9c04, 'click', function() {infowindow.open(map,m_514cce4a132d7b9e56401205f68d9c04);});$marker.push(m_514cce4a132d7b9e56401205f68d9c04);}});}google.maps.event.addDomListener(window, 'load', initialize);