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.7739,-84.2954)};var g_34c97ecb93f5bd1ed5420b5a2a305322 = new google.maps.Geocoder();g_34c97ecb93f5bd1ed5420b5a2a305322.geocode( { 'address': "150 E Ponce de Leon Ave Ste 120, Decatur, GA 30030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-private-bank-of-decatur').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-private-bank-of-decatur'), mapOptions);}document.getElementById('d6dc6758').innerHTML += ' | View Map';var $l34c97ecb93f5bd1ed5420b5a2a305322 = '

Private Bank of Decatur

Address: 150 E Ponce de Leon Ave Ste 120, Decatur, GA 30030
Phone: (404) 809-3930
';var m_34c97ecb93f5bd1ed5420b5a2a305322 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Private Bank of Decatur',});m_34c97ecb93f5bd1ed5420b5a2a305322['infowindow'] = new google.maps.InfoWindow({content: $l34c97ecb93f5bd1ed5420b5a2a305322});var infowindow = new google.maps.InfoWindow({content: $l34c97ecb93f5bd1ed5420b5a2a305322});google.maps.event.addListener(m_34c97ecb93f5bd1ed5420b5a2a305322, 'click', function() {infowindow.open(map,m_34c97ecb93f5bd1ed5420b5a2a305322);});$marker.push(m_34c97ecb93f5bd1ed5420b5a2a305322);}});}google.maps.event.addDomListener(window, 'load', initialize);