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.0414,-80.4644)};var g_f60f9d4fdf135cbf9940ffb877246f44 = new google.maps.Geocoder();g_f60f9d4fdf135cbf9940ffb877246f44.geocode( { 'address': "106 Market Place Mall, Weston, WV 26452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weston-WV-progressive-bank').style.display = '';map = new google.maps.Map(document.getElementById('weston-WV-progressive-bank'), mapOptions);}document.getElementById('9510c38b').innerHTML += ' | View Map';var $lf60f9d4fdf135cbf9940ffb877246f44 = '

Progressive Bank

Address: 106 Market Place Mall, Weston, WV 26452
Phone: (304) 269-0300
';var m_f60f9d4fdf135cbf9940ffb877246f44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Progressive Bank',});m_f60f9d4fdf135cbf9940ffb877246f44['infowindow'] = new google.maps.InfoWindow({content: $lf60f9d4fdf135cbf9940ffb877246f44});var infowindow = new google.maps.InfoWindow({content: $lf60f9d4fdf135cbf9940ffb877246f44});google.maps.event.addListener(m_f60f9d4fdf135cbf9940ffb877246f44, 'click', function() {infowindow.open(map,m_f60f9d4fdf135cbf9940ffb877246f44);});$marker.push(m_f60f9d4fdf135cbf9940ffb877246f44);}});}google.maps.event.addDomListener(window, 'load', initialize);