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.3073,-77.4801)};var g_aac796970073e97c5f44b010fa0ecba4 = new google.maps.Geocoder();g_aac796970073e97c5f44b010fa0ecba4.geocode( { 'address': "1125 Jefferson Davis Hwy #400, Fredericksburg, VA 22401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-university-of-mary-washington-small-business-development-center').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-university-of-mary-washington-small-business-development-center'), mapOptions);}document.getElementById('d765a39a').innerHTML += ' | View Map';var $laac796970073e97c5f44b010fa0ecba4 = '

University of Mary Washington Small Business Development Center

Address: 1125 Jefferson Davis Hwy #400, Fredericksburg, VA 22401, USA
Phone: (540) 654-1383
';var m_aac796970073e97c5f44b010fa0ecba4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Mary Washington Small Business Development Center',});m_aac796970073e97c5f44b010fa0ecba4['infowindow'] = new google.maps.InfoWindow({content: $laac796970073e97c5f44b010fa0ecba4});var infowindow = new google.maps.InfoWindow({content: $laac796970073e97c5f44b010fa0ecba4});google.maps.event.addListener(m_aac796970073e97c5f44b010fa0ecba4, 'click', function() {infowindow.open(map,m_aac796970073e97c5f44b010fa0ecba4);});$marker.push(m_aac796970073e97c5f44b010fa0ecba4);}});}google.maps.event.addDomListener(window, 'load', initialize);