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.2892,-76.6141)};var g_39cf77d8989671cca659b8b5b8c7d7cc = new google.maps.Geocoder();g_39cf77d8989671cca659b8b5b8c7d7cc.geocode( { 'address': "10 Light St, Baltimore, MD 21202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-maryland-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-maryland-national-bank-trust'), mapOptions);}document.getElementById('94adf32c').innerHTML += ' | View Map';var $l39cf77d8989671cca659b8b5b8c7d7cc = '

Maryland National Bank Trust

Address: 10 Light St, Baltimore, MD 21202, USA
Phone: (410) 244-5637
';var m_39cf77d8989671cca659b8b5b8c7d7cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maryland National Bank Trust',});m_39cf77d8989671cca659b8b5b8c7d7cc['infowindow'] = new google.maps.InfoWindow({content: $l39cf77d8989671cca659b8b5b8c7d7cc});var infowindow = new google.maps.InfoWindow({content: $l39cf77d8989671cca659b8b5b8c7d7cc});google.maps.event.addListener(m_39cf77d8989671cca659b8b5b8c7d7cc, 'click', function() {infowindow.open(map,m_39cf77d8989671cca659b8b5b8c7d7cc);});$marker.push(m_39cf77d8989671cca659b8b5b8c7d7cc);}});}google.maps.event.addDomListener(window, 'load', initialize);