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.8503,-84.3753)};var g_e9719ab8d517ec99982259eaa45e93bf = new google.maps.Geocoder();g_e9719ab8d517ec99982259eaa45e93bf.geocode( { 'address': "3475 Piedmont Rd NE #500, Atlanta, GA 30305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-union-bank'), mapOptions);}document.getElementById('60a737dd').innerHTML += ' | View Map';var $le9719ab8d517ec99982259eaa45e93bf = '

Union Bank

Address: 3475 Piedmont Rd NE #500, Atlanta, GA 30305, USA
Phone: (404) 464-4940
';var m_e9719ab8d517ec99982259eaa45e93bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_e9719ab8d517ec99982259eaa45e93bf['infowindow'] = new google.maps.InfoWindow({content: $le9719ab8d517ec99982259eaa45e93bf});var infowindow = new google.maps.InfoWindow({content: $le9719ab8d517ec99982259eaa45e93bf});google.maps.event.addListener(m_e9719ab8d517ec99982259eaa45e93bf, 'click', function() {infowindow.open(map,m_e9719ab8d517ec99982259eaa45e93bf);});$marker.push(m_e9719ab8d517ec99982259eaa45e93bf);}});}google.maps.event.addDomListener(window, 'load', initialize);