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.7003,-79.8133)};var g_8c0592c2f4067cf98dc39a5f0734105d = new google.maps.Geocoder();g_8c0592c2f4067cf98dc39a5f0734105d.geocode( { 'address': "535 S Cox St, Asheboro, NC 27203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-platinum-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-platinum-home-mortgage'), mapOptions);}document.getElementById('a8bff9f3').innerHTML += ' | View Map';var $l8c0592c2f4067cf98dc39a5f0734105d = '

Platinum Home Mortgage

Address: 535 S Cox St, Asheboro, NC 27203, USA
Phone: (336) 610-1222
';var m_8c0592c2f4067cf98dc39a5f0734105d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Home Mortgage',});m_8c0592c2f4067cf98dc39a5f0734105d['infowindow'] = new google.maps.InfoWindow({content: $l8c0592c2f4067cf98dc39a5f0734105d});var infowindow = new google.maps.InfoWindow({content: $l8c0592c2f4067cf98dc39a5f0734105d});google.maps.event.addListener(m_8c0592c2f4067cf98dc39a5f0734105d, 'click', function() {infowindow.open(map,m_8c0592c2f4067cf98dc39a5f0734105d);});$marker.push(m_8c0592c2f4067cf98dc39a5f0734105d);}});}google.maps.event.addDomListener(window, 'load', initialize);