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.2949,-76.6249)};var g_5faade0d566fcec8b00f8d195be751aa = new google.maps.Geocoder();g_5faade0d566fcec8b00f8d195be751aa.geocode( { 'address': "201 N Charles St, Baltimore, MD 21201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-starz-2-be-entertainment').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-starz-2-be-entertainment'), mapOptions);}document.getElementById('890dfc60').innerHTML += ' | View Map';var $l5faade0d566fcec8b00f8d195be751aa = '

Starz 2 Be Entertainment

Address: 201 N Charles St, Baltimore, MD 21201
Phone: (410) 332-4300
';var m_5faade0d566fcec8b00f8d195be751aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Starz 2 Be Entertainment',});m_5faade0d566fcec8b00f8d195be751aa['infowindow'] = new google.maps.InfoWindow({content: $l5faade0d566fcec8b00f8d195be751aa});var infowindow = new google.maps.InfoWindow({content: $l5faade0d566fcec8b00f8d195be751aa});google.maps.event.addListener(m_5faade0d566fcec8b00f8d195be751aa, 'click', function() {infowindow.open(map,m_5faade0d566fcec8b00f8d195be751aa);});$marker.push(m_5faade0d566fcec8b00f8d195be751aa);}});}google.maps.event.addDomListener(window, 'load', initialize);