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.8193,-77.0642)};var g_d3c4c89b47da9fc91e367469ad065d63 = new google.maps.Geocoder();g_d3c4c89b47da9fc91e367469ad065d63.geocode( { 'address': "6110 Franconia Rd, Alexandria, VA 22310"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-wachovia-offices').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-wachovia-offices'), mapOptions);}document.getElementById('9a91e3e5').innerHTML += ' | View Map';var $ld3c4c89b47da9fc91e367469ad065d63 = '

Wachovia Offices

Address: 6110 Franconia Rd, Alexandria, VA 22310
Phone: (703) 442-3613
';var m_d3c4c89b47da9fc91e367469ad065d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wachovia Offices',});m_d3c4c89b47da9fc91e367469ad065d63['infowindow'] = new google.maps.InfoWindow({content: $ld3c4c89b47da9fc91e367469ad065d63});var infowindow = new google.maps.InfoWindow({content: $ld3c4c89b47da9fc91e367469ad065d63});google.maps.event.addListener(m_d3c4c89b47da9fc91e367469ad065d63, 'click', function() {infowindow.open(map,m_d3c4c89b47da9fc91e367469ad065d63);});$marker.push(m_d3c4c89b47da9fc91e367469ad065d63);}});}google.maps.event.addDomListener(window, 'load', initialize);