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.5855,-76.9871)};var g_498270a18dbda963c59cea85d2879ae3 = new google.maps.Geocoder();g_498270a18dbda963c59cea85d2879ae3.geocode( { 'address': "239-251 Englar Rd, Westminster, MD 21157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-MD-point-breeze-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('westminster-MD-point-breeze-credit-union'), mapOptions);}document.getElementById('1c8bf704').innerHTML += ' | View Map';var $l498270a18dbda963c59cea85d2879ae3 = '

Point Breeze Credit Union

Address: 239-251 Englar Rd, Westminster, MD 21157, USA
Phone:
';var m_498270a18dbda963c59cea85d2879ae3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Point Breeze Credit Union',});m_498270a18dbda963c59cea85d2879ae3['infowindow'] = new google.maps.InfoWindow({content: $l498270a18dbda963c59cea85d2879ae3});var infowindow = new google.maps.InfoWindow({content: $l498270a18dbda963c59cea85d2879ae3});google.maps.event.addListener(m_498270a18dbda963c59cea85d2879ae3, 'click', function() {infowindow.open(map,m_498270a18dbda963c59cea85d2879ae3);});$marker.push(m_498270a18dbda963c59cea85d2879ae3);}});}google.maps.event.addDomListener(window, 'load', initialize);