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.2896,-76.5065)};var g_eb6da25dc6e4df38d150a71b521f2990 = new google.maps.Geocoder();g_eb6da25dc6e4df38d150a71b521f2990.geocode( { 'address': "1103 North Point Blvd, Baltimore, MD 21224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-triple-c16-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-triple-c16-federal-cu'), mapOptions);}document.getElementById('c7e7b8d7').innerHTML += ' | View Map';var $leb6da25dc6e4df38d150a71b521f2990 = '

Triple C16 Federal CU

Address: 1103 North Point Blvd, Baltimore, MD 21224, USA
Phone: (410) 284-7820
';var m_eb6da25dc6e4df38d150a71b521f2990 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Triple C16 Federal CU',});m_eb6da25dc6e4df38d150a71b521f2990['infowindow'] = new google.maps.InfoWindow({content: $leb6da25dc6e4df38d150a71b521f2990});var infowindow = new google.maps.InfoWindow({content: $leb6da25dc6e4df38d150a71b521f2990});google.maps.event.addListener(m_eb6da25dc6e4df38d150a71b521f2990, 'click', function() {infowindow.open(map,m_eb6da25dc6e4df38d150a71b521f2990);});$marker.push(m_eb6da25dc6e4df38d150a71b521f2990);}});}google.maps.event.addDomListener(window, 'load', initialize);