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.062,-81.4)};var g_963172122a0c8dad5d8a9cf46f21f5e2 = new google.maps.Geocoder();g_963172122a0c8dad5d8a9cf46f21f5e2.geocode( { 'address': "579 Court St, Elizabeth, WV 26143"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabeth-WV-wes-banco-bank').style.display = '';map = new google.maps.Map(document.getElementById('elizabeth-WV-wes-banco-bank'), mapOptions);}document.getElementById('a01c6a0b').innerHTML += ' | View Map';var $l963172122a0c8dad5d8a9cf46f21f5e2 = '

Wes Banco Bank

Address: 579 Court St, Elizabeth, WV 26143
Phone: (304) 275-4268
';var m_963172122a0c8dad5d8a9cf46f21f5e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wes Banco Bank',});m_963172122a0c8dad5d8a9cf46f21f5e2['infowindow'] = new google.maps.InfoWindow({content: $l963172122a0c8dad5d8a9cf46f21f5e2});var infowindow = new google.maps.InfoWindow({content: $l963172122a0c8dad5d8a9cf46f21f5e2});google.maps.event.addListener(m_963172122a0c8dad5d8a9cf46f21f5e2, 'click', function() {infowindow.open(map,m_963172122a0c8dad5d8a9cf46f21f5e2);});$marker.push(m_963172122a0c8dad5d8a9cf46f21f5e2);}});}google.maps.event.addDomListener(window, 'load', initialize);