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.5804,-85.0878)};var g_108a42bc32d9f01c45d9cdc93156edd5 = new google.maps.Geocoder();g_108a42bc32d9f01c45d9cdc93156edd5.geocode( { 'address': "1371 S Park St, Carrollton, GA 30117"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrollton-GA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('carrollton-GA-suntrust-bank'), mapOptions);}document.getElementById('2af4189b').innerHTML += ' | View Map';var $l108a42bc32d9f01c45d9cdc93156edd5 = '

SunTrust Bank

Address: 1371 S Park St, Carrollton, GA 30117
Phone: (678) 664-3394
';var m_108a42bc32d9f01c45d9cdc93156edd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_108a42bc32d9f01c45d9cdc93156edd5['infowindow'] = new google.maps.InfoWindow({content: $l108a42bc32d9f01c45d9cdc93156edd5});var infowindow = new google.maps.InfoWindow({content: $l108a42bc32d9f01c45d9cdc93156edd5});google.maps.event.addListener(m_108a42bc32d9f01c45d9cdc93156edd5, 'click', function() {infowindow.open(map,m_108a42bc32d9f01c45d9cdc93156edd5);});$marker.push(m_108a42bc32d9f01c45d9cdc93156edd5);}});}google.maps.event.addDomListener(window, 'load', initialize);