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.145,-77.1376)};var g_a6292668b36ef412fa3c4102d1311a62 = new google.maps.Geocoder();g_a6292668b36ef412fa3c4102d1311a62.geocode( { 'address': "7529 Standish Pl, Derwood, MD 20855"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derwood-MD-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('derwood-MD-columbia-bank'), mapOptions);}document.getElementById('2ce90203').innerHTML += ' | View Map';var $la6292668b36ef412fa3c4102d1311a62 = '

Columbia Bank

Address: 7529 Standish Pl, Derwood, MD 20855
Phone: (301) 294-6580
';var m_a6292668b36ef412fa3c4102d1311a62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_a6292668b36ef412fa3c4102d1311a62['infowindow'] = new google.maps.InfoWindow({content: $la6292668b36ef412fa3c4102d1311a62});var infowindow = new google.maps.InfoWindow({content: $la6292668b36ef412fa3c4102d1311a62});google.maps.event.addListener(m_a6292668b36ef412fa3c4102d1311a62, 'click', function() {infowindow.open(map,m_a6292668b36ef412fa3c4102d1311a62);});$marker.push(m_a6292668b36ef412fa3c4102d1311a62);}});}google.maps.event.addDomListener(window, 'load', initialize);