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(33.9982,-81.0325)};var g_f306783505af827fc0a433902cd17ea0 = new google.maps.Geocoder();g_f306783505af827fc0a433902cd17ea0.geocode( { 'address': "1025 Pulaski St, Columbia, SC 29201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-sc-telco').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-sc-telco'), mapOptions);}document.getElementById('0355887e').innerHTML += ' | View Map';var $lf306783505af827fc0a433902cd17ea0 = '

SC Telco

Address: 1025 Pulaski St, Columbia, SC 29201
Phone: (803) 256-3132
';var m_f306783505af827fc0a433902cd17ea0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SC Telco',});m_f306783505af827fc0a433902cd17ea0['infowindow'] = new google.maps.InfoWindow({content: $lf306783505af827fc0a433902cd17ea0});var infowindow = new google.maps.InfoWindow({content: $lf306783505af827fc0a433902cd17ea0});google.maps.event.addListener(m_f306783505af827fc0a433902cd17ea0, 'click', function() {infowindow.open(map,m_f306783505af827fc0a433902cd17ea0);});$marker.push(m_f306783505af827fc0a433902cd17ea0);}});}google.maps.event.addDomListener(window, 'load', initialize);