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.0433,-81.5212)};var g_99378025c30b85cccf1d20c6cc5d7dc6 = new google.maps.Geocoder();g_99378025c30b85cccf1d20c6cc5d7dc6.geocode( { 'address': "2000 Brittain Rd, Akron, OH 44310"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-equitable-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-equitable-federal-credit-union'), mapOptions);}document.getElementById('53f88c88').innerHTML += ' | View Map';var $l99378025c30b85cccf1d20c6cc5d7dc6 = '

Equitable Federal Credit Union

Address: 2000 Brittain Rd, Akron, OH 44310
Phone: (330) 633-7307
';var m_99378025c30b85cccf1d20c6cc5d7dc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equitable Federal Credit Union',});m_99378025c30b85cccf1d20c6cc5d7dc6['infowindow'] = new google.maps.InfoWindow({content: $l99378025c30b85cccf1d20c6cc5d7dc6});var infowindow = new google.maps.InfoWindow({content: $l99378025c30b85cccf1d20c6cc5d7dc6});google.maps.event.addListener(m_99378025c30b85cccf1d20c6cc5d7dc6, 'click', function() {infowindow.open(map,m_99378025c30b85cccf1d20c6cc5d7dc6);});$marker.push(m_99378025c30b85cccf1d20c6cc5d7dc6);}});}google.maps.event.addDomListener(window, 'load', initialize);