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.0225,-86.0237)};var g_b4d354d4211f83e333500710908b4470 = new google.maps.Geocoder();g_b4d354d4211f83e333500710908b4470.geocode( { 'address': "1229 W Meighan Blvd, Gadsden, AL 35901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gadsden-AL-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('gadsden-AL-quik-cash'), mapOptions);}document.getElementById('b7f3a664').innerHTML += ' | View Map';var $lb4d354d4211f83e333500710908b4470 = '

Quik Cash

Address: 1229 W Meighan Blvd, Gadsden, AL 35901, USA
Phone: (256) 546-1777
';var m_b4d354d4211f83e333500710908b4470 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_b4d354d4211f83e333500710908b4470['infowindow'] = new google.maps.InfoWindow({content: $lb4d354d4211f83e333500710908b4470});var infowindow = new google.maps.InfoWindow({content: $lb4d354d4211f83e333500710908b4470});google.maps.event.addListener(m_b4d354d4211f83e333500710908b4470, 'click', function() {infowindow.open(map,m_b4d354d4211f83e333500710908b4470);});$marker.push(m_b4d354d4211f83e333500710908b4470);}});}google.maps.event.addDomListener(window, 'load', initialize);