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.8025,-81.377)};var g_9d413135595c08ee0b3623a597d55dbf = new google.maps.Geocoder();g_9d413135595c08ee0b3623a597d55dbf.geocode( { 'address': "530 McKinley Ave NW, Canton, OH 44702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-canton-police--firemans-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-canton-police--firemans-credit-union'), mapOptions);}document.getElementById('2808b080').innerHTML += ' | View Map';var $l9d413135595c08ee0b3623a597d55dbf = '

Canton Police & Fireman's Credit Union

Address: 530 McKinley Ave NW, Canton, OH 44702, USA
Phone: (330) 453-2467
';var m_9d413135595c08ee0b3623a597d55dbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canton Police & Fireman's Credit Union',});m_9d413135595c08ee0b3623a597d55dbf['infowindow'] = new google.maps.InfoWindow({content: $l9d413135595c08ee0b3623a597d55dbf});var infowindow = new google.maps.InfoWindow({content: $l9d413135595c08ee0b3623a597d55dbf});google.maps.event.addListener(m_9d413135595c08ee0b3623a597d55dbf, 'click', function() {infowindow.open(map,m_9d413135595c08ee0b3623a597d55dbf);});$marker.push(m_9d413135595c08ee0b3623a597d55dbf);}});}google.maps.event.addDomListener(window, 'load', initialize);