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.0785,-78.4686)};var g_6ec70e52e105bf01ba41639601076d5b = new google.maps.Geocoder();g_6ec70e52e105bf01ba41639601076d5b.geocode( { 'address': "890 Rio E Ct Suite A, Charlottesville, VA 22901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlottesville-VA-virginia-farm-bureau-insurance-company').style.display = '';map = new google.maps.Map(document.getElementById('charlottesville-VA-virginia-farm-bureau-insurance-company'), mapOptions);}document.getElementById('34bca16e').innerHTML += ' | View Map';var $l6ec70e52e105bf01ba41639601076d5b = '

Virginia Farm Bureau Insurance Company

Address: 890 Rio E Ct Suite A, Charlottesville, VA 22901, USA
Phone: (434) 293-5775
';var m_6ec70e52e105bf01ba41639601076d5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Farm Bureau Insurance Company',});m_6ec70e52e105bf01ba41639601076d5b['infowindow'] = new google.maps.InfoWindow({content: $l6ec70e52e105bf01ba41639601076d5b});var infowindow = new google.maps.InfoWindow({content: $l6ec70e52e105bf01ba41639601076d5b});google.maps.event.addListener(m_6ec70e52e105bf01ba41639601076d5b, 'click', function() {infowindow.open(map,m_6ec70e52e105bf01ba41639601076d5b);});$marker.push(m_6ec70e52e105bf01ba41639601076d5b);}});}google.maps.event.addDomListener(window, 'load', initialize);