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.8624,-82.4014)};var g_a92d3c79fea3543090c27af55a6b5189 = new google.maps.Geocoder();g_a92d3c79fea3543090c27af55a6b5189.geocode( { 'address': "306 W Stone Ave, Greenville, SC 29609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-primary-residential-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-primary-residential-mortgage'), mapOptions);}document.getElementById('7650eb2d').innerHTML += ' | View Map';var $la92d3c79fea3543090c27af55a6b5189 = '

Primary Residential Mortgage

Address: 306 W Stone Ave, Greenville, SC 29609, USA
Phone: (864) 242-1401
';var m_a92d3c79fea3543090c27af55a6b5189 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage',});m_a92d3c79fea3543090c27af55a6b5189['infowindow'] = new google.maps.InfoWindow({content: $la92d3c79fea3543090c27af55a6b5189});var infowindow = new google.maps.InfoWindow({content: $la92d3c79fea3543090c27af55a6b5189});google.maps.event.addListener(m_a92d3c79fea3543090c27af55a6b5189, 'click', function() {infowindow.open(map,m_a92d3c79fea3543090c27af55a6b5189);});$marker.push(m_a92d3c79fea3543090c27af55a6b5189);}});}google.maps.event.addDomListener(window, 'load', initialize);