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_1ad2a9e40837c1171ed8f1302fc0cd87 = new google.maps.Geocoder();g_1ad2a9e40837c1171ed8f1302fc0cd87.geocode( { 'address': "1101 Maiden Choice Ln, Baltimore, MD 21229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-northwest-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-northwest-savings-bank'), mapOptions);}document.getElementById('52018038').innerHTML += ' | View Map';var $l1ad2a9e40837c1171ed8f1302fc0cd87 = '

Northwest Savings Bank

Address: 1101 Maiden Choice Ln, Baltimore, MD 21229
Phone: (410) 242-1234
';var m_1ad2a9e40837c1171ed8f1302fc0cd87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank',});m_1ad2a9e40837c1171ed8f1302fc0cd87['infowindow'] = new google.maps.InfoWindow({content: $l1ad2a9e40837c1171ed8f1302fc0cd87});var infowindow = new google.maps.InfoWindow({content: $l1ad2a9e40837c1171ed8f1302fc0cd87});google.maps.event.addListener(m_1ad2a9e40837c1171ed8f1302fc0cd87, 'click', function() {infowindow.open(map,m_1ad2a9e40837c1171ed8f1302fc0cd87);});$marker.push(m_1ad2a9e40837c1171ed8f1302fc0cd87);}});}google.maps.event.addDomListener(window, 'load', initialize);