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.8505,-82.4035)};var g_86185bd3891e4ecdc0aaf841de86b1a2 = new google.maps.Geocoder();g_86185bd3891e4ecdc0aaf841de86b1a2.geocode( { 'address': "201 Pelham Rd, Greenville, SC 29615"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-gateway-wealth-strategies').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-gateway-wealth-strategies'), mapOptions);}document.getElementById('f7d9b818').innerHTML += ' | View Map';var $l86185bd3891e4ecdc0aaf841de86b1a2 = '

Gateway Wealth Strategies

Address: 201 Pelham Rd, Greenville, SC 29615
Phone: (864) 233-3606
';var m_86185bd3891e4ecdc0aaf841de86b1a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Wealth Strategies',});m_86185bd3891e4ecdc0aaf841de86b1a2['infowindow'] = new google.maps.InfoWindow({content: $l86185bd3891e4ecdc0aaf841de86b1a2});var infowindow = new google.maps.InfoWindow({content: $l86185bd3891e4ecdc0aaf841de86b1a2});google.maps.event.addListener(m_86185bd3891e4ecdc0aaf841de86b1a2, 'click', function() {infowindow.open(map,m_86185bd3891e4ecdc0aaf841de86b1a2);});$marker.push(m_86185bd3891e4ecdc0aaf841de86b1a2);}});}google.maps.event.addDomListener(window, 'load', initialize);