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.9009,-77.2241)};var g_bea6cfd50b4f5e3c735a972cf0eb8450 = new google.maps.Geocoder();g_bea6cfd50b4f5e3c735a972cf0eb8450.geocode( { 'address': "2210 Gallows Rd, Dunn Loring, VA 22027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunn-loring-VA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunn-loring-VA-citizens-bank'), mapOptions);}document.getElementById('b8d2ce24').innerHTML += ' | View Map';var $lbea6cfd50b4f5e3c735a972cf0eb8450 = '

Citizens Bank

Address: 2210 Gallows Rd, Dunn Loring, VA 22027, USA
Phone:
';var m_bea6cfd50b4f5e3c735a972cf0eb8450 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_bea6cfd50b4f5e3c735a972cf0eb8450['infowindow'] = new google.maps.InfoWindow({content: $lbea6cfd50b4f5e3c735a972cf0eb8450});var infowindow = new google.maps.InfoWindow({content: $lbea6cfd50b4f5e3c735a972cf0eb8450});google.maps.event.addListener(m_bea6cfd50b4f5e3c735a972cf0eb8450, 'click', function() {infowindow.open(map,m_bea6cfd50b4f5e3c735a972cf0eb8450);});$marker.push(m_bea6cfd50b4f5e3c735a972cf0eb8450);}});}google.maps.event.addDomListener(window, 'load', initialize);