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.9945,-84.86)};var g_a641dca93e76a3eeed90c74a3654ad81 = new google.maps.Geocoder();g_a641dca93e76a3eeed90c74a3654ad81.geocode( { 'address': "4075 Marietta Hwy, Dallas, GA 30157"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-GA-stand-alone-atm').style.display = '';map = new google.maps.Map(document.getElementById('dallas-GA-stand-alone-atm'), mapOptions);}document.getElementById('225868c1').innerHTML += ' | View Map';var $la641dca93e76a3eeed90c74a3654ad81 = '

Stand Alone ATM

Address: 4075 Marietta Hwy, Dallas, GA 30157
Phone: (678) 370-0123
';var m_a641dca93e76a3eeed90c74a3654ad81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stand Alone ATM',});m_a641dca93e76a3eeed90c74a3654ad81['infowindow'] = new google.maps.InfoWindow({content: $la641dca93e76a3eeed90c74a3654ad81});var infowindow = new google.maps.InfoWindow({content: $la641dca93e76a3eeed90c74a3654ad81});google.maps.event.addListener(m_a641dca93e76a3eeed90c74a3654ad81, 'click', function() {infowindow.open(map,m_a641dca93e76a3eeed90c74a3654ad81);});$marker.push(m_a641dca93e76a3eeed90c74a3654ad81);}});}google.maps.event.addDomListener(window, 'load', initialize);