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.6952,-86.5803)};var g_822c51a72c69978ce621db89d4149f50 = new google.maps.Geocoder();g_822c51a72c69978ce621db89d4149f50.geocode( { 'address': "Southwest,, 4025 Pepperwood Cir SW b, Huntsville, AL 35801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-platinum-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-platinum-mortgage'), mapOptions);}document.getElementById('dc523e2c').innerHTML += ' | View Map';var $l822c51a72c69978ce621db89d4149f50 = '

Platinum Mortgage

Address: Southwest,, 4025 Pepperwood Cir SW b, Huntsville, AL 35801, USA
Phone: (256) 797-7207
';var m_822c51a72c69978ce621db89d4149f50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Mortgage',});m_822c51a72c69978ce621db89d4149f50['infowindow'] = new google.maps.InfoWindow({content: $l822c51a72c69978ce621db89d4149f50});var infowindow = new google.maps.InfoWindow({content: $l822c51a72c69978ce621db89d4149f50});google.maps.event.addListener(m_822c51a72c69978ce621db89d4149f50, 'click', function() {infowindow.open(map,m_822c51a72c69978ce621db89d4149f50);});$marker.push(m_822c51a72c69978ce621db89d4149f50);}});}google.maps.event.addDomListener(window, 'load', initialize);