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.5762,-86.9767)};var g_29c66608b749fdf05b0885b2b3983a05 = new google.maps.Geocoder();g_29c66608b749fdf05b0885b2b3983a05.geocode( { 'address': "1815 6th Ave SE, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-decatur-finance').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-decatur-finance'), mapOptions);}document.getElementById('67751979').innerHTML += ' | View Map';var $l29c66608b749fdf05b0885b2b3983a05 = '

Decatur Finance

Address: 1815 6th Ave SE, Decatur, AL 35601, USA
Phone: (256) 355-3278
';var m_29c66608b749fdf05b0885b2b3983a05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Decatur Finance',});m_29c66608b749fdf05b0885b2b3983a05['infowindow'] = new google.maps.InfoWindow({content: $l29c66608b749fdf05b0885b2b3983a05});var infowindow = new google.maps.InfoWindow({content: $l29c66608b749fdf05b0885b2b3983a05});google.maps.event.addListener(m_29c66608b749fdf05b0885b2b3983a05, 'click', function() {infowindow.open(map,m_29c66608b749fdf05b0885b2b3983a05);});$marker.push(m_29c66608b749fdf05b0885b2b3983a05);}});}google.maps.event.addDomListener(window, 'load', initialize);