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.8517,-82.3896)};var g_5091a0aa85e5a1bf1120fd6183e77bf9 = new google.maps.Geocoder();g_5091a0aa85e5a1bf1120fd6183e77bf9.geocode( { 'address': "700 E North St #3, Greenville, SC 29601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-carolina-choice-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-carolina-choice-mortgage'), mapOptions);}document.getElementById('d3966fc8').innerHTML += ' | View Map';var $l5091a0aa85e5a1bf1120fd6183e77bf9 = '

Carolina Choice Mortgage

Address: 700 E North St #3, Greenville, SC 29601, USA
Phone: (864) 326-3860
';var m_5091a0aa85e5a1bf1120fd6183e77bf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Choice Mortgage',});m_5091a0aa85e5a1bf1120fd6183e77bf9['infowindow'] = new google.maps.InfoWindow({content: $l5091a0aa85e5a1bf1120fd6183e77bf9});var infowindow = new google.maps.InfoWindow({content: $l5091a0aa85e5a1bf1120fd6183e77bf9});google.maps.event.addListener(m_5091a0aa85e5a1bf1120fd6183e77bf9, 'click', function() {infowindow.open(map,m_5091a0aa85e5a1bf1120fd6183e77bf9);});$marker.push(m_5091a0aa85e5a1bf1120fd6183e77bf9);}});}google.maps.event.addDomListener(window, 'load', initialize);