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.5895,-87.028)};var g_3490f5b93e317694adc27ed8b5873f56 = new google.maps.Geocoder();g_3490f5b93e317694adc27ed8b5873f56.geocode( { 'address': "2312 Beltline Rd SW, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-cashmaster').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-cashmaster'), mapOptions);}document.getElementById('2dc32e2c').innerHTML += ' | View Map';var $l3490f5b93e317694adc27ed8b5873f56 = '

CashMaster

Address: 2312 Beltline Rd SW, Decatur, AL 35601, USA
Phone: (256) 353-5655
';var m_3490f5b93e317694adc27ed8b5873f56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMaster',});m_3490f5b93e317694adc27ed8b5873f56['infowindow'] = new google.maps.InfoWindow({content: $l3490f5b93e317694adc27ed8b5873f56});var infowindow = new google.maps.InfoWindow({content: $l3490f5b93e317694adc27ed8b5873f56});google.maps.event.addListener(m_3490f5b93e317694adc27ed8b5873f56, 'click', function() {infowindow.open(map,m_3490f5b93e317694adc27ed8b5873f56);});$marker.push(m_3490f5b93e317694adc27ed8b5873f56);}});}google.maps.event.addDomListener(window, 'load', initialize);