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.0024,-81.6045)};var g_0289aab363888a101a12fa5f5ec6d50d = new google.maps.Geocoder();g_0289aab363888a101a12fa5f5ec6d50d.geocode( { 'address': "112 Snyder Ave, Barberton, OH 44203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barberton-OH-new-horizon-fcu').style.display = '';map = new google.maps.Map(document.getElementById('barberton-OH-new-horizon-fcu'), mapOptions);}document.getElementById('3e6a053c').innerHTML += ' | View Map';var $l0289aab363888a101a12fa5f5ec6d50d = '

New Horizon FCU

Address: 112 Snyder Ave, Barberton, OH 44203, USA
Phone: (330) 475-1369
';var m_0289aab363888a101a12fa5f5ec6d50d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizon FCU',});m_0289aab363888a101a12fa5f5ec6d50d['infowindow'] = new google.maps.InfoWindow({content: $l0289aab363888a101a12fa5f5ec6d50d});var infowindow = new google.maps.InfoWindow({content: $l0289aab363888a101a12fa5f5ec6d50d});google.maps.event.addListener(m_0289aab363888a101a12fa5f5ec6d50d, 'click', function() {infowindow.open(map,m_0289aab363888a101a12fa5f5ec6d50d);});$marker.push(m_0289aab363888a101a12fa5f5ec6d50d);}});}google.maps.event.addDomListener(window, 'load', initialize);