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(40.8245,-81.3843)};var g_f6dbf06e8076c8d4e60b24fd6a4d011e = new google.maps.Geocoder();g_f6dbf06e8076c8d4e60b24fd6a4d011e.geocode( { 'address': "2515 Cleveland Ave NW, Canton, OH 44709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-pioneer-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-pioneer-financial-services-inc'), mapOptions);}document.getElementById('2a4c9356').innerHTML += ' | View Map';var $lf6dbf06e8076c8d4e60b24fd6a4d011e = '

Pioneer Financial Services Inc

Address: 2515 Cleveland Ave NW, Canton, OH 44709, USA
Phone: (330) 454-5320
';var m_f6dbf06e8076c8d4e60b24fd6a4d011e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Financial Services Inc',});m_f6dbf06e8076c8d4e60b24fd6a4d011e['infowindow'] = new google.maps.InfoWindow({content: $lf6dbf06e8076c8d4e60b24fd6a4d011e});var infowindow = new google.maps.InfoWindow({content: $lf6dbf06e8076c8d4e60b24fd6a4d011e});google.maps.event.addListener(m_f6dbf06e8076c8d4e60b24fd6a4d011e, 'click', function() {infowindow.open(map,m_f6dbf06e8076c8d4e60b24fd6a4d011e);});$marker.push(m_f6dbf06e8076c8d4e60b24fd6a4d011e);}});}google.maps.event.addDomListener(window, 'load', initialize);