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.7382,-86.2117)};var g_df24b127bcd617da22bb0326a77be94d = new google.maps.Geocoder();g_df24b127bcd617da22bb0326a77be94d.geocode( { 'address': "1691 Old Gallatin Rd, Scottsville, KY 42164, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsville-KY-us-bank-atm---scottsville-white-plains').style.display = '';map = new google.maps.Map(document.getElementById('scottsville-KY-us-bank-atm---scottsville-white-plains'), mapOptions);}document.getElementById('9a34fce1').innerHTML += ' | View Map';var $ldf24b127bcd617da22bb0326a77be94d = '

U.S. Bank ATM - Scottsville White Plains

Address: 1691 Old Gallatin Rd, Scottsville, KY 42164, USA
Phone: (800) 872-2657
';var m_df24b127bcd617da22bb0326a77be94d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Scottsville White Plains',});m_df24b127bcd617da22bb0326a77be94d['infowindow'] = new google.maps.InfoWindow({content: $ldf24b127bcd617da22bb0326a77be94d});var infowindow = new google.maps.InfoWindow({content: $ldf24b127bcd617da22bb0326a77be94d});google.maps.event.addListener(m_df24b127bcd617da22bb0326a77be94d, 'click', function() {infowindow.open(map,m_df24b127bcd617da22bb0326a77be94d);});$marker.push(m_df24b127bcd617da22bb0326a77be94d);}});}google.maps.event.addDomListener(window, 'load', initialize);