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.7988,-81.3766)};var g_60ab18c55fc1bf45b70467fbe57fe52f = new google.maps.Geocoder();g_60ab18c55fc1bf45b70467fbe57fe52f.geocode( { 'address': "300 Tuscarawas St W, Canton, OH 44702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-dollar-bank-servicing-center').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-dollar-bank-servicing-center'), mapOptions);}document.getElementById('0c224adb').innerHTML += ' | View Map';var $l60ab18c55fc1bf45b70467fbe57fe52f = '

Dollar Bank Servicing Center

Address: 300 Tuscarawas St W, Canton, OH 44702, USA
Phone: (330) 455-5600
';var m_60ab18c55fc1bf45b70467fbe57fe52f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dollar Bank Servicing Center',});m_60ab18c55fc1bf45b70467fbe57fe52f['infowindow'] = new google.maps.InfoWindow({content: $l60ab18c55fc1bf45b70467fbe57fe52f});var infowindow = new google.maps.InfoWindow({content: $l60ab18c55fc1bf45b70467fbe57fe52f});google.maps.event.addListener(m_60ab18c55fc1bf45b70467fbe57fe52f, 'click', function() {infowindow.open(map,m_60ab18c55fc1bf45b70467fbe57fe52f);});$marker.push(m_60ab18c55fc1bf45b70467fbe57fe52f);}});}google.maps.event.addDomListener(window, 'load', initialize);