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.8559,-84.3953)};var g_ac0fb667ebd3df08ba539dc8c6c32b84 = new google.maps.Geocoder();g_ac0fb667ebd3df08ba539dc8c6c32b84.geocode( { 'address': "2517 Edwards Dr NW, Atlanta, GA 30318"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-prc-importers').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-prc-importers'), mapOptions);}document.getElementById('36e5f8e2').innerHTML += ' | View Map';var $lac0fb667ebd3df08ba539dc8c6c32b84 = '

PRC Importers

Address: 2517 Edwards Dr NW, Atlanta, GA 30318
Phone: (404) 432-4344
';var m_ac0fb667ebd3df08ba539dc8c6c32b84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PRC Importers',});m_ac0fb667ebd3df08ba539dc8c6c32b84['infowindow'] = new google.maps.InfoWindow({content: $lac0fb667ebd3df08ba539dc8c6c32b84});var infowindow = new google.maps.InfoWindow({content: $lac0fb667ebd3df08ba539dc8c6c32b84});google.maps.event.addListener(m_ac0fb667ebd3df08ba539dc8c6c32b84, 'click', function() {infowindow.open(map,m_ac0fb667ebd3df08ba539dc8c6c32b84);});$marker.push(m_ac0fb667ebd3df08ba539dc8c6c32b84);}});}google.maps.event.addDomListener(window, 'load', initialize);