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.0862,-84.4781)};var g_3c3f7fb25a3ab1f833b7e6f120ac641b = new google.maps.Geocoder();g_3c3f7fb25a3ab1f833b7e6f120ac641b.geocode( { 'address': "78 Carothers Rd, Newport, KY 41071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-KY-us-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('newport-KY-us-bank-atm'), mapOptions);}document.getElementById('baac24df').innerHTML += ' | View Map';var $l3c3f7fb25a3ab1f833b7e6f120ac641b = '

U.S. Bank ATM

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