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.5224,-77.8239)};var g_41b669082f2407d3fc0592eaf88864b7 = new google.maps.Geocoder();g_41b669082f2407d3fc0592eaf88864b7.geocode( { 'address': "2600 Rocky Oak Road, Powhatan, VA 23139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powhatan-VA-barnes-insurance-group').style.display = '';map = new google.maps.Map(document.getElementById('powhatan-VA-barnes-insurance-group'), mapOptions);}document.getElementById('3a9d5672').innerHTML += ' | View Map';var $l41b669082f2407d3fc0592eaf88864b7 = '

Barnes Insurance Group

Address: 2600 Rocky Oak Road, Powhatan, VA 23139, USA
Phone: (804) 598-2068
';var m_41b669082f2407d3fc0592eaf88864b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Barnes Insurance Group',});m_41b669082f2407d3fc0592eaf88864b7['infowindow'] = new google.maps.InfoWindow({content: $l41b669082f2407d3fc0592eaf88864b7});var infowindow = new google.maps.InfoWindow({content: $l41b669082f2407d3fc0592eaf88864b7});google.maps.event.addListener(m_41b669082f2407d3fc0592eaf88864b7, 'click', function() {infowindow.open(map,m_41b669082f2407d3fc0592eaf88864b7);});$marker.push(m_41b669082f2407d3fc0592eaf88864b7);}});}google.maps.event.addDomListener(window, 'load', initialize);