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()};var g_dfcf1c8d76f621fe372715d92b6bcd13 = new google.maps.Geocoder();g_dfcf1c8d76f621fe372715d92b6bcd13.geocode( { 'address': "205 E King St, Charleston, NC 27021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-NC-snapcap').style.display = '';map = new google.maps.Map(document.getElementById('charleston-NC-snapcap'), mapOptions);}document.getElementById('22a97b6b').innerHTML += ' | View Map';var $ldfcf1c8d76f621fe372715d92b6bcd13 = '

SnapCap

Address: 205 E King St, Charleston, NC 27021
Phone: (800) 964-9077
';var m_dfcf1c8d76f621fe372715d92b6bcd13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SnapCap',});m_dfcf1c8d76f621fe372715d92b6bcd13['infowindow'] = new google.maps.InfoWindow({content: $ldfcf1c8d76f621fe372715d92b6bcd13});var infowindow = new google.maps.InfoWindow({content: $ldfcf1c8d76f621fe372715d92b6bcd13});google.maps.event.addListener(m_dfcf1c8d76f621fe372715d92b6bcd13, 'click', function() {infowindow.open(map,m_dfcf1c8d76f621fe372715d92b6bcd13);});$marker.push(m_dfcf1c8d76f621fe372715d92b6bcd13);}});}google.maps.event.addDomListener(window, 'load', initialize);