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.85,-83.9227)};var g_c770281715bf2c4ffc0b04237175b135 = new google.maps.Geocoder();g_c770281715bf2c4ffc0b04237175b135.geocode( { 'address': "3825 Harrison Rd SW, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-legacy-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-legacy-state-bank'), mapOptions);}document.getElementById('d7733086').innerHTML += ' | View Map';var $lc770281715bf2c4ffc0b04237175b135 = '

Legacy State Bank

Address: 3825 Harrison Rd SW, Loganville, GA 30052, USA
Phone: (770) 554-2265
';var m_c770281715bf2c4ffc0b04237175b135 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy State Bank',});m_c770281715bf2c4ffc0b04237175b135['infowindow'] = new google.maps.InfoWindow({content: $lc770281715bf2c4ffc0b04237175b135});var infowindow = new google.maps.InfoWindow({content: $lc770281715bf2c4ffc0b04237175b135});google.maps.event.addListener(m_c770281715bf2c4ffc0b04237175b135, 'click', function() {infowindow.open(map,m_c770281715bf2c4ffc0b04237175b135);});$marker.push(m_c770281715bf2c4ffc0b04237175b135);}});}google.maps.event.addDomListener(window, 'load', initialize);