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(34.0456,-81.1003)};var g_70b5c715cd1785817e864613fa75d3f0 = new google.maps.Geocoder();g_70b5c715cd1785817e864613fa75d3f0.geocode( { 'address': "2700 Broad River Rd, Columbia, SC 29210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-palmetto-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-palmetto-jewelry--loan'), mapOptions);}document.getElementById('b5066193').innerHTML += ' | View Map';var $l70b5c715cd1785817e864613fa75d3f0 = '

Palmetto Jewelry & Loan

Address: 2700 Broad River Rd, Columbia, SC 29210, USA
Phone: (803) 213-9955
';var m_70b5c715cd1785817e864613fa75d3f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palmetto Jewelry & Loan',});m_70b5c715cd1785817e864613fa75d3f0['infowindow'] = new google.maps.InfoWindow({content: $l70b5c715cd1785817e864613fa75d3f0});var infowindow = new google.maps.InfoWindow({content: $l70b5c715cd1785817e864613fa75d3f0});google.maps.event.addListener(m_70b5c715cd1785817e864613fa75d3f0, 'click', function() {infowindow.open(map,m_70b5c715cd1785817e864613fa75d3f0);});$marker.push(m_70b5c715cd1785817e864613fa75d3f0);}});}google.maps.event.addDomListener(window, 'load', initialize);