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.2789,-80.2724)};var g_1a530090163cf8c37929f47e137080bb = new google.maps.Geocoder();g_1a530090163cf8c37929f47e137080bb.geocode( { 'address': "113 Platinum Dr, Bridgeport, WV 26330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-WV-mvb-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-WV-mvb-bank-inc'), mapOptions);}document.getElementById('b46499ae').innerHTML += ' | View Map';var $l1a530090163cf8c37929f47e137080bb = '

MVB Bank Inc

Address: 113 Platinum Dr, Bridgeport, WV 26330, USA
Phone: (304) 848-5320
';var m_1a530090163cf8c37929f47e137080bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MVB Bank Inc',});m_1a530090163cf8c37929f47e137080bb['infowindow'] = new google.maps.InfoWindow({content: $l1a530090163cf8c37929f47e137080bb});var infowindow = new google.maps.InfoWindow({content: $l1a530090163cf8c37929f47e137080bb});google.maps.event.addListener(m_1a530090163cf8c37929f47e137080bb, 'click', function() {infowindow.open(map,m_1a530090163cf8c37929f47e137080bb);});$marker.push(m_1a530090163cf8c37929f47e137080bb);}});}google.maps.event.addDomListener(window, 'load', initialize);