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.0573,-76.4608)};var g_c3981c46bd4ddced63aff5fbe9a54463 = new google.maps.Geocoder();g_c3981c46bd4ddced63aff5fbe9a54463.geocode( { 'address': "11817 Canon Blvd, Newport News, VA 23606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-wells-fargo-advisors'), mapOptions);}document.getElementById('8457721a').innerHTML += ' | View Map';var $lc3981c46bd4ddced63aff5fbe9a54463 = '

Wells Fargo Advisors

Address: 11817 Canon Blvd, Newport News, VA 23606
Phone: (757) 873-4666
';var m_c3981c46bd4ddced63aff5fbe9a54463 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_c3981c46bd4ddced63aff5fbe9a54463['infowindow'] = new google.maps.InfoWindow({content: $lc3981c46bd4ddced63aff5fbe9a54463});var infowindow = new google.maps.InfoWindow({content: $lc3981c46bd4ddced63aff5fbe9a54463});google.maps.event.addListener(m_c3981c46bd4ddced63aff5fbe9a54463, 'click', function() {infowindow.open(map,m_c3981c46bd4ddced63aff5fbe9a54463);});$marker.push(m_c3981c46bd4ddced63aff5fbe9a54463);}});}google.maps.event.addDomListener(window, 'load', initialize);