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_16bd89d684ddc631ea5b294c734fd8f3 = new google.maps.Geocoder();g_16bd89d684ddc631ea5b294c734fd8f3.geocode( { 'address': "1 Bank Plz, Wheeling, WV 26003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheeling-WV-wes-banco-inc').style.display = '';map = new google.maps.Map(document.getElementById('wheeling-WV-wes-banco-inc'), mapOptions);}document.getElementById('0e1679c0').innerHTML += ' | View Map';var $l16bd89d684ddc631ea5b294c734fd8f3 = '

Wes Banco Inc

Address: 1 Bank Plz, Wheeling, WV 26003
Phone: (304) 234-9000
';var m_16bd89d684ddc631ea5b294c734fd8f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wes Banco Inc',});m_16bd89d684ddc631ea5b294c734fd8f3['infowindow'] = new google.maps.InfoWindow({content: $l16bd89d684ddc631ea5b294c734fd8f3});var infowindow = new google.maps.InfoWindow({content: $l16bd89d684ddc631ea5b294c734fd8f3});google.maps.event.addListener(m_16bd89d684ddc631ea5b294c734fd8f3, 'click', function() {infowindow.open(map,m_16bd89d684ddc631ea5b294c734fd8f3);});$marker.push(m_16bd89d684ddc631ea5b294c734fd8f3);}});}google.maps.event.addDomListener(window, 'load', initialize);