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.5836,-84.5473)};var g_cd47000a5769d64a340eb38101b31dcc = new google.maps.Geocoder();g_cd47000a5769d64a340eb38101b31dcc.geocode( { 'address': "4601 Jonesboro Road, Union City, GA 30291"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-suntrust-bank'), mapOptions);}document.getElementById('dbcc9e57').innerHTML += ' | View Map';var $lcd47000a5769d64a340eb38101b31dcc = '

SunTrust Bank

Address: 4601 Jonesboro Road, Union City, GA 30291
Phone: (770) 282-3093
';var m_cd47000a5769d64a340eb38101b31dcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_cd47000a5769d64a340eb38101b31dcc['infowindow'] = new google.maps.InfoWindow({content: $lcd47000a5769d64a340eb38101b31dcc});var infowindow = new google.maps.InfoWindow({content: $lcd47000a5769d64a340eb38101b31dcc});google.maps.event.addListener(m_cd47000a5769d64a340eb38101b31dcc, 'click', function() {infowindow.open(map,m_cd47000a5769d64a340eb38101b31dcc);});$marker.push(m_cd47000a5769d64a340eb38101b31dcc);}});}google.maps.event.addDomListener(window, 'load', initialize);