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.8528,-84.3793)};var g_da396723b0381ecdb354cfccc2bf1799 = new google.maps.Geocoder();g_da396723b0381ecdb354cfccc2bf1799.geocode( { 'address': "3565 Piedmont Rd NE #210, Atlanta, GA 30305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-private-bank-of-buckhead').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-private-bank-of-buckhead'), mapOptions);}document.getElementById('c0657158').innerHTML += ' | View Map';var $lda396723b0381ecdb354cfccc2bf1799 = '

Private Bank of Buckhead

Address: 3565 Piedmont Rd NE #210, Atlanta, GA 30305, USA
Phone: (404) 264-7979
';var m_da396723b0381ecdb354cfccc2bf1799 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Private Bank of Buckhead',});m_da396723b0381ecdb354cfccc2bf1799['infowindow'] = new google.maps.InfoWindow({content: $lda396723b0381ecdb354cfccc2bf1799});var infowindow = new google.maps.InfoWindow({content: $lda396723b0381ecdb354cfccc2bf1799});google.maps.event.addListener(m_da396723b0381ecdb354cfccc2bf1799, 'click', function() {infowindow.open(map,m_da396723b0381ecdb354cfccc2bf1799);});$marker.push(m_da396723b0381ecdb354cfccc2bf1799);}});}google.maps.event.addDomListener(window, 'load', initialize);