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.3778,-84.5578)};var g_145ad73edc419bc4b13f5ae670d98a0d = new google.maps.Geocoder();g_145ad73edc419bc4b13f5ae670d98a0d.geocode( { 'address': "300 S Peachtree Pkwy, Peachtree City, GA 30269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peachtree-city-GA-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('peachtree-city-GA-atm-regions-bank'), mapOptions);}document.getElementById('2eb8d557').innerHTML += ' | View Map';var $l145ad73edc419bc4b13f5ae670d98a0d = '

ATM (Regions Bank)

Address: 300 S Peachtree Pkwy, Peachtree City, GA 30269, USA
Phone:
';var m_145ad73edc419bc4b13f5ae670d98a0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_145ad73edc419bc4b13f5ae670d98a0d['infowindow'] = new google.maps.InfoWindow({content: $l145ad73edc419bc4b13f5ae670d98a0d});var infowindow = new google.maps.InfoWindow({content: $l145ad73edc419bc4b13f5ae670d98a0d});google.maps.event.addListener(m_145ad73edc419bc4b13f5ae670d98a0d, 'click', function() {infowindow.open(map,m_145ad73edc419bc4b13f5ae670d98a0d);});$marker.push(m_145ad73edc419bc4b13f5ae670d98a0d);}});}google.maps.event.addDomListener(window, 'load', initialize);