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(35.6827,-82.0085)};var g_5085cc0280139c25157468adbf2e3171 = new google.maps.Geocoder();g_5085cc0280139c25157468adbf2e3171.geocode( { 'address': "104 S Main St, Marion, NC 28752, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-NC-killoughs-music--loan').style.display = '';map = new google.maps.Map(document.getElementById('marion-NC-killoughs-music--loan'), mapOptions);}document.getElementById('ba35b39a').innerHTML += ' | View Map';var $l5085cc0280139c25157468adbf2e3171 = '

Killough's Music & Loan

Address: 104 S Main St, Marion, NC 28752, USA
Phone: (828) 652-9077
';var m_5085cc0280139c25157468adbf2e3171 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Killough's Music & Loan',});m_5085cc0280139c25157468adbf2e3171['infowindow'] = new google.maps.InfoWindow({content: $l5085cc0280139c25157468adbf2e3171});var infowindow = new google.maps.InfoWindow({content: $l5085cc0280139c25157468adbf2e3171});google.maps.event.addListener(m_5085cc0280139c25157468adbf2e3171, 'click', function() {infowindow.open(map,m_5085cc0280139c25157468adbf2e3171);});$marker.push(m_5085cc0280139c25157468adbf2e3171);}});}google.maps.event.addDomListener(window, 'load', initialize);