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.1153,-77.5645)};var g_5e2240d2578b817e766c33bf94c5206f = new google.maps.Geocoder();g_5e2240d2578b817e766c33bf94c5206f.geocode( { 'address': "4 S King St, Leesburg, VA 20175, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-VA-sona-bank').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-VA-sona-bank'), mapOptions);}document.getElementById('9572c1a7').innerHTML += ' | View Map';var $l5e2240d2578b817e766c33bf94c5206f = '

Sona Bank

Address: 4 S King St, Leesburg, VA 20175, USA
Phone: (703) 777-6327
';var m_5e2240d2578b817e766c33bf94c5206f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sona Bank',});m_5e2240d2578b817e766c33bf94c5206f['infowindow'] = new google.maps.InfoWindow({content: $l5e2240d2578b817e766c33bf94c5206f});var infowindow = new google.maps.InfoWindow({content: $l5e2240d2578b817e766c33bf94c5206f});google.maps.event.addListener(m_5e2240d2578b817e766c33bf94c5206f, 'click', function() {infowindow.open(map,m_5e2240d2578b817e766c33bf94c5206f);});$marker.push(m_5e2240d2578b817e766c33bf94c5206f);}});}google.maps.event.addDomListener(window, 'load', initialize);