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_098132b1644a8c2537416fe7e8877f84 = new google.maps.Geocoder();g_098132b1644a8c2537416fe7e8877f84.geocode( { 'address': "201 17th St NW, Atlanta, GA 30363"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-bank-the-ozarks-atlanta-loan').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-bank-the-ozarks-atlanta-loan'), mapOptions);}document.getElementById('c4694846').innerHTML += ' | View Map';var $l098132b1644a8c2537416fe7e8877f84 = '

Bank-The Ozarks-Atlanta-Loan

Address: 201 17th St NW, Atlanta, GA 30363
Phone: (678) 538-6557
';var m_098132b1644a8c2537416fe7e8877f84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank-The Ozarks-Atlanta-Loan',});m_098132b1644a8c2537416fe7e8877f84['infowindow'] = new google.maps.InfoWindow({content: $l098132b1644a8c2537416fe7e8877f84});var infowindow = new google.maps.InfoWindow({content: $l098132b1644a8c2537416fe7e8877f84});google.maps.event.addListener(m_098132b1644a8c2537416fe7e8877f84, 'click', function() {infowindow.open(map,m_098132b1644a8c2537416fe7e8877f84);});$marker.push(m_098132b1644a8c2537416fe7e8877f84);}});}google.maps.event.addDomListener(window, 'load', initialize);