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.9493,-76.6986)};var g_47c4c6f12cb08bc39560a6681f15997d = new google.maps.Geocoder();g_47c4c6f12cb08bc39560a6681f15997d.geocode( { 'address': "4593 Richmond Rd, Warsaw, VA 22572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warsaw-VA-peoples-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('warsaw-VA-peoples-community-bank'), mapOptions);}document.getElementById('d53cb397').innerHTML += ' | View Map';var $l47c4c6f12cb08bc39560a6681f15997d = '

Peoples Community Bank

Address: 4593 Richmond Rd, Warsaw, VA 22572, USA
Phone: (804) 333-3500
';var m_47c4c6f12cb08bc39560a6681f15997d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Community Bank',});m_47c4c6f12cb08bc39560a6681f15997d['infowindow'] = new google.maps.InfoWindow({content: $l47c4c6f12cb08bc39560a6681f15997d});var infowindow = new google.maps.InfoWindow({content: $l47c4c6f12cb08bc39560a6681f15997d});google.maps.event.addListener(m_47c4c6f12cb08bc39560a6681f15997d, 'click', function() {infowindow.open(map,m_47c4c6f12cb08bc39560a6681f15997d);});$marker.push(m_47c4c6f12cb08bc39560a6681f15997d);}});}google.maps.event.addDomListener(window, 'load', initialize);