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.6497,-78.7578)};var g_dc1ac4cef27c6a26c8e60656341c209b = new google.maps.Geocoder();g_dc1ac4cef27c6a26c8e60656341c209b.geocode( { 'address': "215 Paca St, Cumberland, MD 21502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-MD-potomac-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-MD-potomac-federal-credit-union'), mapOptions);}document.getElementById('f265dcb5').innerHTML += ' | View Map';var $ldc1ac4cef27c6a26c8e60656341c209b = '

Potomac Federal Credit Union

Address: 215 Paca St, Cumberland, MD 21502
Phone: (301) 722-5522
';var m_dc1ac4cef27c6a26c8e60656341c209b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Potomac Federal Credit Union',});m_dc1ac4cef27c6a26c8e60656341c209b['infowindow'] = new google.maps.InfoWindow({content: $ldc1ac4cef27c6a26c8e60656341c209b});var infowindow = new google.maps.InfoWindow({content: $ldc1ac4cef27c6a26c8e60656341c209b});google.maps.event.addListener(m_dc1ac4cef27c6a26c8e60656341c209b, 'click', function() {infowindow.open(map,m_dc1ac4cef27c6a26c8e60656341c209b);});$marker.push(m_dc1ac4cef27c6a26c8e60656341c209b);}});}google.maps.event.addDomListener(window, 'load', initialize);