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.602,-83.3176)};var g_deb208377f69706a860ecda7db4a761a = new google.maps.Geocoder();g_deb208377f69706a860ecda7db4a761a.geocode( { 'address': "Main St, Vanceburg, KY 41179, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vanceburg-KY-atm').style.display = '';map = new google.maps.Map(document.getElementById('vanceburg-KY-atm'), mapOptions);}document.getElementById('3384b43a').innerHTML += ' | View Map';var $ldeb208377f69706a860ecda7db4a761a = '

ATM

Address: Main St, Vanceburg, KY 41179, USA
Phone: (606) 796-3001
';var m_deb208377f69706a860ecda7db4a761a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_deb208377f69706a860ecda7db4a761a['infowindow'] = new google.maps.InfoWindow({content: $ldeb208377f69706a860ecda7db4a761a});var infowindow = new google.maps.InfoWindow({content: $ldeb208377f69706a860ecda7db4a761a});google.maps.event.addListener(m_deb208377f69706a860ecda7db4a761a, 'click', function() {infowindow.open(map,m_deb208377f69706a860ecda7db4a761a);});$marker.push(m_deb208377f69706a860ecda7db4a761a);}});}google.maps.event.addDomListener(window, 'load', initialize);