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.3288,-87.0015)};var g_e21cc1d36a6a93d33f9b72adfea44b8f = new google.maps.Geocoder();g_e21cc1d36a6a93d33f9b72adfea44b8f.geocode( { 'address': "4744 Eastern Valley Rd, McCalla, AL 35111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccalla-AL-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('mccalla-AL-quik-cash'), mapOptions);}document.getElementById('279686c8').innerHTML += ' | View Map';var $le21cc1d36a6a93d33f9b72adfea44b8f = '

quik cash

Address: 4744 Eastern Valley Rd, McCalla, AL 35111, USA
Phone: (205) 477-4452
';var m_e21cc1d36a6a93d33f9b72adfea44b8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'quik cash',});m_e21cc1d36a6a93d33f9b72adfea44b8f['infowindow'] = new google.maps.InfoWindow({content: $le21cc1d36a6a93d33f9b72adfea44b8f});var infowindow = new google.maps.InfoWindow({content: $le21cc1d36a6a93d33f9b72adfea44b8f});google.maps.event.addListener(m_e21cc1d36a6a93d33f9b72adfea44b8f, 'click', function() {infowindow.open(map,m_e21cc1d36a6a93d33f9b72adfea44b8f);});$marker.push(m_e21cc1d36a6a93d33f9b72adfea44b8f);}});}google.maps.event.addDomListener(window, 'load', initialize);