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.8498,-87.2831)};var g_6297e10c27f93475d3eb4f9adc0278e3 = new google.maps.Geocoder();g_6297e10c27f93475d3eb4f9adc0278e3.geocode( { 'address': "714 Hwy 78, Jasper, AL 35501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-tower-loan'), mapOptions);}document.getElementById('00f52f10').innerHTML += ' | View Map';var $l6297e10c27f93475d3eb4f9adc0278e3 = '

Tower Loan

Address: 714 Hwy 78, Jasper, AL 35501, USA
Phone: (205) 385-7799
';var m_6297e10c27f93475d3eb4f9adc0278e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_6297e10c27f93475d3eb4f9adc0278e3['infowindow'] = new google.maps.InfoWindow({content: $l6297e10c27f93475d3eb4f9adc0278e3});var infowindow = new google.maps.InfoWindow({content: $l6297e10c27f93475d3eb4f9adc0278e3});google.maps.event.addListener(m_6297e10c27f93475d3eb4f9adc0278e3, 'click', function() {infowindow.open(map,m_6297e10c27f93475d3eb4f9adc0278e3);});$marker.push(m_6297e10c27f93475d3eb4f9adc0278e3);}});}google.maps.event.addDomListener(window, 'load', initialize);