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_72fa288df9f22f7167dff80cf89fd4e5 = new google.maps.Geocoder();g_72fa288df9f22f7167dff80cf89fd4e5.geocode( { 'address': "3630 Peachtree Rd NE, Atlanta, GA 30326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-vra-partners-llc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-vra-partners-llc'), mapOptions);}document.getElementById('06929be8').innerHTML += ' | View Map';var $l72fa288df9f22f7167dff80cf89fd4e5 = '

VRA PARTNERS LLC

Address: 3630 Peachtree Rd NE, Atlanta, GA 30326
Phone: (404) 835-1000
';var m_72fa288df9f22f7167dff80cf89fd4e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VRA PARTNERS LLC',});m_72fa288df9f22f7167dff80cf89fd4e5['infowindow'] = new google.maps.InfoWindow({content: $l72fa288df9f22f7167dff80cf89fd4e5});var infowindow = new google.maps.InfoWindow({content: $l72fa288df9f22f7167dff80cf89fd4e5});google.maps.event.addListener(m_72fa288df9f22f7167dff80cf89fd4e5, 'click', function() {infowindow.open(map,m_72fa288df9f22f7167dff80cf89fd4e5);});$marker.push(m_72fa288df9f22f7167dff80cf89fd4e5);}});}google.maps.event.addDomListener(window, 'load', initialize);