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.4639,-81.5704)};var g_fd9042c9b077fe393b18ae78feb58279 = new google.maps.Geocoder();g_fd9042c9b077fe393b18ae78feb58279.geocode( { 'address': "15808 Chagrin Blvd, Shaker Heights, OH 44120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shaker-heights-OH-buckeye-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shaker-heights-OH-buckeye-state-credit-union'), mapOptions);}document.getElementById('1b16acb1').innerHTML += ' | View Map';var $lfd9042c9b077fe393b18ae78feb58279 = '

Buckeye State Credit Union

Address: 15808 Chagrin Blvd, Shaker Heights, OH 44120, USA
Phone: (216) 752-6111
';var m_fd9042c9b077fe393b18ae78feb58279 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buckeye State Credit Union',});m_fd9042c9b077fe393b18ae78feb58279['infowindow'] = new google.maps.InfoWindow({content: $lfd9042c9b077fe393b18ae78feb58279});var infowindow = new google.maps.InfoWindow({content: $lfd9042c9b077fe393b18ae78feb58279});google.maps.event.addListener(m_fd9042c9b077fe393b18ae78feb58279, 'click', function() {infowindow.open(map,m_fd9042c9b077fe393b18ae78feb58279);});$marker.push(m_fd9042c9b077fe393b18ae78feb58279);}});}google.maps.event.addDomListener(window, 'load', initialize);