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.0934,-81.807)};var g_e7b09b70310f45f26f55d0764f661f07 = new google.maps.Geocoder();g_e7b09b70310f45f26f55d0764f661f07.geocode( { 'address': "2302 2nd St, Richlands, VA 24641"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richlands-VA-new-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('richlands-VA-new-peoples-bank'), mapOptions);}document.getElementById('d9f567ef').innerHTML += ' | View Map';var $le7b09b70310f45f26f55d0764f661f07 = '

New Peoples Bank

Address: 2302 2nd St, Richlands, VA 24641
Phone: (276) 596-9250
';var m_e7b09b70310f45f26f55d0764f661f07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Peoples Bank',});m_e7b09b70310f45f26f55d0764f661f07['infowindow'] = new google.maps.InfoWindow({content: $le7b09b70310f45f26f55d0764f661f07});var infowindow = new google.maps.InfoWindow({content: $le7b09b70310f45f26f55d0764f661f07});google.maps.event.addListener(m_e7b09b70310f45f26f55d0764f661f07, 'click', function() {infowindow.open(map,m_e7b09b70310f45f26f55d0764f661f07);});$marker.push(m_e7b09b70310f45f26f55d0764f661f07);}});}google.maps.event.addDomListener(window, 'load', initialize);