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.6941,-77.8522)};var g_16026d60ff9b54410b3435b403afd226 = new google.maps.Geocoder();g_16026d60ff9b54410b3435b403afd226.geocode( { 'address': "11 Main St, Warrenton, VA 20186"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrenton-VA-millennium-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('warrenton-VA-millennium-bank-na'), mapOptions);}document.getElementById('bad598ba').innerHTML += ' | View Map';var $l16026d60ff9b54410b3435b403afd226 = '

Millennium Bank Na

Address: 11 Main St, Warrenton, VA 20186
Phone: (540) 351-1181
';var m_16026d60ff9b54410b3435b403afd226 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millennium Bank Na',});m_16026d60ff9b54410b3435b403afd226['infowindow'] = new google.maps.InfoWindow({content: $l16026d60ff9b54410b3435b403afd226});var infowindow = new google.maps.InfoWindow({content: $l16026d60ff9b54410b3435b403afd226});google.maps.event.addListener(m_16026d60ff9b54410b3435b403afd226, 'click', function() {infowindow.open(map,m_16026d60ff9b54410b3435b403afd226);});$marker.push(m_16026d60ff9b54410b3435b403afd226);}});}google.maps.event.addDomListener(window, 'load', initialize);