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.0572,-78.4931)};var g_debcfcbcdbc48a17e199bca9d040a4d2 = new google.maps.Geocoder();g_debcfcbcdbc48a17e199bca9d040a4d2.geocode( { 'address': "699 Berkmar CT, Charlottesville, VA 22901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlottesville-VA-towne-bank').style.display = '';map = new google.maps.Map(document.getElementById('charlottesville-VA-towne-bank'), mapOptions);}document.getElementById('56d3ddb3').innerHTML += ' | View Map';var $ldebcfcbcdbc48a17e199bca9d040a4d2 = '

Towne Bank

Address: 699 Berkmar CT, Charlottesville, VA 22901
Phone: (434) 964-0236
';var m_debcfcbcdbc48a17e199bca9d040a4d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Towne Bank',});m_debcfcbcdbc48a17e199bca9d040a4d2['infowindow'] = new google.maps.InfoWindow({content: $ldebcfcbcdbc48a17e199bca9d040a4d2});var infowindow = new google.maps.InfoWindow({content: $ldebcfcbcdbc48a17e199bca9d040a4d2});google.maps.event.addListener(m_debcfcbcdbc48a17e199bca9d040a4d2, 'click', function() {infowindow.open(map,m_debcfcbcdbc48a17e199bca9d040a4d2);});$marker.push(m_debcfcbcdbc48a17e199bca9d040a4d2);}});}google.maps.event.addDomListener(window, 'load', initialize);