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.642,-78.4726)};var g_31462a2f1500ed95883d48a9e13a3bf7 = new google.maps.Geocoder();g_31462a2f1500ed95883d48a9e13a3bf7.geocode( { 'address': "500 NC Hwy 42, West, Clayton, NC 27520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NC-american-security-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NC-american-security-mortgage-corporation'), mapOptions);}document.getElementById('54ed0bac').innerHTML += ' | View Map';var $l31462a2f1500ed95883d48a9e13a3bf7 = '

American Security Mortgage Corporation

Address: 500 NC Hwy 42, West, Clayton, NC 27520, USA
Phone: (919) 669-1833
';var m_31462a2f1500ed95883d48a9e13a3bf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Security Mortgage Corporation',});m_31462a2f1500ed95883d48a9e13a3bf7['infowindow'] = new google.maps.InfoWindow({content: $l31462a2f1500ed95883d48a9e13a3bf7});var infowindow = new google.maps.InfoWindow({content: $l31462a2f1500ed95883d48a9e13a3bf7});google.maps.event.addListener(m_31462a2f1500ed95883d48a9e13a3bf7, 'click', function() {infowindow.open(map,m_31462a2f1500ed95883d48a9e13a3bf7);});$marker.push(m_31462a2f1500ed95883d48a9e13a3bf7);}});}google.maps.event.addDomListener(window, 'load', initialize);