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.7264,-86.6275)};var g_97ac2bcde8849b93e464aaa244695274 = new google.maps.Geocoder();g_97ac2bcde8849b93e464aaa244695274.geocode( { 'address': "520 Jordan Ln NW, Huntsville, AL 35805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-d-js-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-d-js-jewelry--loan'), mapOptions);}document.getElementById('77c1bb38').innerHTML += ' | View Map';var $l97ac2bcde8849b93e464aaa244695274 = '

D J's Jewelry & Loan

Address: 520 Jordan Ln NW, Huntsville, AL 35805, USA
Phone: (256) 533-5237
';var m_97ac2bcde8849b93e464aaa244695274 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D J's Jewelry & Loan',});m_97ac2bcde8849b93e464aaa244695274['infowindow'] = new google.maps.InfoWindow({content: $l97ac2bcde8849b93e464aaa244695274});var infowindow = new google.maps.InfoWindow({content: $l97ac2bcde8849b93e464aaa244695274});google.maps.event.addListener(m_97ac2bcde8849b93e464aaa244695274, 'click', function() {infowindow.open(map,m_97ac2bcde8849b93e464aaa244695274);});$marker.push(m_97ac2bcde8849b93e464aaa244695274);}});}google.maps.event.addDomListener(window, 'load', initialize);