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(35.6985,-79.7907)};var g_7251081c065494430501314dfb0190cc = new google.maps.Geocoder();g_7251081c065494430501314dfb0190cc.geocode( { 'address': "191 NC-42, Asheboro, NC 27203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-integrity-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-integrity-mortgage-group'), mapOptions);}document.getElementById('e525276e').innerHTML += ' | View Map';var $l7251081c065494430501314dfb0190cc = '

Integrity Mortgage Group

Address: 191 NC-42, Asheboro, NC 27203, USA
Phone: (336) 625-4992
';var m_7251081c065494430501314dfb0190cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Integrity Mortgage Group',});m_7251081c065494430501314dfb0190cc['infowindow'] = new google.maps.InfoWindow({content: $l7251081c065494430501314dfb0190cc});var infowindow = new google.maps.InfoWindow({content: $l7251081c065494430501314dfb0190cc});google.maps.event.addListener(m_7251081c065494430501314dfb0190cc, 'click', function() {infowindow.open(map,m_7251081c065494430501314dfb0190cc);});$marker.push(m_7251081c065494430501314dfb0190cc);}});}google.maps.event.addDomListener(window, 'load', initialize);