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.8354,-84.6301)};var g_b06fcd66668bd01f7f6369d95074ea8d = new google.maps.Geocoder();g_b06fcd66668bd01f7f6369d95074ea8d.geocode( { 'address': "2765 Veterans Memorial Hwy, Austell, GA 30168"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austell-GA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('austell-GA-bank-of-america'), mapOptions);}document.getElementById('108f3bd8').innerHTML += ' | View Map';var $lb06fcd66668bd01f7f6369d95074ea8d = '

Bank of America

Address: 2765 Veterans Memorial Hwy, Austell, GA 30168
Phone: (770) 944-4080
';var m_b06fcd66668bd01f7f6369d95074ea8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_b06fcd66668bd01f7f6369d95074ea8d['infowindow'] = new google.maps.InfoWindow({content: $lb06fcd66668bd01f7f6369d95074ea8d});var infowindow = new google.maps.InfoWindow({content: $lb06fcd66668bd01f7f6369d95074ea8d});google.maps.event.addListener(m_b06fcd66668bd01f7f6369d95074ea8d, 'click', function() {infowindow.open(map,m_b06fcd66668bd01f7f6369d95074ea8d);});$marker.push(m_b06fcd66668bd01f7f6369d95074ea8d);}});}google.maps.event.addDomListener(window, 'load', initialize);