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.0838,-77.6057)};var g_77431ca7981f1f1483ae8a58bcbb6e0e = new google.maps.Geocoder();g_77431ca7981f1f1483ae8a58bcbb6e0e.geocode( { 'address': "102 Catoctin Cir Sw, Leesburg, VA 20175"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-VA-middleburg-bank').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-VA-middleburg-bank'), mapOptions);}document.getElementById('cfb0a1bb').innerHTML += ' | View Map';var $l77431ca7981f1f1483ae8a58bcbb6e0e = '

Middleburg Bank

Address: 102 Catoctin Cir Sw, Leesburg, VA 20175
Phone: (703) 777-6327
';var m_77431ca7981f1f1483ae8a58bcbb6e0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Middleburg Bank',});m_77431ca7981f1f1483ae8a58bcbb6e0e['infowindow'] = new google.maps.InfoWindow({content: $l77431ca7981f1f1483ae8a58bcbb6e0e});var infowindow = new google.maps.InfoWindow({content: $l77431ca7981f1f1483ae8a58bcbb6e0e});google.maps.event.addListener(m_77431ca7981f1f1483ae8a58bcbb6e0e, 'click', function() {infowindow.open(map,m_77431ca7981f1f1483ae8a58bcbb6e0e);});$marker.push(m_77431ca7981f1f1483ae8a58bcbb6e0e);}});}google.maps.event.addDomListener(window, 'load', initialize);