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.9759,-76.4328)};var g_a2117c56f9f664d54cb976d6cc7204e3 = new google.maps.Geocoder();g_a2117c56f9f664d54cb976d6cc7204e3.geocode( { 'address': "2401 West Ave, Newport News, VA 23607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-bayport-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-bayport-credit-union-atm'), mapOptions);}document.getElementById('1e5a9244').innerHTML += ' | View Map';var $la2117c56f9f664d54cb976d6cc7204e3 = '

BayPort Credit Union ATM

Address: 2401 West Ave, Newport News, VA 23607, USA
Phone: (757) 928-8850
';var m_a2117c56f9f664d54cb976d6cc7204e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BayPort Credit Union ATM',});m_a2117c56f9f664d54cb976d6cc7204e3['infowindow'] = new google.maps.InfoWindow({content: $la2117c56f9f664d54cb976d6cc7204e3});var infowindow = new google.maps.InfoWindow({content: $la2117c56f9f664d54cb976d6cc7204e3});google.maps.event.addListener(m_a2117c56f9f664d54cb976d6cc7204e3, 'click', function() {infowindow.open(map,m_a2117c56f9f664d54cb976d6cc7204e3);});$marker.push(m_a2117c56f9f664d54cb976d6cc7204e3);}});}google.maps.event.addDomListener(window, 'load', initialize);