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.8326,-83.8831)};var g_877e380135cfe6a49f56c577c8063210 = new google.maps.Geocoder();g_877e380135cfe6a49f56c577c8063210.geocode( { 'address': "4779 Atlanta Hwy, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-wells-fargo-bank'), mapOptions);}document.getElementById('4534891d').innerHTML += ' | View Map';var $l877e380135cfe6a49f56c577c8063210 = '

Wells Fargo Bank

Address: 4779 Atlanta Hwy, Loganville, GA 30052, USA
Phone: (770) 554-3392
';var m_877e380135cfe6a49f56c577c8063210 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_877e380135cfe6a49f56c577c8063210['infowindow'] = new google.maps.InfoWindow({content: $l877e380135cfe6a49f56c577c8063210});var infowindow = new google.maps.InfoWindow({content: $l877e380135cfe6a49f56c577c8063210});google.maps.event.addListener(m_877e380135cfe6a49f56c577c8063210, 'click', function() {infowindow.open(map,m_877e380135cfe6a49f56c577c8063210);});$marker.push(m_877e380135cfe6a49f56c577c8063210);}});}google.maps.event.addDomListener(window, 'load', initialize);