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.6008,-85.7213)};var g_6881a152b83d09fd68ccb9be0f9d9ade = new google.maps.Geocoder();g_6881a152b83d09fd68ccb9be0f9d9ade.geocode( { 'address': "6 E Main St, Ariton, AL 36311"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ariton-AL-colonial-bank').style.display = '';map = new google.maps.Map(document.getElementById('ariton-AL-colonial-bank'), mapOptions);}document.getElementById('f79e6749').innerHTML += ' | View Map';var $l6881a152b83d09fd68ccb9be0f9d9ade = '

Colonial Bank

Address: 6 E Main St, Ariton, AL 36311
Phone: (334) 762-2321
';var m_6881a152b83d09fd68ccb9be0f9d9ade = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Bank',});m_6881a152b83d09fd68ccb9be0f9d9ade['infowindow'] = new google.maps.InfoWindow({content: $l6881a152b83d09fd68ccb9be0f9d9ade});var infowindow = new google.maps.InfoWindow({content: $l6881a152b83d09fd68ccb9be0f9d9ade});google.maps.event.addListener(m_6881a152b83d09fd68ccb9be0f9d9ade, 'click', function() {infowindow.open(map,m_6881a152b83d09fd68ccb9be0f9d9ade);});$marker.push(m_6881a152b83d09fd68ccb9be0f9d9ade);}});}google.maps.event.addDomListener(window, 'load', initialize);