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_ac94c5fee79c5ffe557a399c064be9c5 = new google.maps.Geocoder();g_ac94c5fee79c5ffe557a399c064be9c5.geocode( { 'address': "4800 Roland Ave, Baltimore, MD 21210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-securityplus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-securityplus-federal-credit-union'), mapOptions);}document.getElementById('dc4c371f').innerHTML += ' | View Map';var $lac94c5fee79c5ffe557a399c064be9c5 = '

Securityplus Federal Credit Union

Address: 4800 Roland Ave, Baltimore, MD 21210
Phone: (410) 965-8908
';var m_ac94c5fee79c5ffe557a399c064be9c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Securityplus Federal Credit Union',});m_ac94c5fee79c5ffe557a399c064be9c5['infowindow'] = new google.maps.InfoWindow({content: $lac94c5fee79c5ffe557a399c064be9c5});var infowindow = new google.maps.InfoWindow({content: $lac94c5fee79c5ffe557a399c064be9c5});google.maps.event.addListener(m_ac94c5fee79c5ffe557a399c064be9c5, 'click', function() {infowindow.open(map,m_ac94c5fee79c5ffe557a399c064be9c5);});$marker.push(m_ac94c5fee79c5ffe557a399c064be9c5);}});}google.maps.event.addDomListener(window, 'load', initialize);