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(34.8515,-82.3913)};var g_44efacff6ca239e605ad38d4f3dafbda = new google.maps.Geocoder();g_44efacff6ca239e605ad38d4f3dafbda.geocode( { 'address': "600 E North St #201, Greenville, SC 29601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-northwest-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-northwest-mortgage-services-inc'), mapOptions);}document.getElementById('81a299b0').innerHTML += ' | View Map';var $l44efacff6ca239e605ad38d4f3dafbda = '

Northwest Mortgage Services Inc

Address: 600 E North St #201, Greenville, SC 29601, USA
Phone: (864) 233-9166
';var m_44efacff6ca239e605ad38d4f3dafbda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Mortgage Services Inc',});m_44efacff6ca239e605ad38d4f3dafbda['infowindow'] = new google.maps.InfoWindow({content: $l44efacff6ca239e605ad38d4f3dafbda});var infowindow = new google.maps.InfoWindow({content: $l44efacff6ca239e605ad38d4f3dafbda});google.maps.event.addListener(m_44efacff6ca239e605ad38d4f3dafbda, 'click', function() {infowindow.open(map,m_44efacff6ca239e605ad38d4f3dafbda);});$marker.push(m_44efacff6ca239e605ad38d4f3dafbda);}});}google.maps.event.addDomListener(window, 'load', initialize);