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.3949,-76.5755)};var g_a2fa685f91421d4b7698f2399dcb1700 = new google.maps.Geocoder();g_a2fa685f91421d4b7698f2399dcb1700.geocode( { 'address': "8603 Lasalle Rd, Towson, MD 21286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('towson-MD-secu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('towson-MD-secu-credit-union'), mapOptions);}document.getElementById('e98b7f1a').innerHTML += ' | View Map';var $la2fa685f91421d4b7698f2399dcb1700 = '

SECU Credit Union

Address: 8603 Lasalle Rd, Towson, MD 21286, USA
Phone: (410) 487-7328
';var m_a2fa685f91421d4b7698f2399dcb1700 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SECU Credit Union',});m_a2fa685f91421d4b7698f2399dcb1700['infowindow'] = new google.maps.InfoWindow({content: $la2fa685f91421d4b7698f2399dcb1700});var infowindow = new google.maps.InfoWindow({content: $la2fa685f91421d4b7698f2399dcb1700});google.maps.event.addListener(m_a2fa685f91421d4b7698f2399dcb1700, 'click', function() {infowindow.open(map,m_a2fa685f91421d4b7698f2399dcb1700);});$marker.push(m_a2fa685f91421d4b7698f2399dcb1700);}});}google.maps.event.addDomListener(window, 'load', initialize);