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.494,-81.6694)};var g_c9d83270aa814e0b101a14e481ed10c8 = new google.maps.Geocoder();g_c9d83270aa814e0b101a14e481ed10c8.geocode( { 'address': "20333 Emerald Pkwy, Cleveland, OH 44135"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-firefighters-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-firefighters-community-credit-union'), mapOptions);}document.getElementById('14bec1ba').innerHTML += ' | View Map';var $lc9d83270aa814e0b101a14e481ed10c8 = '

Firefighters Community Credit Union

Address: 20333 Emerald Pkwy, Cleveland, OH 44135
Phone: (216) 898-9471
';var m_c9d83270aa814e0b101a14e481ed10c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Firefighters Community Credit Union',});m_c9d83270aa814e0b101a14e481ed10c8['infowindow'] = new google.maps.InfoWindow({content: $lc9d83270aa814e0b101a14e481ed10c8});var infowindow = new google.maps.InfoWindow({content: $lc9d83270aa814e0b101a14e481ed10c8});google.maps.event.addListener(m_c9d83270aa814e0b101a14e481ed10c8, 'click', function() {infowindow.open(map,m_c9d83270aa814e0b101a14e481ed10c8);});$marker.push(m_c9d83270aa814e0b101a14e481ed10c8);}});}google.maps.event.addDomListener(window, 'load', initialize);