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.0418,-84.3422)};var g_61d819860058f0dd8388a11e3e735f6a = new google.maps.Geocoder();g_61d819860058f0dd8388a11e3e735f6a.geocode( { 'address': "10750 Alpharetta Hwy, Roswell, GA 30076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-GA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('roswell-GA-bank-of-america-financial-center'), mapOptions);}document.getElementById('29b11ebc').innerHTML += ' | View Map';var $l61d819860058f0dd8388a11e3e735f6a = '

Bank of America Financial Center

Address: 10750 Alpharetta Hwy, Roswell, GA 30076, USA
Phone: (770) 594-3451
';var m_61d819860058f0dd8388a11e3e735f6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_61d819860058f0dd8388a11e3e735f6a['infowindow'] = new google.maps.InfoWindow({content: $l61d819860058f0dd8388a11e3e735f6a});var infowindow = new google.maps.InfoWindow({content: $l61d819860058f0dd8388a11e3e735f6a});google.maps.event.addListener(m_61d819860058f0dd8388a11e3e735f6a, 'click', function() {infowindow.open(map,m_61d819860058f0dd8388a11e3e735f6a);});$marker.push(m_61d819860058f0dd8388a11e3e735f6a);}});}google.maps.event.addDomListener(window, 'load', initialize);