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(34.7694,-84.9722)};var g_35eee7c9c3b5ee4a53c259aa44513e17 = new google.maps.Geocoder();g_35eee7c9c3b5ee4a53c259aa44513e17.geocode( { 'address': "300 S Thornton Ave, Dalton, GA 30720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dalton-GA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('dalton-GA-bank-of-america-financial-center'), mapOptions);}document.getElementById('27d10f25').innerHTML += ' | View Map';var $l35eee7c9c3b5ee4a53c259aa44513e17 = '

Bank of America Financial Center

Address: 300 S Thornton Ave, Dalton, GA 30720, USA
Phone: (706) 226-3000
';var m_35eee7c9c3b5ee4a53c259aa44513e17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_35eee7c9c3b5ee4a53c259aa44513e17['infowindow'] = new google.maps.InfoWindow({content: $l35eee7c9c3b5ee4a53c259aa44513e17});var infowindow = new google.maps.InfoWindow({content: $l35eee7c9c3b5ee4a53c259aa44513e17});google.maps.event.addListener(m_35eee7c9c3b5ee4a53c259aa44513e17, 'click', function() {infowindow.open(map,m_35eee7c9c3b5ee4a53c259aa44513e17);});$marker.push(m_35eee7c9c3b5ee4a53c259aa44513e17);}});}google.maps.event.addDomListener(window, 'load', initialize);