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.9805,-85.8929)};var g_42cd9cfc00c8b65b8213df4b75f0b5f1 = new google.maps.Geocoder();g_42cd9cfc00c8b65b8213df4b75f0b5f1.geocode( { 'address': "1485 Burkesville Rd, Glasgow, KY 42141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-KY-us-bank-atm---jr-foods').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-KY-us-bank-atm---jr-foods'), mapOptions);}document.getElementById('2719bcd8').innerHTML += ' | View Map';var $l42cd9cfc00c8b65b8213df4b75f0b5f1 = '

U.S. Bank ATM - Jr Foods

Address: 1485 Burkesville Rd, Glasgow, KY 42141, USA
Phone: (800) 872-2657
';var m_42cd9cfc00c8b65b8213df4b75f0b5f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Jr Foods',});m_42cd9cfc00c8b65b8213df4b75f0b5f1['infowindow'] = new google.maps.InfoWindow({content: $l42cd9cfc00c8b65b8213df4b75f0b5f1});var infowindow = new google.maps.InfoWindow({content: $l42cd9cfc00c8b65b8213df4b75f0b5f1});google.maps.event.addListener(m_42cd9cfc00c8b65b8213df4b75f0b5f1, 'click', function() {infowindow.open(map,m_42cd9cfc00c8b65b8213df4b75f0b5f1);});$marker.push(m_42cd9cfc00c8b65b8213df4b75f0b5f1);}});}google.maps.event.addDomListener(window, 'load', initialize);