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(33.6888,-85.8248)};var g_274ad4786c3abca69fa097b85867d9a4 = new google.maps.Geocoder();g_274ad4786c3abca69fa097b85867d9a4.geocode( { 'address': "3210 McClellan Blvd, Anniston, AL 36206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anniston-AL-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('anniston-AL-tower-loan'), mapOptions);}document.getElementById('36cf8081').innerHTML += ' | View Map';var $l274ad4786c3abca69fa097b85867d9a4 = '

Tower Loan

Address: 3210 McClellan Blvd, Anniston, AL 36206, USA
Phone: (256) 241-7010
';var m_274ad4786c3abca69fa097b85867d9a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_274ad4786c3abca69fa097b85867d9a4['infowindow'] = new google.maps.InfoWindow({content: $l274ad4786c3abca69fa097b85867d9a4});var infowindow = new google.maps.InfoWindow({content: $l274ad4786c3abca69fa097b85867d9a4});google.maps.event.addListener(m_274ad4786c3abca69fa097b85867d9a4, 'click', function() {infowindow.open(map,m_274ad4786c3abca69fa097b85867d9a4);});$marker.push(m_274ad4786c3abca69fa097b85867d9a4);}});}google.maps.event.addDomListener(window, 'load', initialize);