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.5383,-77.4391)};var g_2d14b4f9c60c0a942c54e9718a682088 = new google.maps.Geocoder();g_2d14b4f9c60c0a942c54e9718a682088.geocode( { 'address': "4222 Bonniebank Rd, Richmond, VA 23234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-virginia-commonwealth-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-virginia-commonwealth-bank'), mapOptions);}document.getElementById('cf299f4d').innerHTML += ' | View Map';var $l2d14b4f9c60c0a942c54e9718a682088 = '

Virginia Commonwealth Bank

Address: 4222 Bonniebank Rd, Richmond, VA 23234
Phone: (804) 271-8376
';var m_2d14b4f9c60c0a942c54e9718a682088 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Commonwealth Bank',});m_2d14b4f9c60c0a942c54e9718a682088['infowindow'] = new google.maps.InfoWindow({content: $l2d14b4f9c60c0a942c54e9718a682088});var infowindow = new google.maps.InfoWindow({content: $l2d14b4f9c60c0a942c54e9718a682088});google.maps.event.addListener(m_2d14b4f9c60c0a942c54e9718a682088, 'click', function() {infowindow.open(map,m_2d14b4f9c60c0a942c54e9718a682088);});$marker.push(m_2d14b4f9c60c0a942c54e9718a682088);}});}google.maps.event.addDomListener(window, 'load', initialize);