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(34.1227,-84.2968)};var g_be9bbf8e7cb2de059b86e7a8af2b4fc1 = new google.maps.Geocoder();g_be9bbf8e7cb2de059b86e7a8af2b4fc1.geocode( { 'address': "5895 Windward Pkwy, Alpharetta, GA 30005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-the-private-bank').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-the-private-bank'), mapOptions);}document.getElementById('1d8bf786').innerHTML += ' | View Map';var $lbe9bbf8e7cb2de059b86e7a8af2b4fc1 = '

The Private Bank

Address: 5895 Windward Pkwy, Alpharetta, GA 30005
Phone: (770) 740-2880
';var m_be9bbf8e7cb2de059b86e7a8af2b4fc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Private Bank',});m_be9bbf8e7cb2de059b86e7a8af2b4fc1['infowindow'] = new google.maps.InfoWindow({content: $lbe9bbf8e7cb2de059b86e7a8af2b4fc1});var infowindow = new google.maps.InfoWindow({content: $lbe9bbf8e7cb2de059b86e7a8af2b4fc1});google.maps.event.addListener(m_be9bbf8e7cb2de059b86e7a8af2b4fc1, 'click', function() {infowindow.open(map,m_be9bbf8e7cb2de059b86e7a8af2b4fc1);});$marker.push(m_be9bbf8e7cb2de059b86e7a8af2b4fc1);}});}google.maps.event.addDomListener(window, 'load', initialize);