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.2915,-82.2155)};var g_94e3e4cbcb09438f2b2e8e72c9b9a783 = new google.maps.Geocoder();g_94e3e4cbcb09438f2b2e8e72c9b9a783.geocode( { 'address': "55 E College St, Oberlin, OH 44074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oberlin-OH-ohio-educational-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oberlin-OH-ohio-educational-credit-union'), mapOptions);}document.getElementById('7b7ff719').innerHTML += ' | View Map';var $l94e3e4cbcb09438f2b2e8e72c9b9a783 = '

Ohio Educational Credit Union

Address: 55 E College St, Oberlin, OH 44074, USA
Phone: (440) 775-0037
';var m_94e3e4cbcb09438f2b2e8e72c9b9a783 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Educational Credit Union',});m_94e3e4cbcb09438f2b2e8e72c9b9a783['infowindow'] = new google.maps.InfoWindow({content: $l94e3e4cbcb09438f2b2e8e72c9b9a783});var infowindow = new google.maps.InfoWindow({content: $l94e3e4cbcb09438f2b2e8e72c9b9a783});google.maps.event.addListener(m_94e3e4cbcb09438f2b2e8e72c9b9a783, 'click', function() {infowindow.open(map,m_94e3e4cbcb09438f2b2e8e72c9b9a783);});$marker.push(m_94e3e4cbcb09438f2b2e8e72c9b9a783);}});}google.maps.event.addDomListener(window, 'load', initialize);