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.7582,-82.5163)};var g_9327969053c0068dd9e07c529866b94d = new google.maps.Geocoder();g_9327969053c0068dd9e07c529866b94d.geocode( { 'address': "13 Park Ave W #103, Mansfield, OH 44902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-stonegate-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-stonegate-mortgage-corporation'), mapOptions);}document.getElementById('52aad7a7').innerHTML += ' | View Map';var $l9327969053c0068dd9e07c529866b94d = '

Stonegate Mortgage Corporation

Address: 13 Park Ave W #103, Mansfield, OH 44902, USA
Phone: (419) 525-9324
';var m_9327969053c0068dd9e07c529866b94d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stonegate Mortgage Corporation',});m_9327969053c0068dd9e07c529866b94d['infowindow'] = new google.maps.InfoWindow({content: $l9327969053c0068dd9e07c529866b94d});var infowindow = new google.maps.InfoWindow({content: $l9327969053c0068dd9e07c529866b94d});google.maps.event.addListener(m_9327969053c0068dd9e07c529866b94d, 'click', function() {infowindow.open(map,m_9327969053c0068dd9e07c529866b94d);});$marker.push(m_9327969053c0068dd9e07c529866b94d);}});}google.maps.event.addDomListener(window, 'load', initialize);