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.7903,-77.0141)};var g_31b170c769d49731015605ca1b028991 = new google.maps.Geocoder();g_31b170c769d49731015605ca1b028991.geocode( { 'address': "11 N Cove Terrace, Oxon Hill, MD 20745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxon-hill-MD-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxon-hill-MD-citizens-bank'), mapOptions);}document.getElementById('47342861').innerHTML += ' | View Map';var $l31b170c769d49731015605ca1b028991 = '

Citizens Bank

Address: 11 N Cove Terrace, Oxon Hill, MD 20745, USA
Phone: (703) 332-9417
';var m_31b170c769d49731015605ca1b028991 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_31b170c769d49731015605ca1b028991['infowindow'] = new google.maps.InfoWindow({content: $l31b170c769d49731015605ca1b028991});var infowindow = new google.maps.InfoWindow({content: $l31b170c769d49731015605ca1b028991});google.maps.event.addListener(m_31b170c769d49731015605ca1b028991, 'click', function() {infowindow.open(map,m_31b170c769d49731015605ca1b028991);});$marker.push(m_31b170c769d49731015605ca1b028991);}});}google.maps.event.addDomListener(window, 'load', initialize);