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.9639,-84.12)};var g_2af76d63d8291f42d1236cdb2f1015cb = new google.maps.Geocoder();g_2af76d63d8291f42d1236cdb2f1015cb.geocode( { 'address': "3237 Satellite Blvd, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-tamie-platts-team---success-mortgage-partners').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-tamie-platts-team---success-mortgage-partners'), mapOptions);}document.getElementById('e5ca2c46').innerHTML += ' | View Map';var $l2af76d63d8291f42d1236cdb2f1015cb = '

Tamie Platts' Team - Success Mortgage Partners

Address: 3237 Satellite Blvd, Duluth, GA 30096, USA
Phone: (770) 235-9907
';var m_2af76d63d8291f42d1236cdb2f1015cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tamie Platts' Team - Success Mortgage Partners',});m_2af76d63d8291f42d1236cdb2f1015cb['infowindow'] = new google.maps.InfoWindow({content: $l2af76d63d8291f42d1236cdb2f1015cb});var infowindow = new google.maps.InfoWindow({content: $l2af76d63d8291f42d1236cdb2f1015cb});google.maps.event.addListener(m_2af76d63d8291f42d1236cdb2f1015cb, 'click', function() {infowindow.open(map,m_2af76d63d8291f42d1236cdb2f1015cb);});$marker.push(m_2af76d63d8291f42d1236cdb2f1015cb);}});}google.maps.event.addDomListener(window, 'load', initialize);