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(38.7565,-76.907)};var g_2a5ed9d84004659d23b85c410ae8208b = new google.maps.Geocoder();g_2a5ed9d84004659d23b85c410ae8208b.geocode( { 'address': "7905 Malcolm Rd, Clinton, MD 20735"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MD-u-s-postal-service-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MD-u-s-postal-service-federal-credit-union'), mapOptions);}document.getElementById('897084cb').innerHTML += ' | View Map';var $l2a5ed9d84004659d23b85c410ae8208b = '

U. S. Postal Service Federal Credit Union

Address: 7905 Malcolm Rd, Clinton, MD 20735
Phone: (301) 856-5000
';var m_2a5ed9d84004659d23b85c410ae8208b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U. S. Postal Service Federal Credit Union',});m_2a5ed9d84004659d23b85c410ae8208b['infowindow'] = new google.maps.InfoWindow({content: $l2a5ed9d84004659d23b85c410ae8208b});var infowindow = new google.maps.InfoWindow({content: $l2a5ed9d84004659d23b85c410ae8208b});google.maps.event.addListener(m_2a5ed9d84004659d23b85c410ae8208b, 'click', function() {infowindow.open(map,m_2a5ed9d84004659d23b85c410ae8208b);});$marker.push(m_2a5ed9d84004659d23b85c410ae8208b);}});}google.maps.event.addDomListener(window, 'load', initialize);