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.3932,-84.8234)};var g_a4ebea1bae038c0d6a2f2fd41610c24d = new google.maps.Geocoder();g_a4ebea1bae038c0d6a2f2fd41610c24d.geocode( { 'address': "16 E Broad St, Newnan, GA 30263"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newnan-GA-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('newnan-GA-bank-of-the-ozarks'), mapOptions);}document.getElementById('e7ae7fe2').innerHTML += ' | View Map';var $la4ebea1bae038c0d6a2f2fd41610c24d = '

Bank Of The Ozarks

Address: 16 E Broad St, Newnan, GA 30263
Phone: (770) 502-8400
';var m_a4ebea1bae038c0d6a2f2fd41610c24d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Ozarks',});m_a4ebea1bae038c0d6a2f2fd41610c24d['infowindow'] = new google.maps.InfoWindow({content: $la4ebea1bae038c0d6a2f2fd41610c24d});var infowindow = new google.maps.InfoWindow({content: $la4ebea1bae038c0d6a2f2fd41610c24d});google.maps.event.addListener(m_a4ebea1bae038c0d6a2f2fd41610c24d, 'click', function() {infowindow.open(map,m_a4ebea1bae038c0d6a2f2fd41610c24d);});$marker.push(m_a4ebea1bae038c0d6a2f2fd41610c24d);}});}google.maps.event.addDomListener(window, 'load', initialize);