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.1508,-82.4756)};var g_f0e0b9f665c6d80b9846ae576a731ba2 = new google.maps.Geocoder();g_f0e0b9f665c6d80b9846ae576a731ba2.geocode( { 'address': "198 Colley Shopping Ct, Clintwood, VA 24228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clintwood-VA-new-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('clintwood-VA-new-peoples-bank'), mapOptions);}document.getElementById('1951361b').innerHTML += ' | View Map';var $lf0e0b9f665c6d80b9846ae576a731ba2 = '

New Peoples Bank

Address: 198 Colley Shopping Ct, Clintwood, VA 24228, USA
Phone: (276) 926-5500
';var m_f0e0b9f665c6d80b9846ae576a731ba2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Peoples Bank',});m_f0e0b9f665c6d80b9846ae576a731ba2['infowindow'] = new google.maps.InfoWindow({content: $lf0e0b9f665c6d80b9846ae576a731ba2});var infowindow = new google.maps.InfoWindow({content: $lf0e0b9f665c6d80b9846ae576a731ba2});google.maps.event.addListener(m_f0e0b9f665c6d80b9846ae576a731ba2, 'click', function() {infowindow.open(map,m_f0e0b9f665c6d80b9846ae576a731ba2);});$marker.push(m_f0e0b9f665c6d80b9846ae576a731ba2);}});}google.maps.event.addDomListener(window, 'load', initialize);