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.0394,-81.4919)};var g_7b8f80b23a6bd0ae40b7561ba55a7606 = new google.maps.Geocoder();g_7b8f80b23a6bd0ae40b7561ba55a7606.geocode( { 'address': "1198 S Arlington St, Akron, OH 44306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-cashmax-ohio'), mapOptions);}document.getElementById('34217013').innerHTML += ' | View Map';var $l7b8f80b23a6bd0ae40b7561ba55a7606 = '

CashMax Ohio

Address: 1198 S Arlington St, Akron, OH 44306, USA
Phone: (234) 312-9941
';var m_7b8f80b23a6bd0ae40b7561ba55a7606 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_7b8f80b23a6bd0ae40b7561ba55a7606['infowindow'] = new google.maps.InfoWindow({content: $l7b8f80b23a6bd0ae40b7561ba55a7606});var infowindow = new google.maps.InfoWindow({content: $l7b8f80b23a6bd0ae40b7561ba55a7606});google.maps.event.addListener(m_7b8f80b23a6bd0ae40b7561ba55a7606, 'click', function() {infowindow.open(map,m_7b8f80b23a6bd0ae40b7561ba55a7606);});$marker.push(m_7b8f80b23a6bd0ae40b7561ba55a7606);}});}google.maps.event.addDomListener(window, 'load', initialize);