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.1276,-76.5343)};var g_44f7c4c0aa53f6dcd25571253c153746 = new google.maps.Geocoder();g_44f7c4c0aa53f6dcd25571253c153746.geocode( { 'address': "14346 Warwick Blvd Suite 300, Newport News, VA 23602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-bank-of-america-financial-center'), mapOptions);}document.getElementById('b5b015c3').innerHTML += ' | View Map';var $l44f7c4c0aa53f6dcd25571253c153746 = '

Bank of America Financial Center

Address: 14346 Warwick Blvd Suite 300, Newport News, VA 23602, USA
Phone: (757) 875-2820
';var m_44f7c4c0aa53f6dcd25571253c153746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_44f7c4c0aa53f6dcd25571253c153746['infowindow'] = new google.maps.InfoWindow({content: $l44f7c4c0aa53f6dcd25571253c153746});var infowindow = new google.maps.InfoWindow({content: $l44f7c4c0aa53f6dcd25571253c153746});google.maps.event.addListener(m_44f7c4c0aa53f6dcd25571253c153746, 'click', function() {infowindow.open(map,m_44f7c4c0aa53f6dcd25571253c153746);});$marker.push(m_44f7c4c0aa53f6dcd25571253c153746);}});}google.maps.event.addDomListener(window, 'load', initialize);