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.3228,-81.4538)};var g_67f68835939b9fa291a4e417312b4ec1 = new google.maps.Geocoder();g_67f68835939b9fa291a4e417312b4ec1.geocode( { 'address': "10574 Ravenna Rd, Twinsburg, OH 44087"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('twinsburg-OH-certified-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('twinsburg-OH-certified-mortgage-co'), mapOptions);}document.getElementById('e6218192').innerHTML += ' | View Map';var $l67f68835939b9fa291a4e417312b4ec1 = '

Certified Mortgage Co

Address: 10574 Ravenna Rd, Twinsburg, OH 44087
Phone: (330) 405-6130
';var m_67f68835939b9fa291a4e417312b4ec1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Certified Mortgage Co',});m_67f68835939b9fa291a4e417312b4ec1['infowindow'] = new google.maps.InfoWindow({content: $l67f68835939b9fa291a4e417312b4ec1});var infowindow = new google.maps.InfoWindow({content: $l67f68835939b9fa291a4e417312b4ec1});google.maps.event.addListener(m_67f68835939b9fa291a4e417312b4ec1, 'click', function() {infowindow.open(map,m_67f68835939b9fa291a4e417312b4ec1);});$marker.push(m_67f68835939b9fa291a4e417312b4ec1);}});}google.maps.event.addDomListener(window, 'load', initialize);