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.8559,-84.3953)};var g_f2d7e2fc28ededdf63c1684a3b6d0c5f = new google.maps.Geocoder();g_f2d7e2fc28ededdf63c1684a3b6d0c5f.geocode( { 'address': "6055 Old National Hwy, Atlanta, GA 30349"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-bestbank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-bestbank'), mapOptions);}document.getElementById('dd11d43f').innerHTML += ' | View Map';var $lf2d7e2fc28ededdf63c1684a3b6d0c5f = '

Bestbank

Address: 6055 Old National Hwy, Atlanta, GA 30349
Phone: (770) 996-5605
';var m_f2d7e2fc28ededdf63c1684a3b6d0c5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bestbank',});m_f2d7e2fc28ededdf63c1684a3b6d0c5f['infowindow'] = new google.maps.InfoWindow({content: $lf2d7e2fc28ededdf63c1684a3b6d0c5f});var infowindow = new google.maps.InfoWindow({content: $lf2d7e2fc28ededdf63c1684a3b6d0c5f});google.maps.event.addListener(m_f2d7e2fc28ededdf63c1684a3b6d0c5f, 'click', function() {infowindow.open(map,m_f2d7e2fc28ededdf63c1684a3b6d0c5f);});$marker.push(m_f2d7e2fc28ededdf63c1684a3b6d0c5f);}});}google.maps.event.addDomListener(window, 'load', initialize);