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_35f4421c476ab29bd7492717ccb0642c = new google.maps.Geocoder();g_35f4421c476ab29bd7492717ccb0642c.geocode( { 'address': "7204 Glen Forest Dr, Richmond, VA 23226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-chesapeake-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-chesapeake-bank'), mapOptions);}document.getElementById('8bfc918e').innerHTML += ' | View Map';var $l35f4421c476ab29bd7492717ccb0642c = '

Chesapeake Bank

Address: 7204 Glen Forest Dr, Richmond, VA 23226
Phone: (804) 282-4891
';var m_35f4421c476ab29bd7492717ccb0642c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chesapeake Bank',});m_35f4421c476ab29bd7492717ccb0642c['infowindow'] = new google.maps.InfoWindow({content: $l35f4421c476ab29bd7492717ccb0642c});var infowindow = new google.maps.InfoWindow({content: $l35f4421c476ab29bd7492717ccb0642c});google.maps.event.addListener(m_35f4421c476ab29bd7492717ccb0642c, 'click', function() {infowindow.open(map,m_35f4421c476ab29bd7492717ccb0642c);});$marker.push(m_35f4421c476ab29bd7492717ccb0642c);}});}google.maps.event.addDomListener(window, 'load', initialize);