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.8315,-83.8845)};var g_2bcf05c161f9eecfd8b35926d31e4083 = new google.maps.Geocoder();g_2bcf05c161f9eecfd8b35926d31e4083.geocode( { 'address': "4753 Atlanta Hwy, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-atm-fifth-third-bank'), mapOptions);}document.getElementById('86887b3e').innerHTML += ' | View Map';var $l2bcf05c161f9eecfd8b35926d31e4083 = '

ATM (Fifth Third Bank)

Address: 4753 Atlanta Hwy, Loganville, GA 30052, USA
Phone:
';var m_2bcf05c161f9eecfd8b35926d31e4083 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_2bcf05c161f9eecfd8b35926d31e4083['infowindow'] = new google.maps.InfoWindow({content: $l2bcf05c161f9eecfd8b35926d31e4083});var infowindow = new google.maps.InfoWindow({content: $l2bcf05c161f9eecfd8b35926d31e4083});google.maps.event.addListener(m_2bcf05c161f9eecfd8b35926d31e4083, 'click', function() {infowindow.open(map,m_2bcf05c161f9eecfd8b35926d31e4083);});$marker.push(m_2bcf05c161f9eecfd8b35926d31e4083);}});}google.maps.event.addDomListener(window, 'load', initialize);