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.5669,-87.0169)};var g_94b5015ed9312454d91af3a6b1f4b1dd = new google.maps.Geocoder();g_94b5015ed9312454d91af3a6b1f4b1dd.geocode( { 'address': "2418 Danville Rd SW, Decatur, AL 35603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-tower-loan'), mapOptions);}document.getElementById('9296c872').innerHTML += ' | View Map';var $l94b5015ed9312454d91af3a6b1f4b1dd = '

Tower Loan

Address: 2418 Danville Rd SW, Decatur, AL 35603, USA
Phone: (256) 260-9840
';var m_94b5015ed9312454d91af3a6b1f4b1dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_94b5015ed9312454d91af3a6b1f4b1dd['infowindow'] = new google.maps.InfoWindow({content: $l94b5015ed9312454d91af3a6b1f4b1dd});var infowindow = new google.maps.InfoWindow({content: $l94b5015ed9312454d91af3a6b1f4b1dd});google.maps.event.addListener(m_94b5015ed9312454d91af3a6b1f4b1dd, 'click', function() {infowindow.open(map,m_94b5015ed9312454d91af3a6b1f4b1dd);});$marker.push(m_94b5015ed9312454d91af3a6b1f4b1dd);}});}google.maps.event.addDomListener(window, 'load', initialize);