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.7661,-77.7159)};var g_270cfcad37b79128852cca642940cbfb = new google.maps.Geocoder();g_270cfcad37b79128852cca642940cbfb.geocode( { 'address': "5119 Lee Hwy, New Baltimore, VA 20187, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-baltimore-VA-the-fauquier-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-baltimore-VA-the-fauquier-bank'), mapOptions);}document.getElementById('1cbff045').innerHTML += ' | View Map';var $l270cfcad37b79128852cca642940cbfb = '

The Fauquier Bank

Address: 5119 Lee Hwy, New Baltimore, VA 20187, USA
Phone: (540) 349-0252
';var m_270cfcad37b79128852cca642940cbfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Fauquier Bank',});m_270cfcad37b79128852cca642940cbfb['infowindow'] = new google.maps.InfoWindow({content: $l270cfcad37b79128852cca642940cbfb});var infowindow = new google.maps.InfoWindow({content: $l270cfcad37b79128852cca642940cbfb});google.maps.event.addListener(m_270cfcad37b79128852cca642940cbfb, 'click', function() {infowindow.open(map,m_270cfcad37b79128852cca642940cbfb);});$marker.push(m_270cfcad37b79128852cca642940cbfb);}});}google.maps.event.addDomListener(window, 'load', initialize);