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.3085,-86.4792)};var g_302eaddd535e22628c7df880385b95ae = new google.maps.Geocoder();g_302eaddd535e22628c7df880385b95ae.geocode( { 'address': "225 E 3 Notch St, Andalusia, AL 36420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andalusia-AL-ccb-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('andalusia-AL-ccb-community-bank'), mapOptions);}document.getElementById('6249b65d').innerHTML += ' | View Map';var $l302eaddd535e22628c7df880385b95ae = '

CCB Community Bank

Address: 225 E 3 Notch St, Andalusia, AL 36420, USA
Phone: (334) 222-2561
';var m_302eaddd535e22628c7df880385b95ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCB Community Bank',});m_302eaddd535e22628c7df880385b95ae['infowindow'] = new google.maps.InfoWindow({content: $l302eaddd535e22628c7df880385b95ae});var infowindow = new google.maps.InfoWindow({content: $l302eaddd535e22628c7df880385b95ae});google.maps.event.addListener(m_302eaddd535e22628c7df880385b95ae, 'click', function() {infowindow.open(map,m_302eaddd535e22628c7df880385b95ae);});$marker.push(m_302eaddd535e22628c7df880385b95ae);}});}google.maps.event.addDomListener(window, 'load', initialize);