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.412,-76.6165)};var g_21d223e3b8353002d5743d194141eb9a = new google.maps.Geocoder();g_21d223e3b8353002d5743d194141eb9a.geocode( { 'address': "110 West Road, Towson, MD 21204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('towson-MD-franklin-first-financial-ltd').style.display = '';map = new google.maps.Map(document.getElementById('towson-MD-franklin-first-financial-ltd'), mapOptions);}document.getElementById('5e3d088a').innerHTML += ' | View Map';var $l21d223e3b8353002d5743d194141eb9a = '

FRANKLIN FIRST FINANCIAL LTD

Address: 110 West Road, Towson, MD 21204, USA
Phone: (410) 853-7041
';var m_21d223e3b8353002d5743d194141eb9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FRANKLIN FIRST FINANCIAL LTD',});m_21d223e3b8353002d5743d194141eb9a['infowindow'] = new google.maps.InfoWindow({content: $l21d223e3b8353002d5743d194141eb9a});var infowindow = new google.maps.InfoWindow({content: $l21d223e3b8353002d5743d194141eb9a});google.maps.event.addListener(m_21d223e3b8353002d5743d194141eb9a, 'click', function() {infowindow.open(map,m_21d223e3b8353002d5743d194141eb9a);});$marker.push(m_21d223e3b8353002d5743d194141eb9a);}});}google.maps.event.addDomListener(window, 'load', initialize);