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_2755ed6330b4980ea24faa1081183dc7 = new google.maps.Geocoder();g_2755ed6330b4980ea24faa1081183dc7.geocode( { 'address': "2328 W Joppa Rd, Lutherville Timonium, MD 21093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lutherville-timonium-MD-bay-bank').style.display = '';map = new google.maps.Map(document.getElementById('lutherville-timonium-MD-bay-bank'), mapOptions);}document.getElementById('32333157').innerHTML += ' | View Map';var $l2755ed6330b4980ea24faa1081183dc7 = '

Bay Bank

Address: 2328 W Joppa Rd, Lutherville Timonium, MD 21093
Phone: (410) 494-2580
';var m_2755ed6330b4980ea24faa1081183dc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Bank',});m_2755ed6330b4980ea24faa1081183dc7['infowindow'] = new google.maps.InfoWindow({content: $l2755ed6330b4980ea24faa1081183dc7});var infowindow = new google.maps.InfoWindow({content: $l2755ed6330b4980ea24faa1081183dc7});google.maps.event.addListener(m_2755ed6330b4980ea24faa1081183dc7, 'click', function() {infowindow.open(map,m_2755ed6330b4980ea24faa1081183dc7);});$marker.push(m_2755ed6330b4980ea24faa1081183dc7);}});}google.maps.event.addDomListener(window, 'load', initialize);