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_b49cb6f47fc2d7de66bf2aa8a7ad93d5 = new google.maps.Geocoder();g_b49cb6f47fc2d7de66bf2aa8a7ad93d5.geocode( { 'address': "8767 Satyr Hill Rd, Baltimore, MD 21234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-destinations-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-destinations-credit-union'), mapOptions);}document.getElementById('90467ba6').innerHTML += ' | View Map';var $lb49cb6f47fc2d7de66bf2aa8a7ad93d5 = '

Destinations Credit Union

Address: 8767 Satyr Hill Rd, Baltimore, MD 21234
Phone: (410) 663-2500
';var m_b49cb6f47fc2d7de66bf2aa8a7ad93d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Destinations Credit Union',});m_b49cb6f47fc2d7de66bf2aa8a7ad93d5['infowindow'] = new google.maps.InfoWindow({content: $lb49cb6f47fc2d7de66bf2aa8a7ad93d5});var infowindow = new google.maps.InfoWindow({content: $lb49cb6f47fc2d7de66bf2aa8a7ad93d5});google.maps.event.addListener(m_b49cb6f47fc2d7de66bf2aa8a7ad93d5, 'click', function() {infowindow.open(map,m_b49cb6f47fc2d7de66bf2aa8a7ad93d5);});$marker.push(m_b49cb6f47fc2d7de66bf2aa8a7ad93d5);}});}google.maps.event.addDomListener(window, 'load', initialize);