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.585,-86.9801)};var g_607f706d7e242fd9044d5639d900591a = new google.maps.Geocoder();g_607f706d7e242fd9044d5639d900591a.geocode( { 'address': "1416 6th Ave SE #3, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-prestige-financial').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-prestige-financial'), mapOptions);}document.getElementById('fd9b7c69').innerHTML += ' | View Map';var $l607f706d7e242fd9044d5639d900591a = '

Prestige Financial

Address: 1416 6th Ave SE #3, Decatur, AL 35601, USA
Phone: (256) 351-7728
';var m_607f706d7e242fd9044d5639d900591a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prestige Financial',});m_607f706d7e242fd9044d5639d900591a['infowindow'] = new google.maps.InfoWindow({content: $l607f706d7e242fd9044d5639d900591a});var infowindow = new google.maps.InfoWindow({content: $l607f706d7e242fd9044d5639d900591a});google.maps.event.addListener(m_607f706d7e242fd9044d5639d900591a, 'click', function() {infowindow.open(map,m_607f706d7e242fd9044d5639d900591a);});$marker.push(m_607f706d7e242fd9044d5639d900591a);}});}google.maps.event.addDomListener(window, 'load', initialize);