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.8509,-77.4611)};var g_2ff7b03aaa6645dd2263c569d0ff7f54 = new google.maps.Geocoder();g_2ff7b03aaa6645dd2263c569d0ff7f54.geocode( { 'address': "13826 Lee Hwy, Centreville, VA 20120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-VA-community-bank-of-northern-va').style.display = '';map = new google.maps.Map(document.getElementById('centreville-VA-community-bank-of-northern-va'), mapOptions);}document.getElementById('6ed1a32c').innerHTML += ' | View Map';var $l2ff7b03aaa6645dd2263c569d0ff7f54 = '

Community Bank Of Northern VA

Address: 13826 Lee Hwy, Centreville, VA 20120
Phone: (703) 266-2905
';var m_2ff7b03aaa6645dd2263c569d0ff7f54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Northern VA',});m_2ff7b03aaa6645dd2263c569d0ff7f54['infowindow'] = new google.maps.InfoWindow({content: $l2ff7b03aaa6645dd2263c569d0ff7f54});var infowindow = new google.maps.InfoWindow({content: $l2ff7b03aaa6645dd2263c569d0ff7f54});google.maps.event.addListener(m_2ff7b03aaa6645dd2263c569d0ff7f54, 'click', function() {infowindow.open(map,m_2ff7b03aaa6645dd2263c569d0ff7f54);});$marker.push(m_2ff7b03aaa6645dd2263c569d0ff7f54);}});}google.maps.event.addDomListener(window, 'load', initialize);