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.2949,-76.6249)};var g_e5bd16ec4f64be5c9202f0240df14c0b = new google.maps.Geocoder();g_e5bd16ec4f64be5c9202f0240df14c0b.geocode( { 'address': "3929 Erdman Ave, Baltimore, MD 21213"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-st-casimir-s-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-st-casimir-s-savings-bank'), mapOptions);}document.getElementById('d91c2be0').innerHTML += ' | View Map';var $le5bd16ec4f64be5c9202f0240df14c0b = '

St Casimir's Savings Bank

Address: 3929 Erdman Ave, Baltimore, MD 21213
Phone: (410) 732-6800
';var m_e5bd16ec4f64be5c9202f0240df14c0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Casimir's Savings Bank',});m_e5bd16ec4f64be5c9202f0240df14c0b['infowindow'] = new google.maps.InfoWindow({content: $le5bd16ec4f64be5c9202f0240df14c0b});var infowindow = new google.maps.InfoWindow({content: $le5bd16ec4f64be5c9202f0240df14c0b});google.maps.event.addListener(m_e5bd16ec4f64be5c9202f0240df14c0b, 'click', function() {infowindow.open(map,m_e5bd16ec4f64be5c9202f0240df14c0b);});$marker.push(m_e5bd16ec4f64be5c9202f0240df14c0b);}});}google.maps.event.addDomListener(window, 'load', initialize);