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(39.0903,-84.4785)};var g_4a66ba27e2e2a6b9420c1011579a5f24 = new google.maps.Geocoder();g_4a66ba27e2e2a6b9420c1011579a5f24.geocode( { 'address': "130 Pavilion Pkwy, Newport, KY 41071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-KY-us-bank-atm---newport-kroger').style.display = '';map = new google.maps.Map(document.getElementById('newport-KY-us-bank-atm---newport-kroger'), mapOptions);}document.getElementById('01a4a140').innerHTML += ' | View Map';var $l4a66ba27e2e2a6b9420c1011579a5f24 = '

U.S. Bank ATM - Newport Kroger

Address: 130 Pavilion Pkwy, Newport, KY 41071, USA
Phone: (800) 872-2657
';var m_4a66ba27e2e2a6b9420c1011579a5f24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Newport Kroger',});m_4a66ba27e2e2a6b9420c1011579a5f24['infowindow'] = new google.maps.InfoWindow({content: $l4a66ba27e2e2a6b9420c1011579a5f24});var infowindow = new google.maps.InfoWindow({content: $l4a66ba27e2e2a6b9420c1011579a5f24});google.maps.event.addListener(m_4a66ba27e2e2a6b9420c1011579a5f24, 'click', function() {infowindow.open(map,m_4a66ba27e2e2a6b9420c1011579a5f24);});$marker.push(m_4a66ba27e2e2a6b9420c1011579a5f24);}});}google.maps.event.addDomListener(window, 'load', initialize);