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.4986,-77.545)};var g_190040d96ceb6c621d7fc6c0b7ca3f4a = new google.maps.Geocoder();g_190040d96ceb6c621d7fc6c0b7ca3f4a.geocode( { 'address': "21 Buford Rd, Richmond, VA 23235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-christensen-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-christensen-financial-inc'), mapOptions);}document.getElementById('fb019de2').innerHTML += ' | View Map';var $l190040d96ceb6c621d7fc6c0b7ca3f4a = '

Christensen Financial, Inc.

Address: 21 Buford Rd, Richmond, VA 23235, USA
Phone: (804) 276-4146
';var m_190040d96ceb6c621d7fc6c0b7ca3f4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christensen Financial, Inc.',});m_190040d96ceb6c621d7fc6c0b7ca3f4a['infowindow'] = new google.maps.InfoWindow({content: $l190040d96ceb6c621d7fc6c0b7ca3f4a});var infowindow = new google.maps.InfoWindow({content: $l190040d96ceb6c621d7fc6c0b7ca3f4a});google.maps.event.addListener(m_190040d96ceb6c621d7fc6c0b7ca3f4a, 'click', function() {infowindow.open(map,m_190040d96ceb6c621d7fc6c0b7ca3f4a);});$marker.push(m_190040d96ceb6c621d7fc6c0b7ca3f4a);}});}google.maps.event.addDomListener(window, 'load', initialize);