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(39.0857,-84.4838)};var g_23de2d15c051627fcc4368706f8760fc = new google.maps.Geocoder();g_23de2d15c051627fcc4368706f8760fc.geocode( { 'address': "1313 B Monmouth Street, Newport, KY 41071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-KY-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('newport-KY-check-into-cash'), mapOptions);}document.getElementById('92efe0df').innerHTML += ' | View Map';var $l23de2d15c051627fcc4368706f8760fc = '

Check Into Cash

Address: 1313 B Monmouth Street, Newport, KY 41071, USA
Phone: (859) 291-5400
';var m_23de2d15c051627fcc4368706f8760fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_23de2d15c051627fcc4368706f8760fc['infowindow'] = new google.maps.InfoWindow({content: $l23de2d15c051627fcc4368706f8760fc});var infowindow = new google.maps.InfoWindow({content: $l23de2d15c051627fcc4368706f8760fc});google.maps.event.addListener(m_23de2d15c051627fcc4368706f8760fc, 'click', function() {infowindow.open(map,m_23de2d15c051627fcc4368706f8760fc);});$marker.push(m_23de2d15c051627fcc4368706f8760fc);}});}google.maps.event.addDomListener(window, 'load', initialize);