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(37.2587,-77.4103)};var g_8763b03d427d69f413df44433092276c = new google.maps.Geocoder();g_8763b03d427d69f413df44433092276c.geocode( { 'address': "2000 Snead Ave, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-bank-of-virginia').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-bank-of-virginia'), mapOptions);}document.getElementById('49bd62c0').innerHTML += ' | View Map';var $l8763b03d427d69f413df44433092276c = '

Bank of Virginia

Address: 2000 Snead Ave, Colonial Heights, VA 23834, USA
Phone: (804) 518-9494
';var m_8763b03d427d69f413df44433092276c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Virginia',});m_8763b03d427d69f413df44433092276c['infowindow'] = new google.maps.InfoWindow({content: $l8763b03d427d69f413df44433092276c});var infowindow = new google.maps.InfoWindow({content: $l8763b03d427d69f413df44433092276c});google.maps.event.addListener(m_8763b03d427d69f413df44433092276c, 'click', function() {infowindow.open(map,m_8763b03d427d69f413df44433092276c);});$marker.push(m_8763b03d427d69f413df44433092276c);}});}google.maps.event.addDomListener(window, 'load', initialize);