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.616,-84.4477)};var g_080a1bdb573559f9ee2cf1ab41509061 = new google.maps.Geocoder();g_080a1bdb573559f9ee2cf1ab41509061.geocode( { 'address': "1895 Phoenix Blvd Suite 166, Atlanta, GA 30349, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-dwayne-coney').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-dwayne-coney'), mapOptions);}document.getElementById('b80e25ae').innerHTML += ' | View Map';var $l080a1bdb573559f9ee2cf1ab41509061 = '

Dwayne Coney

Address: 1895 Phoenix Blvd Suite 166, Atlanta, GA 30349, USA
Phone: (770) 996-4646
';var m_080a1bdb573559f9ee2cf1ab41509061 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dwayne Coney',});m_080a1bdb573559f9ee2cf1ab41509061['infowindow'] = new google.maps.InfoWindow({content: $l080a1bdb573559f9ee2cf1ab41509061});var infowindow = new google.maps.InfoWindow({content: $l080a1bdb573559f9ee2cf1ab41509061});google.maps.event.addListener(m_080a1bdb573559f9ee2cf1ab41509061, 'click', function() {infowindow.open(map,m_080a1bdb573559f9ee2cf1ab41509061);});$marker.push(m_080a1bdb573559f9ee2cf1ab41509061);}});}google.maps.event.addDomListener(window, 'load', initialize);