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.3987,-81.5958)};var g_21a921f165298b0110b80821cc5bd761 = new google.maps.Geocoder();g_21a921f165298b0110b80821cc5bd761.geocode( { 'address': "12648 Rockside Rd, Cleveland, OH 44125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-first-federal-lakewood---garfield-heights-mortgage-office').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-first-federal-lakewood---garfield-heights-mortgage-office'), mapOptions);}document.getElementById('a6fb6b61').innerHTML += ' | View Map';var $l21a921f165298b0110b80821cc5bd761 = '

First Federal Lakewood - Garfield Heights Mortgage Office

Address: 12648 Rockside Rd, Cleveland, OH 44125, USA
Phone: (216) 475-5200
';var m_21a921f165298b0110b80821cc5bd761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Lakewood - Garfield Heights Mortgage Office',});m_21a921f165298b0110b80821cc5bd761['infowindow'] = new google.maps.InfoWindow({content: $l21a921f165298b0110b80821cc5bd761});var infowindow = new google.maps.InfoWindow({content: $l21a921f165298b0110b80821cc5bd761});google.maps.event.addListener(m_21a921f165298b0110b80821cc5bd761, 'click', function() {infowindow.open(map,m_21a921f165298b0110b80821cc5bd761);});$marker.push(m_21a921f165298b0110b80821cc5bd761);}});}google.maps.event.addDomListener(window, 'load', initialize);