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.274,-76.8361)};var g_fec8783ca17b6a323003d8fad12651a3 = new google.maps.Geocoder();g_fec8783ca17b6a323003d8fad12651a3.geocode( { 'address': "6031 University Blvd, Ellicott City, MD 21043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellicott-city-MD-revere-bank').style.display = '';map = new google.maps.Map(document.getElementById('ellicott-city-MD-revere-bank'), mapOptions);}document.getElementById('bfcf2016').innerHTML += ' | View Map';var $lfec8783ca17b6a323003d8fad12651a3 = '

Revere Bank

Address: 6031 University Blvd, Ellicott City, MD 21043
Phone: (443) 574-3600
';var m_fec8783ca17b6a323003d8fad12651a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Revere Bank',});m_fec8783ca17b6a323003d8fad12651a3['infowindow'] = new google.maps.InfoWindow({content: $lfec8783ca17b6a323003d8fad12651a3});var infowindow = new google.maps.InfoWindow({content: $lfec8783ca17b6a323003d8fad12651a3});google.maps.event.addListener(m_fec8783ca17b6a323003d8fad12651a3, 'click', function() {infowindow.open(map,m_fec8783ca17b6a323003d8fad12651a3);});$marker.push(m_fec8783ca17b6a323003d8fad12651a3);}});}google.maps.event.addDomListener(window, 'load', initialize);