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.8644,-76.2997)};var g_7c84e2c91d61b287e99e6915f4daa68d = new google.maps.Geocoder();g_7c84e2c91d61b287e99e6915f4daa68d.geocode( { 'address': "1006 Colley Ave, Norfolk, VA 23507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-townebank-branch-location').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-townebank-branch-location'), mapOptions);}document.getElementById('ff81f420').innerHTML += ' | View Map';var $l7c84e2c91d61b287e99e6915f4daa68d = '

TowneBank, Branch Location

Address: 1006 Colley Ave, Norfolk, VA 23507, USA
Phone: (757) 673-1900
';var m_7c84e2c91d61b287e99e6915f4daa68d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TowneBank, Branch Location',});m_7c84e2c91d61b287e99e6915f4daa68d['infowindow'] = new google.maps.InfoWindow({content: $l7c84e2c91d61b287e99e6915f4daa68d});var infowindow = new google.maps.InfoWindow({content: $l7c84e2c91d61b287e99e6915f4daa68d});google.maps.event.addListener(m_7c84e2c91d61b287e99e6915f4daa68d, 'click', function() {infowindow.open(map,m_7c84e2c91d61b287e99e6915f4daa68d);});$marker.push(m_7c84e2c91d61b287e99e6915f4daa68d);}});}google.maps.event.addDomListener(window, 'load', initialize);