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(36.6425,-80.2353)};var g_9b4a2ef53f7b300e5a559b568cccf8ed = new google.maps.Geocoder();g_9b4a2ef53f7b300e5a559b568cccf8ed.geocode( { 'address': "48 Animal Clinic Rd, Stuart, VA 24171, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stuart-VA-river-community-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('stuart-VA-river-community-bank-na'), mapOptions);}document.getElementById('4998f784').innerHTML += ' | View Map';var $l9b4a2ef53f7b300e5a559b568cccf8ed = '

River Community Bank, N.A.

Address: 48 Animal Clinic Rd, Stuart, VA 24171, USA
Phone: (276) 694-4900
';var m_9b4a2ef53f7b300e5a559b568cccf8ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Community Bank, N.A.',});m_9b4a2ef53f7b300e5a559b568cccf8ed['infowindow'] = new google.maps.InfoWindow({content: $l9b4a2ef53f7b300e5a559b568cccf8ed});var infowindow = new google.maps.InfoWindow({content: $l9b4a2ef53f7b300e5a559b568cccf8ed});google.maps.event.addListener(m_9b4a2ef53f7b300e5a559b568cccf8ed, 'click', function() {infowindow.open(map,m_9b4a2ef53f7b300e5a559b568cccf8ed);});$marker.push(m_9b4a2ef53f7b300e5a559b568cccf8ed);}});}google.maps.event.addDomListener(window, 'load', initialize);