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.4816,-87.2886)};var g_d8fc2d84fd1bf7aa39f1fb76131b3fb0 = new google.maps.Geocoder();g_d8fc2d84fd1bf7aa39f1fb76131b3fb0.geocode( { 'address': "14529 Court St, Moulton, AL 35650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moulton-AL-cashmaster').style.display = '';map = new google.maps.Map(document.getElementById('moulton-AL-cashmaster'), mapOptions);}document.getElementById('eab752bd').innerHTML += ' | View Map';var $ld8fc2d84fd1bf7aa39f1fb76131b3fb0 = '

Cashmaster

Address: 14529 Court St, Moulton, AL 35650, USA
Phone: (256) 974-2822
';var m_d8fc2d84fd1bf7aa39f1fb76131b3fb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashmaster',});m_d8fc2d84fd1bf7aa39f1fb76131b3fb0['infowindow'] = new google.maps.InfoWindow({content: $ld8fc2d84fd1bf7aa39f1fb76131b3fb0});var infowindow = new google.maps.InfoWindow({content: $ld8fc2d84fd1bf7aa39f1fb76131b3fb0});google.maps.event.addListener(m_d8fc2d84fd1bf7aa39f1fb76131b3fb0, 'click', function() {infowindow.open(map,m_d8fc2d84fd1bf7aa39f1fb76131b3fb0);});$marker.push(m_d8fc2d84fd1bf7aa39f1fb76131b3fb0);}});}google.maps.event.addDomListener(window, 'load', initialize);