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.7292,-81.3829)};var g_a72e9387c4163fb54eafba8f4e5f232f = new google.maps.Geocoder();g_a72e9387c4163fb54eafba8f4e5f232f.geocode( { 'address': "2619 1st Ave SW, Hickory, NC 28602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-foothills-jewelry--loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-foothills-jewelry--loan-inc'), mapOptions);}document.getElementById('d3067a68').innerHTML += ' | View Map';var $la72e9387c4163fb54eafba8f4e5f232f = '

Foothills Jewelry & Loan Inc

Address: 2619 1st Ave SW, Hickory, NC 28602, USA
Phone: (828) 328-2274
';var m_a72e9387c4163fb54eafba8f4e5f232f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Foothills Jewelry & Loan Inc',});m_a72e9387c4163fb54eafba8f4e5f232f['infowindow'] = new google.maps.InfoWindow({content: $la72e9387c4163fb54eafba8f4e5f232f});var infowindow = new google.maps.InfoWindow({content: $la72e9387c4163fb54eafba8f4e5f232f});google.maps.event.addListener(m_a72e9387c4163fb54eafba8f4e5f232f, 'click', function() {infowindow.open(map,m_a72e9387c4163fb54eafba8f4e5f232f);});$marker.push(m_a72e9387c4163fb54eafba8f4e5f232f);}});}google.maps.event.addDomListener(window, 'load', initialize);