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.4487,-82.1698)};var g_f6d9028d62fb70aad7deabbe1401e58c = new google.maps.Geocoder();g_f6d9028d62fb70aad7deabbe1401e58c.geocode( { 'address': "244 Knoll Ct, Lake Lure, NC 28746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-lure-NC-metlife-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('lake-lure-NC-metlife-home-loans'), mapOptions);}document.getElementById('1f377b9f').innerHTML += ' | View Map';var $lf6d9028d62fb70aad7deabbe1401e58c = '

MetLife Home Loans

Address: 244 Knoll Ct, Lake Lure, NC 28746, USA
Phone: (828) 625-0363
';var m_f6d9028d62fb70aad7deabbe1401e58c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MetLife Home Loans',});m_f6d9028d62fb70aad7deabbe1401e58c['infowindow'] = new google.maps.InfoWindow({content: $lf6d9028d62fb70aad7deabbe1401e58c});var infowindow = new google.maps.InfoWindow({content: $lf6d9028d62fb70aad7deabbe1401e58c});google.maps.event.addListener(m_f6d9028d62fb70aad7deabbe1401e58c, 'click', function() {infowindow.open(map,m_f6d9028d62fb70aad7deabbe1401e58c);});$marker.push(m_f6d9028d62fb70aad7deabbe1401e58c);}});}google.maps.event.addDomListener(window, 'load', initialize);