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.7297,-81.3201)};var g_8bce6c39c980fa92cfaec8e88c522b6e = new google.maps.Geocoder();g_8bce6c39c980fa92cfaec8e88c522b6e.geocode( { 'address': "910 Tate Blvd SE # 107, Hickory, NC 28602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-american-security-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-american-security-mortgage'), mapOptions);}document.getElementById('cce5192a').innerHTML += ' | View Map';var $l8bce6c39c980fa92cfaec8e88c522b6e = '

American Security Mortgage

Address: 910 Tate Blvd SE # 107, Hickory, NC 28602, USA
Phone: (828) 267-2477
';var m_8bce6c39c980fa92cfaec8e88c522b6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Security Mortgage',});m_8bce6c39c980fa92cfaec8e88c522b6e['infowindow'] = new google.maps.InfoWindow({content: $l8bce6c39c980fa92cfaec8e88c522b6e});var infowindow = new google.maps.InfoWindow({content: $l8bce6c39c980fa92cfaec8e88c522b6e});google.maps.event.addListener(m_8bce6c39c980fa92cfaec8e88c522b6e, 'click', function() {infowindow.open(map,m_8bce6c39c980fa92cfaec8e88c522b6e);});$marker.push(m_8bce6c39c980fa92cfaec8e88c522b6e);}});}google.maps.event.addDomListener(window, 'load', initialize);