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(31.701,-83.6547)};var g_cb1fac69e96a95bd63e658cb367d3eb1 = new google.maps.Geocoder();g_cb1fac69e96a95bd63e658cb367d3eb1.geocode( { 'address': "515 E Washington Ave, Ashburn, GA 31714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashburn-GA-colony-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashburn-GA-colony-bank'), mapOptions);}document.getElementById('b61b7a7d').innerHTML += ' | View Map';var $lcb1fac69e96a95bd63e658cb367d3eb1 = '

Colony Bank

Address: 515 E Washington Ave, Ashburn, GA 31714
Phone: (229) 567-8100
';var m_cb1fac69e96a95bd63e658cb367d3eb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colony Bank',});m_cb1fac69e96a95bd63e658cb367d3eb1['infowindow'] = new google.maps.InfoWindow({content: $lcb1fac69e96a95bd63e658cb367d3eb1});var infowindow = new google.maps.InfoWindow({content: $lcb1fac69e96a95bd63e658cb367d3eb1});google.maps.event.addListener(m_cb1fac69e96a95bd63e658cb367d3eb1, 'click', function() {infowindow.open(map,m_cb1fac69e96a95bd63e658cb367d3eb1);});$marker.push(m_cb1fac69e96a95bd63e658cb367d3eb1);}});}google.maps.event.addDomListener(window, 'load', initialize);