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.1089,-76.5005)};var g_373590403f80d686f78b18a45ddd22ef = new google.maps.Geocoder();g_373590403f80d686f78b18a45ddd22ef.geocode( { 'address': "502 Operations Dr, Newport News, VA 23602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-newport-news-municipal-cu').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-newport-news-municipal-cu'), mapOptions);}document.getElementById('16f9ff35').innerHTML += ' | View Map';var $l373590403f80d686f78b18a45ddd22ef = '

Newport News Municipal CU

Address: 502 Operations Dr, Newport News, VA 23602, USA
Phone: (757) 249-1003
';var m_373590403f80d686f78b18a45ddd22ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newport News Municipal CU',});m_373590403f80d686f78b18a45ddd22ef['infowindow'] = new google.maps.InfoWindow({content: $l373590403f80d686f78b18a45ddd22ef});var infowindow = new google.maps.InfoWindow({content: $l373590403f80d686f78b18a45ddd22ef});google.maps.event.addListener(m_373590403f80d686f78b18a45ddd22ef, 'click', function() {infowindow.open(map,m_373590403f80d686f78b18a45ddd22ef);});$marker.push(m_373590403f80d686f78b18a45ddd22ef);}});}google.maps.event.addDomListener(window, 'load', initialize);