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.6266,-77.7723)};var g_95235be3cd4b17b1cee59d3ce1982a10 = new google.maps.Geocoder();g_95235be3cd4b17b1cee59d3ce1982a10.geocode( { 'address': "17301 Valley Mall Rd, Hagerstown, MD 21740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hagerstown-MD-royal-bank-of-scotland').style.display = '';map = new google.maps.Map(document.getElementById('hagerstown-MD-royal-bank-of-scotland'), mapOptions);}document.getElementById('3cf31bee').innerHTML += ' | View Map';var $l95235be3cd4b17b1cee59d3ce1982a10 = '

Royal Bank of Scotland

Address: 17301 Valley Mall Rd, Hagerstown, MD 21740, USA
Phone: (301) 582-6247
';var m_95235be3cd4b17b1cee59d3ce1982a10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank of Scotland',});m_95235be3cd4b17b1cee59d3ce1982a10['infowindow'] = new google.maps.InfoWindow({content: $l95235be3cd4b17b1cee59d3ce1982a10});var infowindow = new google.maps.InfoWindow({content: $l95235be3cd4b17b1cee59d3ce1982a10});google.maps.event.addListener(m_95235be3cd4b17b1cee59d3ce1982a10, 'click', function() {infowindow.open(map,m_95235be3cd4b17b1cee59d3ce1982a10);});$marker.push(m_95235be3cd4b17b1cee59d3ce1982a10);}});}google.maps.event.addDomListener(window, 'load', initialize);