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(34.8746,-84.2998)};var g_df816729e0785203371d46198c4b141f = new google.maps.Geocoder();g_df816729e0785203371d46198c4b141f.geocode( { 'address': "220 Orvin Lance Dr, Blue Ridge, GA 30513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-ridge-GA-citizens-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('blue-ridge-GA-citizens-south-bank'), mapOptions);}document.getElementById('8b75493f').innerHTML += ' | View Map';var $ldf816729e0785203371d46198c4b141f = '

Citizens South Bank

Address: 220 Orvin Lance Dr, Blue Ridge, GA 30513, USA
Phone: (706) 632-8682
';var m_df816729e0785203371d46198c4b141f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens South Bank',});m_df816729e0785203371d46198c4b141f['infowindow'] = new google.maps.InfoWindow({content: $ldf816729e0785203371d46198c4b141f});var infowindow = new google.maps.InfoWindow({content: $ldf816729e0785203371d46198c4b141f});google.maps.event.addListener(m_df816729e0785203371d46198c4b141f, 'click', function() {infowindow.open(map,m_df816729e0785203371d46198c4b141f);});$marker.push(m_df816729e0785203371d46198c4b141f);}});}google.maps.event.addDomListener(window, 'load', initialize);