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.9537,-84.5412)};var g_8cb485c8cbb3bc455bc2e69825755754 = new google.maps.Geocoder();g_8cb485c8cbb3bc455bc2e69825755754.geocode( { 'address': "1350 Church Street Ext NE, Marietta, GA 30060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-community-southern-bank-elizabeth-station').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-community-southern-bank-elizabeth-station'), mapOptions);}document.getElementById('df968bfa').innerHTML += ' | View Map';var $l8cb485c8cbb3bc455bc2e69825755754 = '

Community & Southern Bank - Elizabeth Station

Address: 1350 Church Street Ext NE, Marietta, GA 30060
Phone: (800) 901-8075
';var m_8cb485c8cbb3bc455bc2e69825755754 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community & Southern Bank - Elizabeth Station',});m_8cb485c8cbb3bc455bc2e69825755754['infowindow'] = new google.maps.InfoWindow({content: $l8cb485c8cbb3bc455bc2e69825755754});var infowindow = new google.maps.InfoWindow({content: $l8cb485c8cbb3bc455bc2e69825755754});google.maps.event.addListener(m_8cb485c8cbb3bc455bc2e69825755754, 'click', function() {infowindow.open(map,m_8cb485c8cbb3bc455bc2e69825755754);});$marker.push(m_8cb485c8cbb3bc455bc2e69825755754);}});}google.maps.event.addDomListener(window, 'load', initialize);