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(40.8484,-81.4394)};var g_d7ca2ffd3f3545c328e6a3d88ba4e4ff = new google.maps.Geocoder();g_d7ca2ffd3f3545c328e6a3d88ba4e4ff.geocode( { 'address': "4790 Douglas Cir NW, Canton, OH 44718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-signature-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-signature-mortgage-corporation'), mapOptions);}document.getElementById('e6adc745').innerHTML += ' | View Map';var $ld7ca2ffd3f3545c328e6a3d88ba4e4ff = '

Signature Mortgage Corporation

Address: 4790 Douglas Cir NW, Canton, OH 44718, USA
Phone: (330) 305-1996
';var m_d7ca2ffd3f3545c328e6a3d88ba4e4ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signature Mortgage Corporation',});m_d7ca2ffd3f3545c328e6a3d88ba4e4ff['infowindow'] = new google.maps.InfoWindow({content: $ld7ca2ffd3f3545c328e6a3d88ba4e4ff});var infowindow = new google.maps.InfoWindow({content: $ld7ca2ffd3f3545c328e6a3d88ba4e4ff});google.maps.event.addListener(m_d7ca2ffd3f3545c328e6a3d88ba4e4ff, 'click', function() {infowindow.open(map,m_d7ca2ffd3f3545c328e6a3d88ba4e4ff);});$marker.push(m_d7ca2ffd3f3545c328e6a3d88ba4e4ff);}});}google.maps.event.addDomListener(window, 'load', initialize);