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.9233,-79.8505)};var g_fb9e85915d3ce0f50ac84a6c40d2d677 = new google.maps.Geocoder();g_fb9e85915d3ce0f50ac84a6c40d2d677.geocode( { 'address': "950 Beverly Pike, Elkins, WV 26241"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkins-WV-david-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('elkins-WV-david-trust-co'), mapOptions);}document.getElementById('9f6202de').innerHTML += ' | View Map';var $lfb9e85915d3ce0f50ac84a6c40d2d677 = '

David Trust Co

Address: 950 Beverly Pike, Elkins, WV 26241
Phone: (304) 636-0992
';var m_fb9e85915d3ce0f50ac84a6c40d2d677 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Trust Co',});m_fb9e85915d3ce0f50ac84a6c40d2d677['infowindow'] = new google.maps.InfoWindow({content: $lfb9e85915d3ce0f50ac84a6c40d2d677});var infowindow = new google.maps.InfoWindow({content: $lfb9e85915d3ce0f50ac84a6c40d2d677});google.maps.event.addListener(m_fb9e85915d3ce0f50ac84a6c40d2d677, 'click', function() {infowindow.open(map,m_fb9e85915d3ce0f50ac84a6c40d2d677);});$marker.push(m_fb9e85915d3ce0f50ac84a6c40d2d677);}});}google.maps.event.addDomListener(window, 'load', initialize);