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.8394,-84.3814)};var g_1d04064d540beb34e0cc414561bc6f35 = new google.maps.Geocoder();g_1d04064d540beb34e0cc414561bc6f35.geocode( { 'address': "3060 Peachtree Rd NW #500, Atlanta, GA 30305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-angel-oak-prime-bridge').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-angel-oak-prime-bridge'), mapOptions);}document.getElementById('cc1417f9').innerHTML += ' | View Map';var $l1d04064d540beb34e0cc414561bc6f35 = '

Angel Oak Prime Bridge

Address: 3060 Peachtree Rd NW #500, Atlanta, GA 30305, USA
Phone: (888) 209-1333
';var m_1d04064d540beb34e0cc414561bc6f35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Angel Oak Prime Bridge',});m_1d04064d540beb34e0cc414561bc6f35['infowindow'] = new google.maps.InfoWindow({content: $l1d04064d540beb34e0cc414561bc6f35});var infowindow = new google.maps.InfoWindow({content: $l1d04064d540beb34e0cc414561bc6f35});google.maps.event.addListener(m_1d04064d540beb34e0cc414561bc6f35, 'click', function() {infowindow.open(map,m_1d04064d540beb34e0cc414561bc6f35);});$marker.push(m_1d04064d540beb34e0cc414561bc6f35);}});}google.maps.event.addDomListener(window, 'load', initialize);