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.2541,-77.5007)};var g_032c70bdfe5bb568770b4a81745aa63a = new google.maps.Geocoder();g_032c70bdfe5bb568770b4a81745aa63a.geocode( { 'address': "10908 Courthouse Rd #102, Fredericksburg, VA 22408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-trinity-financing-group').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-trinity-financing-group'), mapOptions);}document.getElementById('d9a49e73').innerHTML += ' | View Map';var $l032c70bdfe5bb568770b4a81745aa63a = '

Trinity Financing Group

Address: 10908 Courthouse Rd #102, Fredericksburg, VA 22408, USA
Phone: (540) 295-5841
';var m_032c70bdfe5bb568770b4a81745aa63a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trinity Financing Group',});m_032c70bdfe5bb568770b4a81745aa63a['infowindow'] = new google.maps.InfoWindow({content: $l032c70bdfe5bb568770b4a81745aa63a});var infowindow = new google.maps.InfoWindow({content: $l032c70bdfe5bb568770b4a81745aa63a});google.maps.event.addListener(m_032c70bdfe5bb568770b4a81745aa63a, 'click', function() {infowindow.open(map,m_032c70bdfe5bb568770b4a81745aa63a);});$marker.push(m_032c70bdfe5bb568770b4a81745aa63a);}});}google.maps.event.addDomListener(window, 'load', initialize);