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(36.8701,-76.555)};var g_3386885b0865b3d43f0695d5acb2a80d = new google.maps.Geocoder();g_3386885b0865b3d43f0695d5acb2a80d.geocode( { 'address': "2825 Godwin Blvd, Suffolk, VA 23434"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suffolk-VA-bank-of-hampton-roads').style.display = '';map = new google.maps.Map(document.getElementById('suffolk-VA-bank-of-hampton-roads'), mapOptions);}document.getElementById('a3f4330a').innerHTML += ' | View Map';var $l3386885b0865b3d43f0695d5acb2a80d = '

Bank Of Hampton Roads

Address: 2825 Godwin Blvd, Suffolk, VA 23434
Phone: (757) 539-1555
';var m_3386885b0865b3d43f0695d5acb2a80d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Hampton Roads',});m_3386885b0865b3d43f0695d5acb2a80d['infowindow'] = new google.maps.InfoWindow({content: $l3386885b0865b3d43f0695d5acb2a80d});var infowindow = new google.maps.InfoWindow({content: $l3386885b0865b3d43f0695d5acb2a80d});google.maps.event.addListener(m_3386885b0865b3d43f0695d5acb2a80d, 'click', function() {infowindow.open(map,m_3386885b0865b3d43f0695d5acb2a80d);});$marker.push(m_3386885b0865b3d43f0695d5acb2a80d);}});}google.maps.event.addDomListener(window, 'load', initialize);