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.6438,-77.5785)};var g_c6a0b1e6317e64957bd2319daa8075c8 = new google.maps.Geocoder();g_c6a0b1e6317e64957bd2319daa8075c8.geocode( { 'address': "3900 Westerre Pkwy #100, Richmond, VA 23233, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-dominion-capital-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-dominion-capital-mortgage-inc'), mapOptions);}document.getElementById('19946a15').innerHTML += ' | View Map';var $lc6a0b1e6317e64957bd2319daa8075c8 = '

Dominion Capital Mortgage Inc.

Address: 3900 Westerre Pkwy #100, Richmond, VA 23233, USA
Phone: (804) 217-8411
';var m_c6a0b1e6317e64957bd2319daa8075c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dominion Capital Mortgage Inc.',});m_c6a0b1e6317e64957bd2319daa8075c8['infowindow'] = new google.maps.InfoWindow({content: $lc6a0b1e6317e64957bd2319daa8075c8});var infowindow = new google.maps.InfoWindow({content: $lc6a0b1e6317e64957bd2319daa8075c8});google.maps.event.addListener(m_c6a0b1e6317e64957bd2319daa8075c8, 'click', function() {infowindow.open(map,m_c6a0b1e6317e64957bd2319daa8075c8);});$marker.push(m_c6a0b1e6317e64957bd2319daa8075c8);}});}google.maps.event.addDomListener(window, 'load', initialize);