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.4976,-76.2321)};var g_54f1688f6fce8d66651aabf3563af71c = new google.maps.Geocoder();g_54f1688f6fce8d66651aabf3563af71c.geocode( { 'address': "Maryland House, 1-95 #2, Aberdeen, MD 21001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aberdeen-MD-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('aberdeen-MD-citizens-bank'), mapOptions);}document.getElementById('662d3186').innerHTML += ' | View Map';var $l54f1688f6fce8d66651aabf3563af71c = '

Citizens Bank

Address: Maryland House, 1-95 #2, Aberdeen, MD 21001, USA
Phone:
';var m_54f1688f6fce8d66651aabf3563af71c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_54f1688f6fce8d66651aabf3563af71c['infowindow'] = new google.maps.InfoWindow({content: $l54f1688f6fce8d66651aabf3563af71c});var infowindow = new google.maps.InfoWindow({content: $l54f1688f6fce8d66651aabf3563af71c});google.maps.event.addListener(m_54f1688f6fce8d66651aabf3563af71c, 'click', function() {infowindow.open(map,m_54f1688f6fce8d66651aabf3563af71c);});$marker.push(m_54f1688f6fce8d66651aabf3563af71c);}});}google.maps.event.addDomListener(window, 'load', initialize);