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.1093,-80.6689)};var g_80c97e1d2358032c39525c45e62cf09f = new google.maps.Geocoder();g_80c97e1d2358032c39525c45e62cf09f.geocode( { 'address': "1045 W Rayen Ave, Youngstown, OH 44502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-youngstown-ohio-city-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-youngstown-ohio-city-employees-federal-credit-union'), mapOptions);}document.getElementById('c41ff5b9').innerHTML += ' | View Map';var $l80c97e1d2358032c39525c45e62cf09f = '

Youngstown Ohio City Employees Federal Credit Union

Address: 1045 W Rayen Ave, Youngstown, OH 44502, USA
Phone: (330) 744-8447
';var m_80c97e1d2358032c39525c45e62cf09f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Youngstown Ohio City Employees Federal Credit Union',});m_80c97e1d2358032c39525c45e62cf09f['infowindow'] = new google.maps.InfoWindow({content: $l80c97e1d2358032c39525c45e62cf09f});var infowindow = new google.maps.InfoWindow({content: $l80c97e1d2358032c39525c45e62cf09f});google.maps.event.addListener(m_80c97e1d2358032c39525c45e62cf09f, 'click', function() {infowindow.open(map,m_80c97e1d2358032c39525c45e62cf09f);});$marker.push(m_80c97e1d2358032c39525c45e62cf09f);}});}google.maps.event.addDomListener(window, 'load', initialize);