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(37.1398,-84.0989)};var g_c0dff74d759dfcbd3577055cda11b360 = new google.maps.Geocoder();g_c0dff74d759dfcbd3577055cda11b360.geocode( { 'address': "1688-1734 N Main St, London, KY 40741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-cumberland-valley-atm').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-cumberland-valley-atm'), mapOptions);}document.getElementById('0d1adf05').innerHTML += ' | View Map';var $lc0dff74d759dfcbd3577055cda11b360 = '

Cumberland Valley ATM

Address: 1688-1734 N Main St, London, KY 40741, USA
Phone: (606) 878-7010
';var m_c0dff74d759dfcbd3577055cda11b360 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland Valley ATM',});m_c0dff74d759dfcbd3577055cda11b360['infowindow'] = new google.maps.InfoWindow({content: $lc0dff74d759dfcbd3577055cda11b360});var infowindow = new google.maps.InfoWindow({content: $lc0dff74d759dfcbd3577055cda11b360});google.maps.event.addListener(m_c0dff74d759dfcbd3577055cda11b360, 'click', function() {infowindow.open(map,m_c0dff74d759dfcbd3577055cda11b360);});$marker.push(m_c0dff74d759dfcbd3577055cda11b360);}});}google.maps.event.addDomListener(window, 'load', initialize);