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.6795,-77.3533)};var g_c8ffe9a587b126f152ed3d89a146b445 = new google.maps.Geocoder();g_c8ffe9a587b126f152ed3d89a146b445.geocode( { 'address': "1 County Complex Ct, Woodbridge, VA 22192, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-VA-department-of-finance').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-VA-department-of-finance'), mapOptions);}document.getElementById('37d334b3').innerHTML += ' | View Map';var $lc8ffe9a587b126f152ed3d89a146b445 = '

Department of Finance

Address: 1 County Complex Ct, Woodbridge, VA 22192, USA
Phone: (703) 792-6700
';var m_c8ffe9a587b126f152ed3d89a146b445 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Department of Finance',});m_c8ffe9a587b126f152ed3d89a146b445['infowindow'] = new google.maps.InfoWindow({content: $lc8ffe9a587b126f152ed3d89a146b445});var infowindow = new google.maps.InfoWindow({content: $lc8ffe9a587b126f152ed3d89a146b445});google.maps.event.addListener(m_c8ffe9a587b126f152ed3d89a146b445, 'click', function() {infowindow.open(map,m_c8ffe9a587b126f152ed3d89a146b445);});$marker.push(m_c8ffe9a587b126f152ed3d89a146b445);}});}google.maps.event.addDomListener(window, 'load', initialize);