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(37.8067,-82.2713)};var g_0649a96e795321782b6c924a9cc5b33d = new google.maps.Geocoder();g_0649a96e795321782b6c924a9cc5b33d.geocode( { 'address': "US Route 52 & State Route 65, Naugatuck, WV 25685"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naugatuck-WV-bank-of-mingo').style.display = '';map = new google.maps.Map(document.getElementById('naugatuck-WV-bank-of-mingo'), mapOptions);}document.getElementById('444a1c00').innerHTML += ' | View Map';var $l0649a96e795321782b6c924a9cc5b33d = '

Bank Of Mingo

Address: US Route 52 & State Route 65, Naugatuck, WV 25685
Phone: (304) 235-6700
';var m_0649a96e795321782b6c924a9cc5b33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Mingo',});m_0649a96e795321782b6c924a9cc5b33d['infowindow'] = new google.maps.InfoWindow({content: $l0649a96e795321782b6c924a9cc5b33d});var infowindow = new google.maps.InfoWindow({content: $l0649a96e795321782b6c924a9cc5b33d});google.maps.event.addListener(m_0649a96e795321782b6c924a9cc5b33d, 'click', function() {infowindow.open(map,m_0649a96e795321782b6c924a9cc5b33d);});$marker.push(m_0649a96e795321782b6c924a9cc5b33d);}});}google.maps.event.addDomListener(window, 'load', initialize);