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.65)};var g_64c4c873c60ecf618d5a16ed2ba41651 = new google.maps.Geocoder();g_64c4c873c60ecf618d5a16ed2ba41651.geocode( { 'address': "5755 Granger Rd Suite 800, Cleveland, OH 44131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-first-community-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-first-community-mortgage'), mapOptions);}document.getElementById('cb8ab277').innerHTML += ' | View Map';var $l64c4c873c60ecf618d5a16ed2ba41651 = '

First Community Mortgage

Address: 5755 Granger Rd Suite 800, Cleveland, OH 44131, USA
Phone: (216) 606-9366
';var m_64c4c873c60ecf618d5a16ed2ba41651 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Mortgage',});m_64c4c873c60ecf618d5a16ed2ba41651['infowindow'] = new google.maps.InfoWindow({content: $l64c4c873c60ecf618d5a16ed2ba41651});var infowindow = new google.maps.InfoWindow({content: $l64c4c873c60ecf618d5a16ed2ba41651});google.maps.event.addListener(m_64c4c873c60ecf618d5a16ed2ba41651, 'click', function() {infowindow.open(map,m_64c4c873c60ecf618d5a16ed2ba41651);});$marker.push(m_64c4c873c60ecf618d5a16ed2ba41651);}});}google.maps.event.addDomListener(window, 'load', initialize);