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.973,-83.3103)};var g_f446efdf332aa32e70598598431024ec = new google.maps.Geocoder();g_f446efdf332aa32e70598598431024ec.geocode( { 'address': "4414 KY-519, West Liberty, KY 41472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-liberty-KY-atm-double-j-kwik-stop-inc').style.display = '';map = new google.maps.Map(document.getElementById('west-liberty-KY-atm-double-j-kwik-stop-inc'), mapOptions);}document.getElementById('6cca1530').innerHTML += ' | View Map';var $lf446efdf332aa32e70598598431024ec = '

ATM (Double J Kwik Stop Inc)

Address: 4414 KY-519, West Liberty, KY 41472, USA
Phone:
';var m_f446efdf332aa32e70598598431024ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Double J Kwik Stop Inc)',});m_f446efdf332aa32e70598598431024ec['infowindow'] = new google.maps.InfoWindow({content: $lf446efdf332aa32e70598598431024ec});var infowindow = new google.maps.InfoWindow({content: $lf446efdf332aa32e70598598431024ec});google.maps.event.addListener(m_f446efdf332aa32e70598598431024ec, 'click', function() {infowindow.open(map,m_f446efdf332aa32e70598598431024ec);});$marker.push(m_f446efdf332aa32e70598598431024ec);}});}google.maps.event.addDomListener(window, 'load', initialize);