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(32.8585,-79.9115)};var g_80a777588c741a17fd957b8b989dd4c7 = new google.maps.Geocoder();g_80a777588c741a17fd957b8b989dd4c7.geocode( { 'address': "295 Seven Farms Drive #201, Charleston, SC 29492, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-SC-ams-financial-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('charleston-SC-ams-financial-solutions-inc'), mapOptions);}document.getElementById('82d6f732').innerHTML += ' | View Map';var $l80a777588c741a17fd957b8b989dd4c7 = '

AMS Financial Solutions, Inc

Address: 295 Seven Farms Drive #201, Charleston, SC 29492, USA
Phone: (800) 783-6540
';var m_80a777588c741a17fd957b8b989dd4c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AMS Financial Solutions, Inc',});m_80a777588c741a17fd957b8b989dd4c7['infowindow'] = new google.maps.InfoWindow({content: $l80a777588c741a17fd957b8b989dd4c7});var infowindow = new google.maps.InfoWindow({content: $l80a777588c741a17fd957b8b989dd4c7});google.maps.event.addListener(m_80a777588c741a17fd957b8b989dd4c7, 'click', function() {infowindow.open(map,m_80a777588c741a17fd957b8b989dd4c7);});$marker.push(m_80a777588c741a17fd957b8b989dd4c7);}});}google.maps.event.addDomListener(window, 'load', initialize);