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.2104,-76.7985)};var g_558a88d7f6f1c039aa94f9614515634d = new google.maps.Geocoder();g_558a88d7f6f1c039aa94f9614515634d.geocode( { 'address': "6011 University Blvd #370, Ellicott City, MD 21043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellicott-city-MD-howard-bank').style.display = '';map = new google.maps.Map(document.getElementById('ellicott-city-MD-howard-bank'), mapOptions);}document.getElementById('35567cc8').innerHTML += ' | View Map';var $l558a88d7f6f1c039aa94f9614515634d = '

Howard Bank

Address: 6011 University Blvd #370, Ellicott City, MD 21043, USA
Phone: (410) 750-0020
';var m_558a88d7f6f1c039aa94f9614515634d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howard Bank',});m_558a88d7f6f1c039aa94f9614515634d['infowindow'] = new google.maps.InfoWindow({content: $l558a88d7f6f1c039aa94f9614515634d});var infowindow = new google.maps.InfoWindow({content: $l558a88d7f6f1c039aa94f9614515634d});google.maps.event.addListener(m_558a88d7f6f1c039aa94f9614515634d, 'click', function() {infowindow.open(map,m_558a88d7f6f1c039aa94f9614515634d);});$marker.push(m_558a88d7f6f1c039aa94f9614515634d);}});}google.maps.event.addDomListener(window, 'load', initialize);