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(32.3822,-86.1992)};var g_fd39ef8ecd438a7e44adbb949bd19969 = new google.maps.Geocoder();g_fd39ef8ecd438a7e44adbb949bd19969.geocode( { 'address': "5883 Atlanta Hwy, Montgomery, AL 36117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-approved-cash'), mapOptions);}document.getElementById('d54a7c47').innerHTML += ' | View Map';var $lfd39ef8ecd438a7e44adbb949bd19969 = '

Approved Cash

Address: 5883 Atlanta Hwy, Montgomery, AL 36117, USA
Phone: (334) 396-3733
';var m_fd39ef8ecd438a7e44adbb949bd19969 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_fd39ef8ecd438a7e44adbb949bd19969['infowindow'] = new google.maps.InfoWindow({content: $lfd39ef8ecd438a7e44adbb949bd19969});var infowindow = new google.maps.InfoWindow({content: $lfd39ef8ecd438a7e44adbb949bd19969});google.maps.event.addListener(m_fd39ef8ecd438a7e44adbb949bd19969, 'click', function() {infowindow.open(map,m_fd39ef8ecd438a7e44adbb949bd19969);});$marker.push(m_fd39ef8ecd438a7e44adbb949bd19969);}});}google.maps.event.addDomListener(window, 'load', initialize);