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.6732,-86.0333)};var g_445e1050156c6ae8c082a8422bb7dfc0 = new google.maps.Geocoder();g_445e1050156c6ae8c082a8422bb7dfc0.geocode( { 'address': "114 S Market St, Scottsboro, AL 35768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsboro-AL-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('scottsboro-AL-quik-cash'), mapOptions);}document.getElementById('91439608').innerHTML += ' | View Map';var $l445e1050156c6ae8c082a8422bb7dfc0 = '

Quik Cash

Address: 114 S Market St, Scottsboro, AL 35768, USA
Phone: (256) 574-4600
';var m_445e1050156c6ae8c082a8422bb7dfc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_445e1050156c6ae8c082a8422bb7dfc0['infowindow'] = new google.maps.InfoWindow({content: $l445e1050156c6ae8c082a8422bb7dfc0});var infowindow = new google.maps.InfoWindow({content: $l445e1050156c6ae8c082a8422bb7dfc0});google.maps.event.addListener(m_445e1050156c6ae8c082a8422bb7dfc0, 'click', function() {infowindow.open(map,m_445e1050156c6ae8c082a8422bb7dfc0);});$marker.push(m_445e1050156c6ae8c082a8422bb7dfc0);}});}google.maps.event.addDomListener(window, 'load', initialize);