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.9775,-84.1487)};var g_e795059290449c82d0ed56028f079f3f = new google.maps.Geocoder();g_e795059290449c82d0ed56028f079f3f.geocode( { 'address': "3132 Hill St, Duluth, GA 30096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-waterside-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-waterside-mortgage'), mapOptions);}document.getElementById('7db02e84').innerHTML += ' | View Map';var $le795059290449c82d0ed56028f079f3f = '

Waterside Mortgage

Address: 3132 Hill St, Duluth, GA 30096
Phone: (770) 476-5549
';var m_e795059290449c82d0ed56028f079f3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Waterside Mortgage',});m_e795059290449c82d0ed56028f079f3f['infowindow'] = new google.maps.InfoWindow({content: $le795059290449c82d0ed56028f079f3f});var infowindow = new google.maps.InfoWindow({content: $le795059290449c82d0ed56028f079f3f});google.maps.event.addListener(m_e795059290449c82d0ed56028f079f3f, 'click', function() {infowindow.open(map,m_e795059290449c82d0ed56028f079f3f);});$marker.push(m_e795059290449c82d0ed56028f079f3f);}});}google.maps.event.addDomListener(window, 'load', initialize);