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.0166,-84.5075)};var g_b500b9b586a97c5ee4763ca51494805d = new google.maps.Geocoder();g_b500b9b586a97c5ee4763ca51494805d.geocode( { 'address': "5018 Old Taylor Mill Rd, Covington, KY 41015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-KY-us-bank-atm---taylor-mill-remkes').style.display = '';map = new google.maps.Map(document.getElementById('covington-KY-us-bank-atm---taylor-mill-remkes'), mapOptions);}document.getElementById('519e5271').innerHTML += ' | View Map';var $lb500b9b586a97c5ee4763ca51494805d = '

U.S. Bank ATM - Taylor Mill Remke's

Address: 5018 Old Taylor Mill Rd, Covington, KY 41015, USA
Phone: (800) 872-2657
';var m_b500b9b586a97c5ee4763ca51494805d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Taylor Mill Remke's',});m_b500b9b586a97c5ee4763ca51494805d['infowindow'] = new google.maps.InfoWindow({content: $lb500b9b586a97c5ee4763ca51494805d});var infowindow = new google.maps.InfoWindow({content: $lb500b9b586a97c5ee4763ca51494805d});google.maps.event.addListener(m_b500b9b586a97c5ee4763ca51494805d, 'click', function() {infowindow.open(map,m_b500b9b586a97c5ee4763ca51494805d);});$marker.push(m_b500b9b586a97c5ee4763ca51494805d);}});}google.maps.event.addDomListener(window, 'load', initialize);