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.7914,-79.9398)};var g_1cd91be5f7c893198d216bc03ea4a9d3 = new google.maps.Geocoder();g_1cd91be5f7c893198d216bc03ea4a9d3.geocode( { 'address': "516 King St, Charleston, SC 29403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-SC-georges-loan--music-co').style.display = '';map = new google.maps.Map(document.getElementById('charleston-SC-georges-loan--music-co'), mapOptions);}document.getElementById('0c737820').innerHTML += ' | View Map';var $l1cd91be5f7c893198d216bc03ea4a9d3 = '

George's Loan & Music Co

Address: 516 King St, Charleston, SC 29403, USA
Phone: (843) 723-1051
';var m_1cd91be5f7c893198d216bc03ea4a9d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'George's Loan & Music Co',});m_1cd91be5f7c893198d216bc03ea4a9d3['infowindow'] = new google.maps.InfoWindow({content: $l1cd91be5f7c893198d216bc03ea4a9d3});var infowindow = new google.maps.InfoWindow({content: $l1cd91be5f7c893198d216bc03ea4a9d3});google.maps.event.addListener(m_1cd91be5f7c893198d216bc03ea4a9d3, 'click', function() {infowindow.open(map,m_1cd91be5f7c893198d216bc03ea4a9d3);});$marker.push(m_1cd91be5f7c893198d216bc03ea4a9d3);}});}google.maps.event.addDomListener(window, 'load', initialize);