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(38.0339,-84.5078)};var g_2477a519dc1bdb4f95d644f8b9e9207a = new google.maps.Geocoder();g_2477a519dc1bdb4f95d644f8b9e9207a.geocode( { 'address': "740 S Limestone, Lexington, KY 40508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-ukfcu-atm').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-ukfcu-atm'), mapOptions);}document.getElementById('7ddcf675').innerHTML += ' | View Map';var $l2477a519dc1bdb4f95d644f8b9e9207a = '

UKFCU ATM

Address: 740 S Limestone, Lexington, KY 40508, USA
Phone: (859) 264-4200
';var m_2477a519dc1bdb4f95d644f8b9e9207a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UKFCU ATM',});m_2477a519dc1bdb4f95d644f8b9e9207a['infowindow'] = new google.maps.InfoWindow({content: $l2477a519dc1bdb4f95d644f8b9e9207a});var infowindow = new google.maps.InfoWindow({content: $l2477a519dc1bdb4f95d644f8b9e9207a});google.maps.event.addListener(m_2477a519dc1bdb4f95d644f8b9e9207a, 'click', function() {infowindow.open(map,m_2477a519dc1bdb4f95d644f8b9e9207a);});$marker.push(m_2477a519dc1bdb4f95d644f8b9e9207a);}});}google.maps.event.addDomListener(window, 'load', initialize);