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.4349,-76.6549)};var g_4f175f6ae224a0d1250a379cd5936448 = new google.maps.Geocoder();g_4f175f6ae224a0d1250a379cd5936448.geocode( { 'address': "1526 York Rd, Lutherville Timonium, MD 21093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lutherville-timonium-MD-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('lutherville-timonium-MD-american-bank'), mapOptions);}document.getElementById('d28e4a1f').innerHTML += ' | View Map';var $l4f175f6ae224a0d1250a379cd5936448 = '

American Bank

Address: 1526 York Rd, Lutherville Timonium, MD 21093
Phone: (410) 296-8410
';var m_4f175f6ae224a0d1250a379cd5936448 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank',});m_4f175f6ae224a0d1250a379cd5936448['infowindow'] = new google.maps.InfoWindow({content: $l4f175f6ae224a0d1250a379cd5936448});var infowindow = new google.maps.InfoWindow({content: $l4f175f6ae224a0d1250a379cd5936448});google.maps.event.addListener(m_4f175f6ae224a0d1250a379cd5936448, 'click', function() {infowindow.open(map,m_4f175f6ae224a0d1250a379cd5936448);});$marker.push(m_4f175f6ae224a0d1250a379cd5936448);}});}google.maps.event.addDomListener(window, 'load', initialize);