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.101,-81.5848)};var g_aa8a9e971be010daf674590aea610c28 = new google.maps.Geocoder();g_aa8a9e971be010daf674590aea610c28.geocode( { 'address': "575 White Pond Dr e, Akron, OH 44320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akron-OH-firstenergy-family-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('akron-OH-firstenergy-family-credit-union'), mapOptions);}document.getElementById('d6c316da').innerHTML += ' | View Map';var $laa8a9e971be010daf674590aea610c28 = '

FirstEnergy Family Credit Union

Address: 575 White Pond Dr e, Akron, OH 44320, USA
Phone: (330) 535-3611
';var m_aa8a9e971be010daf674590aea610c28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstEnergy Family Credit Union',});m_aa8a9e971be010daf674590aea610c28['infowindow'] = new google.maps.InfoWindow({content: $laa8a9e971be010daf674590aea610c28});var infowindow = new google.maps.InfoWindow({content: $laa8a9e971be010daf674590aea610c28});google.maps.event.addListener(m_aa8a9e971be010daf674590aea610c28, 'click', function() {infowindow.open(map,m_aa8a9e971be010daf674590aea610c28);});$marker.push(m_aa8a9e971be010daf674590aea610c28);}});}google.maps.event.addDomListener(window, 'load', initialize);