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(39.1085,-77.5507)};var g_c3e701d9c71e5fb4b96c8717fc28f932 = new google.maps.Geocoder();g_c3e701d9c71e5fb4b96c8717fc28f932.geocode( { 'address': "552 E Market St, Leesburg, VA 20176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-VA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-VA-td-bank'), mapOptions);}document.getElementById('9cbee807').innerHTML += ' | View Map';var $lc3e701d9c71e5fb4b96c8717fc28f932 = '

TD Bank

Address: 552 E Market St, Leesburg, VA 20176, USA
Phone: (703) 443-1085
';var m_c3e701d9c71e5fb4b96c8717fc28f932 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_c3e701d9c71e5fb4b96c8717fc28f932['infowindow'] = new google.maps.InfoWindow({content: $lc3e701d9c71e5fb4b96c8717fc28f932});var infowindow = new google.maps.InfoWindow({content: $lc3e701d9c71e5fb4b96c8717fc28f932});google.maps.event.addListener(m_c3e701d9c71e5fb4b96c8717fc28f932, 'click', function() {infowindow.open(map,m_c3e701d9c71e5fb4b96c8717fc28f932);});$marker.push(m_c3e701d9c71e5fb4b96c8717fc28f932);}});}google.maps.event.addDomListener(window, 'load', initialize);