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.9434,-84.5161)};var g_b53a60644f901c10f27c27e8f8937f97 = new google.maps.Geocoder();g_b53a60644f901c10f27c27e8f8937f97.geocode( { 'address': "363 Cobb Pkwy S, Marietta, GA 30060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-1800newdeal').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-1800newdeal'), mapOptions);}document.getElementById('9de6b6f2').innerHTML += ' | View Map';var $lb53a60644f901c10f27c27e8f8937f97 = '

1800NewDeal

Address: 363 Cobb Pkwy S, Marietta, GA 30060, USA
Phone: (770) 544-0665
';var m_b53a60644f901c10f27c27e8f8937f97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1800NewDeal',});m_b53a60644f901c10f27c27e8f8937f97['infowindow'] = new google.maps.InfoWindow({content: $lb53a60644f901c10f27c27e8f8937f97});var infowindow = new google.maps.InfoWindow({content: $lb53a60644f901c10f27c27e8f8937f97});google.maps.event.addListener(m_b53a60644f901c10f27c27e8f8937f97, 'click', function() {infowindow.open(map,m_b53a60644f901c10f27c27e8f8937f97);});$marker.push(m_b53a60644f901c10f27c27e8f8937f97);}});}google.maps.event.addDomListener(window, 'load', initialize);