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_d51c43b88fceb9f8c8cc37be2f550139 = new google.maps.Geocoder();g_d51c43b88fceb9f8c8cc37be2f550139.geocode( { 'address': "2791 Old Coach Rd, Duluth, GA 30096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-putnam-note-finding-services').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-putnam-note-finding-services'), mapOptions);}document.getElementById('2f04fddc').innerHTML += ' | View Map';var $ld51c43b88fceb9f8c8cc37be2f550139 = '

Putnam Note Finding Services

Address: 2791 Old Coach Rd, Duluth, GA 30096
Phone: (770) 476-9478
';var m_d51c43b88fceb9f8c8cc37be2f550139 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Putnam Note Finding Services',});m_d51c43b88fceb9f8c8cc37be2f550139['infowindow'] = new google.maps.InfoWindow({content: $ld51c43b88fceb9f8c8cc37be2f550139});var infowindow = new google.maps.InfoWindow({content: $ld51c43b88fceb9f8c8cc37be2f550139});google.maps.event.addListener(m_d51c43b88fceb9f8c8cc37be2f550139, 'click', function() {infowindow.open(map,m_d51c43b88fceb9f8c8cc37be2f550139);});$marker.push(m_d51c43b88fceb9f8c8cc37be2f550139);}});}google.maps.event.addDomListener(window, 'load', initialize);