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(40.0694,-80.6878)};var g_8f70501a1a3952f03cde5658fc336fb5 = new google.maps.Geocoder();g_8f70501a1a3952f03cde5658fc336fb5.geocode( { 'address': "1300 Chapline St, Wheeling, WV 26003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheeling-WV-security-national-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wheeling-WV-security-national-trust-co'), mapOptions);}document.getElementById('c6bed915').innerHTML += ' | View Map';var $l8f70501a1a3952f03cde5658fc336fb5 = '

Security National Trust Co

Address: 1300 Chapline St, Wheeling, WV 26003
Phone: (304) 233-5215
';var m_8f70501a1a3952f03cde5658fc336fb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security National Trust Co',});m_8f70501a1a3952f03cde5658fc336fb5['infowindow'] = new google.maps.InfoWindow({content: $l8f70501a1a3952f03cde5658fc336fb5});var infowindow = new google.maps.InfoWindow({content: $l8f70501a1a3952f03cde5658fc336fb5});google.maps.event.addListener(m_8f70501a1a3952f03cde5658fc336fb5, 'click', function() {infowindow.open(map,m_8f70501a1a3952f03cde5658fc336fb5);});$marker.push(m_8f70501a1a3952f03cde5658fc336fb5);}});}google.maps.event.addDomListener(window, 'load', initialize);