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.6262,-77.2743)};var g_58182b82110146887c02dbd78719e3d5 = new google.maps.Geocoder();g_58182b82110146887c02dbd78719e3d5.geocode( { 'address': "3158 Golansky Blvd, Woodbridge, VA 22192"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-VA-banks-associates').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-VA-banks-associates'), mapOptions);}document.getElementById('fbf87561').innerHTML += ' | View Map';var $l58182b82110146887c02dbd78719e3d5 = '

Banks & Associates

Address: 3158 Golansky Blvd, Woodbridge, VA 22192
Phone: (703) 878-2265
';var m_58182b82110146887c02dbd78719e3d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banks & Associates',});m_58182b82110146887c02dbd78719e3d5['infowindow'] = new google.maps.InfoWindow({content: $l58182b82110146887c02dbd78719e3d5});var infowindow = new google.maps.InfoWindow({content: $l58182b82110146887c02dbd78719e3d5});google.maps.event.addListener(m_58182b82110146887c02dbd78719e3d5, 'click', function() {infowindow.open(map,m_58182b82110146887c02dbd78719e3d5);});$marker.push(m_58182b82110146887c02dbd78719e3d5);}});}google.maps.event.addDomListener(window, 'load', initialize);