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.896,-83.9591)};var g_c5aecbdb52a3d4b3be40d5fb46c3386d = new google.maps.Geocoder();g_c5aecbdb52a3d4b3be40d5fb46c3386d.geocode( { 'address': "2001 Grayson Hwy, Grayson, GA 30017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grayson-GA-community--southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('grayson-GA-community--southern-bank'), mapOptions);}document.getElementById('f97b0bba').innerHTML += ' | View Map';var $lc5aecbdb52a3d4b3be40d5fb46c3386d = '

Community & Southern Bank

Address: 2001 Grayson Hwy, Grayson, GA 30017, USA
Phone: (470) 422-1090
';var m_c5aecbdb52a3d4b3be40d5fb46c3386d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community & Southern Bank',});m_c5aecbdb52a3d4b3be40d5fb46c3386d['infowindow'] = new google.maps.InfoWindow({content: $lc5aecbdb52a3d4b3be40d5fb46c3386d});var infowindow = new google.maps.InfoWindow({content: $lc5aecbdb52a3d4b3be40d5fb46c3386d});google.maps.event.addListener(m_c5aecbdb52a3d4b3be40d5fb46c3386d, 'click', function() {infowindow.open(map,m_c5aecbdb52a3d4b3be40d5fb46c3386d);});$marker.push(m_c5aecbdb52a3d4b3be40d5fb46c3386d);}});}google.maps.event.addDomListener(window, 'load', initialize);