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.8186,-81.4256)};var g_c37bf859faf392800d739a41fe5af151 = new google.maps.Geocoder();g_c37bf859faf392800d739a41fe5af151.geocode( { 'address': "1811 Whipple Ave NW, Canton, OH 44708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-st-josephs-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-st-josephs-federal-credit-union'), mapOptions);}document.getElementById('bb185286').innerHTML += ' | View Map';var $lc37bf859faf392800d739a41fe5af151 = '

St Josephs Federal Credit Union

Address: 1811 Whipple Ave NW, Canton, OH 44708, USA
Phone: (330) 478-8400
';var m_c37bf859faf392800d739a41fe5af151 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Josephs Federal Credit Union',});m_c37bf859faf392800d739a41fe5af151['infowindow'] = new google.maps.InfoWindow({content: $lc37bf859faf392800d739a41fe5af151});var infowindow = new google.maps.InfoWindow({content: $lc37bf859faf392800d739a41fe5af151});google.maps.event.addListener(m_c37bf859faf392800d739a41fe5af151, 'click', function() {infowindow.open(map,m_c37bf859faf392800d739a41fe5af151);});$marker.push(m_c37bf859faf392800d739a41fe5af151);}});}google.maps.event.addDomListener(window, 'load', initialize);