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.4765,-81.2593)};var g_4a7f8ff99efa3673c1bf7d079e86ff3b = new google.maps.Geocoder();g_4a7f8ff99efa3673c1bf7d079e86ff3b.geocode( { 'address': "527 N Aspen St, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-prime-mortgage-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-prime-mortgage-lending-inc'), mapOptions);}document.getElementById('8d461419').innerHTML += ' | View Map';var $l4a7f8ff99efa3673c1bf7d079e86ff3b = '

Prime Mortgage Lending Inc.

Address: 527 N Aspen St, Lincolnton, NC 28092, USA
Phone: (704) 736-1101
';var m_4a7f8ff99efa3673c1bf7d079e86ff3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Mortgage Lending Inc.',});m_4a7f8ff99efa3673c1bf7d079e86ff3b['infowindow'] = new google.maps.InfoWindow({content: $l4a7f8ff99efa3673c1bf7d079e86ff3b});var infowindow = new google.maps.InfoWindow({content: $l4a7f8ff99efa3673c1bf7d079e86ff3b});google.maps.event.addListener(m_4a7f8ff99efa3673c1bf7d079e86ff3b, 'click', function() {infowindow.open(map,m_4a7f8ff99efa3673c1bf7d079e86ff3b);});$marker.push(m_4a7f8ff99efa3673c1bf7d079e86ff3b);}});}google.maps.event.addDomListener(window, 'load', initialize);