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.5686,-84.5408)};var g_39f1eea5596e2fb08737be60887d30df = new google.maps.Geocoder();g_39f1eea5596e2fb08737be60887d30df.geocode( { 'address': "Shannon Mall, 4640 Jonesboro Rd, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-wells-fargo-bank'), mapOptions);}document.getElementById('8ff56c00').innerHTML += ' | View Map';var $l39f1eea5596e2fb08737be60887d30df = '

Wells Fargo Bank

Address: Shannon Mall, 4640 Jonesboro Rd, Union City, GA 30291, USA
Phone: (770) 964-2396
';var m_39f1eea5596e2fb08737be60887d30df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_39f1eea5596e2fb08737be60887d30df['infowindow'] = new google.maps.InfoWindow({content: $l39f1eea5596e2fb08737be60887d30df});var infowindow = new google.maps.InfoWindow({content: $l39f1eea5596e2fb08737be60887d30df});google.maps.event.addListener(m_39f1eea5596e2fb08737be60887d30df, 'click', function() {infowindow.open(map,m_39f1eea5596e2fb08737be60887d30df);});$marker.push(m_39f1eea5596e2fb08737be60887d30df);}});}google.maps.event.addDomListener(window, 'load', initialize);