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_fb038c3ed829a992d6d4cc3ce6654290 = new google.maps.Geocoder();g_fb038c3ed829a992d6d4cc3ce6654290.geocode( { 'address': "403 Holiday CT, Warrenton, VA 20186"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrenton-VA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('warrenton-VA-bank-of-america'), mapOptions);}document.getElementById('61278150').innerHTML += ' | View Map';var $lfb038c3ed829a992d6d4cc3ce6654290 = '

Bank Of America

Address: 403 Holiday CT, Warrenton, VA 20186
Phone: (540) 347-3149
';var m_fb038c3ed829a992d6d4cc3ce6654290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_fb038c3ed829a992d6d4cc3ce6654290['infowindow'] = new google.maps.InfoWindow({content: $lfb038c3ed829a992d6d4cc3ce6654290});var infowindow = new google.maps.InfoWindow({content: $lfb038c3ed829a992d6d4cc3ce6654290});google.maps.event.addListener(m_fb038c3ed829a992d6d4cc3ce6654290, 'click', function() {infowindow.open(map,m_fb038c3ed829a992d6d4cc3ce6654290);});$marker.push(m_fb038c3ed829a992d6d4cc3ce6654290);}});}google.maps.event.addDomListener(window, 'load', initialize);