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(38.411,-82.3761)};var g_dc1528fd0704c1cc4054327ba8fd7a65 = new google.maps.Geocoder();g_dc1528fd0704c1cc4054327ba8fd7a65.geocode( { 'address': "3334 US-60, Huntington, WV 25705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-goldmans-fine-jewelry--loans').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-goldmans-fine-jewelry--loans'), mapOptions);}document.getElementById('33c02c10').innerHTML += ' | View Map';var $ldc1528fd0704c1cc4054327ba8fd7a65 = '

Goldman's Fine Jewelry & Loans

Address: 3334 US-60, Huntington, WV 25705, USA
Phone: (304) 523-3500
';var m_dc1528fd0704c1cc4054327ba8fd7a65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Goldman's Fine Jewelry & Loans',});m_dc1528fd0704c1cc4054327ba8fd7a65['infowindow'] = new google.maps.InfoWindow({content: $ldc1528fd0704c1cc4054327ba8fd7a65});var infowindow = new google.maps.InfoWindow({content: $ldc1528fd0704c1cc4054327ba8fd7a65});google.maps.event.addListener(m_dc1528fd0704c1cc4054327ba8fd7a65, 'click', function() {infowindow.open(map,m_dc1528fd0704c1cc4054327ba8fd7a65);});$marker.push(m_dc1528fd0704c1cc4054327ba8fd7a65);}});}google.maps.event.addDomListener(window, 'load', initialize);