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(41.1555,-81.3331)};var g_fbe59509e997c995d41f01469ec1bf08 = new google.maps.Geocoder();g_fbe59509e997c995d41f01469ec1bf08.geocode( { 'address': "1677 E Main St, Kent, OH 44240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-check-into-cash'), mapOptions);}document.getElementById('b242bed0').innerHTML += ' | View Map';var $lfbe59509e997c995d41f01469ec1bf08 = '

Check Into Cash

Address: 1677 E Main St, Kent, OH 44240, USA
Phone: (330) 676-1295
';var m_fbe59509e997c995d41f01469ec1bf08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_fbe59509e997c995d41f01469ec1bf08['infowindow'] = new google.maps.InfoWindow({content: $lfbe59509e997c995d41f01469ec1bf08});var infowindow = new google.maps.InfoWindow({content: $lfbe59509e997c995d41f01469ec1bf08});google.maps.event.addListener(m_fbe59509e997c995d41f01469ec1bf08, 'click', function() {infowindow.open(map,m_fbe59509e997c995d41f01469ec1bf08);});$marker.push(m_fbe59509e997c995d41f01469ec1bf08);}});}google.maps.event.addDomListener(window, 'load', initialize);