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.5322,-82.8387)};var g_e60a46d706f496736a580a66671ddfcc = new google.maps.Geocoder();g_e60a46d706f496736a580a66671ddfcc.geocode( { 'address': "101 Main Street, Canton, NC 28716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-NC-champion-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('canton-NC-champion-mortgage'), mapOptions);}document.getElementById('7b1fa344').innerHTML += ' | View Map';var $le60a46d706f496736a580a66671ddfcc = '

Champion Mortgage

Address: 101 Main Street, Canton, NC 28716, USA
Phone: (800) 786-8787
';var m_e60a46d706f496736a580a66671ddfcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Champion Mortgage',});m_e60a46d706f496736a580a66671ddfcc['infowindow'] = new google.maps.InfoWindow({content: $le60a46d706f496736a580a66671ddfcc});var infowindow = new google.maps.InfoWindow({content: $le60a46d706f496736a580a66671ddfcc});google.maps.event.addListener(m_e60a46d706f496736a580a66671ddfcc, 'click', function() {infowindow.open(map,m_e60a46d706f496736a580a66671ddfcc);});$marker.push(m_e60a46d706f496736a580a66671ddfcc);}});}google.maps.event.addDomListener(window, 'load', initialize);