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.591,-86.4966)};var g_671491b57560ac28a5afe8ae8a7c096a = new google.maps.Geocoder();g_671491b57560ac28a5afe8ae8a7c096a.geocode( { 'address': "2841 Moody Pkwy #500, Moody, AL 35004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moody-AL-southtown-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('moody-AL-southtown-mortgage'), mapOptions);}document.getElementById('6321b639').innerHTML += ' | View Map';var $l671491b57560ac28a5afe8ae8a7c096a = '

SouthTown Mortgage

Address: 2841 Moody Pkwy #500, Moody, AL 35004, USA
Phone: (205) 640-4148
';var m_671491b57560ac28a5afe8ae8a7c096a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthTown Mortgage',});m_671491b57560ac28a5afe8ae8a7c096a['infowindow'] = new google.maps.InfoWindow({content: $l671491b57560ac28a5afe8ae8a7c096a});var infowindow = new google.maps.InfoWindow({content: $l671491b57560ac28a5afe8ae8a7c096a});google.maps.event.addListener(m_671491b57560ac28a5afe8ae8a7c096a, 'click', function() {infowindow.open(map,m_671491b57560ac28a5afe8ae8a7c096a);});$marker.push(m_671491b57560ac28a5afe8ae8a7c096a);}});}google.maps.event.addDomListener(window, 'load', initialize);