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(39.3099,-76.5627)};var g_d4d0144bbd63942f6b936d4e9eff1676 = new google.maps.Geocoder();g_d4d0144bbd63942f6b936d4e9eff1676.geocode( { 'address': "4512 Erdman Ave, Baltimore, MD 21213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-maryland-national-jewelry--ln').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-maryland-national-jewelry--ln'), mapOptions);}document.getElementById('5dff49ba').innerHTML += ' | View Map';var $ld4d0144bbd63942f6b936d4e9eff1676 = '

Maryland National Jewelry & Ln

Address: 4512 Erdman Ave, Baltimore, MD 21213, USA
Phone: (410) 488-4448
';var m_d4d0144bbd63942f6b936d4e9eff1676 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maryland National Jewelry & Ln',});m_d4d0144bbd63942f6b936d4e9eff1676['infowindow'] = new google.maps.InfoWindow({content: $ld4d0144bbd63942f6b936d4e9eff1676});var infowindow = new google.maps.InfoWindow({content: $ld4d0144bbd63942f6b936d4e9eff1676});google.maps.event.addListener(m_d4d0144bbd63942f6b936d4e9eff1676, 'click', function() {infowindow.open(map,m_d4d0144bbd63942f6b936d4e9eff1676);});$marker.push(m_d4d0144bbd63942f6b936d4e9eff1676);}});}google.maps.event.addDomListener(window, 'load', initialize);