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.8833,-84.6887)};var g_b47767f992ce8624345aca182b76b202 = new google.maps.Geocoder();g_b47767f992ce8624345aca182b76b202.geocode( { 'address': "5100 Dallas Hwy, Powder Springs, GA 30127"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powder-springs-GA-suntrust-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('powder-springs-GA-suntrust-bank-atm'), mapOptions);}document.getElementById('8116c982').innerHTML += ' | View Map';var $lb47767f992ce8624345aca182b76b202 = '

Suntrust Bank ATM

Address: 5100 Dallas Hwy, Powder Springs, GA 30127
Phone: (770) 590-3486
';var m_b47767f992ce8624345aca182b76b202 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntrust Bank ATM',});m_b47767f992ce8624345aca182b76b202['infowindow'] = new google.maps.InfoWindow({content: $lb47767f992ce8624345aca182b76b202});var infowindow = new google.maps.InfoWindow({content: $lb47767f992ce8624345aca182b76b202});google.maps.event.addListener(m_b47767f992ce8624345aca182b76b202, 'click', function() {infowindow.open(map,m_b47767f992ce8624345aca182b76b202);});$marker.push(m_b47767f992ce8624345aca182b76b202);}});}google.maps.event.addDomListener(window, 'load', initialize);