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.1622,-86.8354)};var g_8ce6fc704072e351679ac97d4a985574 = new google.maps.Geocoder();g_8ce6fc704072e351679ac97d4a985574.geocode( { 'address': "1602 2nd Ave SW, Cullman, AL 35055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cullman-AL-always-money').style.display = '';map = new google.maps.Map(document.getElementById('cullman-AL-always-money'), mapOptions);}document.getElementById('f013877a').innerHTML += ' | View Map';var $l8ce6fc704072e351679ac97d4a985574 = '

Always Money

Address: 1602 2nd Ave SW, Cullman, AL 35055, USA
Phone: (256) 734-9860
';var m_8ce6fc704072e351679ac97d4a985574 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Always Money',});m_8ce6fc704072e351679ac97d4a985574['infowindow'] = new google.maps.InfoWindow({content: $l8ce6fc704072e351679ac97d4a985574});var infowindow = new google.maps.InfoWindow({content: $l8ce6fc704072e351679ac97d4a985574});google.maps.event.addListener(m_8ce6fc704072e351679ac97d4a985574, 'click', function() {infowindow.open(map,m_8ce6fc704072e351679ac97d4a985574);});$marker.push(m_8ce6fc704072e351679ac97d4a985574);}});}google.maps.event.addDomListener(window, 'load', initialize);