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(38.1482,-76.7284)};var g_6db2fc0f9848c8830f2c5ad73e78ea75 = new google.maps.Geocoder();g_6db2fc0f9848c8830f2c5ad73e78ea75.geocode( { 'address': "15960 Kings Hwy, Montross, VA 22520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montross-VA-peoples-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('montross-VA-peoples-community-bank'), mapOptions);}document.getElementById('f14bcbd2').innerHTML += ' | View Map';var $l6db2fc0f9848c8830f2c5ad73e78ea75 = '

Peoples Community Bank

Address: 15960 Kings Hwy, Montross, VA 22520
Phone: (804) 493-8031
';var m_6db2fc0f9848c8830f2c5ad73e78ea75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Community Bank',});m_6db2fc0f9848c8830f2c5ad73e78ea75['infowindow'] = new google.maps.InfoWindow({content: $l6db2fc0f9848c8830f2c5ad73e78ea75});var infowindow = new google.maps.InfoWindow({content: $l6db2fc0f9848c8830f2c5ad73e78ea75});google.maps.event.addListener(m_6db2fc0f9848c8830f2c5ad73e78ea75, 'click', function() {infowindow.open(map,m_6db2fc0f9848c8830f2c5ad73e78ea75);});$marker.push(m_6db2fc0f9848c8830f2c5ad73e78ea75);}});}google.maps.event.addDomListener(window, 'load', initialize);