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_477b5578e8f07d0832b12537d1721618 = new google.maps.Geocoder();g_477b5578e8f07d0832b12537d1721618.geocode( { 'address': "310 4th St NE, Charlottesville, VA 22902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlottesville-VA-expedition-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('charlottesville-VA-expedition-trust-co'), mapOptions);}document.getElementById('8c3fd92c').innerHTML += ' | View Map';var $l477b5578e8f07d0832b12537d1721618 = '

Expedition Trust Co

Address: 310 4th St NE, Charlottesville, VA 22902
Phone: (434) 995-5833
';var m_477b5578e8f07d0832b12537d1721618 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Expedition Trust Co',});m_477b5578e8f07d0832b12537d1721618['infowindow'] = new google.maps.InfoWindow({content: $l477b5578e8f07d0832b12537d1721618});var infowindow = new google.maps.InfoWindow({content: $l477b5578e8f07d0832b12537d1721618});google.maps.event.addListener(m_477b5578e8f07d0832b12537d1721618, 'click', function() {infowindow.open(map,m_477b5578e8f07d0832b12537d1721618);});$marker.push(m_477b5578e8f07d0832b12537d1721618);}});}google.maps.event.addDomListener(window, 'load', initialize);