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.0645,-81.5192)};var g_4a30352bb447ac32c65d9f35299ecf7b = new google.maps.Geocoder();g_4a30352bb447ac32c65d9f35299ecf7b.geocode( { 'address': "Akron, OH 44309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-acceptance-credit-card-services').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-acceptance-credit-card-services'), mapOptions);}document.getElementById('5a97d867').innerHTML += ' | View Map';var $l4a30352bb447ac32c65d9f35299ecf7b = '

Acceptance Credit Card Services

Address: Akron, OH 44309, USA
Phone: (800) 634-1506
';var m_4a30352bb447ac32c65d9f35299ecf7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acceptance Credit Card Services',});m_4a30352bb447ac32c65d9f35299ecf7b['infowindow'] = new google.maps.InfoWindow({content: $l4a30352bb447ac32c65d9f35299ecf7b});var infowindow = new google.maps.InfoWindow({content: $l4a30352bb447ac32c65d9f35299ecf7b});google.maps.event.addListener(m_4a30352bb447ac32c65d9f35299ecf7b, 'click', function() {infowindow.open(map,m_4a30352bb447ac32c65d9f35299ecf7b);});$marker.push(m_4a30352bb447ac32c65d9f35299ecf7b);}});}google.maps.event.addDomListener(window, 'load', initialize);