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(39.2019,-76.9481)};var g_083b0d5134ef0a9c325c90d6c7371fed = new google.maps.Geocoder();g_083b0d5134ef0a9c325c90d6c7371fed.geocode( { 'address': "6030 Daybreak Cir, Clarksville, MD 21029"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-MD-columbia-bank-the').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-MD-columbia-bank-the'), mapOptions);}document.getElementById('5fc6bf79').innerHTML += ' | View Map';var $l083b0d5134ef0a9c325c90d6c7371fed = '

Columbia Bank the

Address: 6030 Daybreak Cir, Clarksville, MD 21029
Phone: (410) 531-7000
';var m_083b0d5134ef0a9c325c90d6c7371fed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank the',});m_083b0d5134ef0a9c325c90d6c7371fed['infowindow'] = new google.maps.InfoWindow({content: $l083b0d5134ef0a9c325c90d6c7371fed});var infowindow = new google.maps.InfoWindow({content: $l083b0d5134ef0a9c325c90d6c7371fed});google.maps.event.addListener(m_083b0d5134ef0a9c325c90d6c7371fed, 'click', function() {infowindow.open(map,m_083b0d5134ef0a9c325c90d6c7371fed);});$marker.push(m_083b0d5134ef0a9c325c90d6c7371fed);}});}google.maps.event.addDomListener(window, 'load', initialize);