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.1042,-76.4796)};var g_fb68f525a19d89290c6979ed51af3110 = new google.maps.Geocoder();g_fb68f525a19d89290c6979ed51af3110.geocode( { 'address': "1 Old Oyster Point Rd #240, Newport News, VA 23602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-townebank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-townebank-mortgage'), mapOptions);}document.getElementById('da4f98b8').innerHTML += ' | View Map';var $lfb68f525a19d89290c6979ed51af3110 = '

TowneBank Mortgage

Address: 1 Old Oyster Point Rd #240, Newport News, VA 23602, USA
Phone: (757) 534-9370
';var m_fb68f525a19d89290c6979ed51af3110 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TowneBank Mortgage',});m_fb68f525a19d89290c6979ed51af3110['infowindow'] = new google.maps.InfoWindow({content: $lfb68f525a19d89290c6979ed51af3110});var infowindow = new google.maps.InfoWindow({content: $lfb68f525a19d89290c6979ed51af3110});google.maps.event.addListener(m_fb68f525a19d89290c6979ed51af3110, 'click', function() {infowindow.open(map,m_fb68f525a19d89290c6979ed51af3110);});$marker.push(m_fb68f525a19d89290c6979ed51af3110);}});}google.maps.event.addDomListener(window, 'load', initialize);