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(33.5833,-86.2781)};var g_292065eda399bc70b6714a2f4915e413 = new google.maps.Geocoder();g_292065eda399bc70b6714a2f4915e413.geocode( { 'address': "608 Martin St S, Pell City, AL 35128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pell-city-AL-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('pell-city-AL-approved-cash'), mapOptions);}document.getElementById('723955ef').innerHTML += ' | View Map';var $l292065eda399bc70b6714a2f4915e413 = '

Approved Cash

Address: 608 Martin St S, Pell City, AL 35128, USA
Phone: (205) 338-2346
';var m_292065eda399bc70b6714a2f4915e413 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_292065eda399bc70b6714a2f4915e413['infowindow'] = new google.maps.InfoWindow({content: $l292065eda399bc70b6714a2f4915e413});var infowindow = new google.maps.InfoWindow({content: $l292065eda399bc70b6714a2f4915e413});google.maps.event.addListener(m_292065eda399bc70b6714a2f4915e413, 'click', function() {infowindow.open(map,m_292065eda399bc70b6714a2f4915e413);});$marker.push(m_292065eda399bc70b6714a2f4915e413);}});}google.maps.event.addDomListener(window, 'load', initialize);