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.5771,-86.9745)};var g_850721dea834fe36b29083291509c7ad = new google.maps.Geocoder();g_850721dea834fe36b29083291509c7ad.geocode( { 'address': "1820 6th Ave SE Unit W, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-frazier-loans').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-frazier-loans'), mapOptions);}document.getElementById('f195af3b').innerHTML += ' | View Map';var $l850721dea834fe36b29083291509c7ad = '

Frazier Loans

Address: 1820 6th Ave SE Unit W, Decatur, AL 35601, USA
Phone: (256) 353-4789
';var m_850721dea834fe36b29083291509c7ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frazier Loans',});m_850721dea834fe36b29083291509c7ad['infowindow'] = new google.maps.InfoWindow({content: $l850721dea834fe36b29083291509c7ad});var infowindow = new google.maps.InfoWindow({content: $l850721dea834fe36b29083291509c7ad});google.maps.event.addListener(m_850721dea834fe36b29083291509c7ad, 'click', function() {infowindow.open(map,m_850721dea834fe36b29083291509c7ad);});$marker.push(m_850721dea834fe36b29083291509c7ad);}});}google.maps.event.addDomListener(window, 'load', initialize);