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.5357,-77.4327)};var g_ac1aacdfd521484a17eb14a14501da1a = new google.maps.Geocoder();g_ac1aacdfd521484a17eb14a14501da1a.geocode( { 'address': "1313 E Main St #400, Richmond, VA 23219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-cf-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-cf-finance-co'), mapOptions);}document.getElementById('a8bed25f').innerHTML += ' | View Map';var $lac1aacdfd521484a17eb14a14501da1a = '

C&F Finance Co

Address: 1313 E Main St #400, Richmond, VA 23219, USA
Phone: (855) 602-2001
';var m_ac1aacdfd521484a17eb14a14501da1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C&F Finance Co',});m_ac1aacdfd521484a17eb14a14501da1a['infowindow'] = new google.maps.InfoWindow({content: $lac1aacdfd521484a17eb14a14501da1a});var infowindow = new google.maps.InfoWindow({content: $lac1aacdfd521484a17eb14a14501da1a});google.maps.event.addListener(m_ac1aacdfd521484a17eb14a14501da1a, 'click', function() {infowindow.open(map,m_ac1aacdfd521484a17eb14a14501da1a);});$marker.push(m_ac1aacdfd521484a17eb14a14501da1a);}});}google.maps.event.addDomListener(window, 'load', initialize);