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.6527,-77.3048)};var g_c577a8ad9a901a78271a2d0b1a27a9a0 = new google.maps.Geocoder();g_c577a8ad9a901a78271a2d0b1a27a9a0.geocode( { 'address': "13870 Smoketown Rd, Woodbridge, VA 22192, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-VA-cardinal-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-VA-cardinal-bank'), mapOptions);}document.getElementById('c62959ee').innerHTML += ' | View Map';var $lc577a8ad9a901a78271a2d0b1a27a9a0 = '

Cardinal Bank

Address: 13870 Smoketown Rd, Woodbridge, VA 22192, USA
Phone: (703) 680-4004
';var m_c577a8ad9a901a78271a2d0b1a27a9a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cardinal Bank',});m_c577a8ad9a901a78271a2d0b1a27a9a0['infowindow'] = new google.maps.InfoWindow({content: $lc577a8ad9a901a78271a2d0b1a27a9a0});var infowindow = new google.maps.InfoWindow({content: $lc577a8ad9a901a78271a2d0b1a27a9a0});google.maps.event.addListener(m_c577a8ad9a901a78271a2d0b1a27a9a0, 'click', function() {infowindow.open(map,m_c577a8ad9a901a78271a2d0b1a27a9a0);});$marker.push(m_c577a8ad9a901a78271a2d0b1a27a9a0);}});}google.maps.event.addDomListener(window, 'load', initialize);