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.4157,-81.6566)};var g_a07a0ed5b0330db4292a6b398e86dc3b = new google.maps.Geocoder();g_a07a0ed5b0330db4292a6b398e86dc3b.geocode( { 'address': "1250 Granger Rd, Brooklyn Heights, OH 44131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-heights-OH-taleris-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-heights-OH-taleris-credit-union-inc'), mapOptions);}document.getElementById('ffec43ce').innerHTML += ' | View Map';var $la07a0ed5b0330db4292a6b398e86dc3b = '

Taleris Credit Union Inc

Address: 1250 Granger Rd, Brooklyn Heights, OH 44131, USA
Phone: (216) 739-2300
';var m_a07a0ed5b0330db4292a6b398e86dc3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Taleris Credit Union Inc',});m_a07a0ed5b0330db4292a6b398e86dc3b['infowindow'] = new google.maps.InfoWindow({content: $la07a0ed5b0330db4292a6b398e86dc3b});var infowindow = new google.maps.InfoWindow({content: $la07a0ed5b0330db4292a6b398e86dc3b});google.maps.event.addListener(m_a07a0ed5b0330db4292a6b398e86dc3b, 'click', function() {infowindow.open(map,m_a07a0ed5b0330db4292a6b398e86dc3b);});$marker.push(m_a07a0ed5b0330db4292a6b398e86dc3b);}});}google.maps.event.addDomListener(window, 'load', initialize);