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(39.9165,-80.7468)};var g_b7bd4ecf6624ae1a030aed36e1ac00b3 = new google.maps.Geocoder();g_b7bd4ecf6624ae1a030aed36e1ac00b3.geocode( { 'address': "910 Lafayette Ave, Moundsville, WV 26041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moundsville-WV-wesbanco-bank-moundsville').style.display = '';map = new google.maps.Map(document.getElementById('moundsville-WV-wesbanco-bank-moundsville'), mapOptions);}document.getElementById('74f190cc').innerHTML += ' | View Map';var $lb7bd4ecf6624ae1a030aed36e1ac00b3 = '

WesBanco Bank (Moundsville)

Address: 910 Lafayette Ave, Moundsville, WV 26041, USA
Phone: (304) 843-0100
';var m_b7bd4ecf6624ae1a030aed36e1ac00b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WesBanco Bank (Moundsville)',});m_b7bd4ecf6624ae1a030aed36e1ac00b3['infowindow'] = new google.maps.InfoWindow({content: $lb7bd4ecf6624ae1a030aed36e1ac00b3});var infowindow = new google.maps.InfoWindow({content: $lb7bd4ecf6624ae1a030aed36e1ac00b3});google.maps.event.addListener(m_b7bd4ecf6624ae1a030aed36e1ac00b3, 'click', function() {infowindow.open(map,m_b7bd4ecf6624ae1a030aed36e1ac00b3);});$marker.push(m_b7bd4ecf6624ae1a030aed36e1ac00b3);}});}google.maps.event.addDomListener(window, 'load', initialize);