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_5bd91e126ca74d29488cc551c2cb3bfe = new google.maps.Geocoder();g_5bd91e126ca74d29488cc551c2cb3bfe.geocode( { 'address': "2255 Cumberland Pkwy SE, Atlanta, GA 30339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-bank-of-the-ozarks'), mapOptions);}document.getElementById('bca94b9e').innerHTML += ' | View Map';var $l5bd91e126ca74d29488cc551c2cb3bfe = '

Bank Of The Ozarks

Address: 2255 Cumberland Pkwy SE, Atlanta, GA 30339
Phone: (770) 437-1947
';var m_5bd91e126ca74d29488cc551c2cb3bfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Ozarks',});m_5bd91e126ca74d29488cc551c2cb3bfe['infowindow'] = new google.maps.InfoWindow({content: $l5bd91e126ca74d29488cc551c2cb3bfe});var infowindow = new google.maps.InfoWindow({content: $l5bd91e126ca74d29488cc551c2cb3bfe});google.maps.event.addListener(m_5bd91e126ca74d29488cc551c2cb3bfe, 'click', function() {infowindow.open(map,m_5bd91e126ca74d29488cc551c2cb3bfe);});$marker.push(m_5bd91e126ca74d29488cc551c2cb3bfe);}});}google.maps.event.addDomListener(window, 'load', initialize);