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.2525,-76.6964)};var g_0f51381d05d14a72037eb23ba9a0169d = new google.maps.Geocoder();g_0f51381d05d14a72037eb23ba9a0169d.geocode( { 'address': "3601 Washington Blvd, Halethorpe, MD 21227"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halethorpe-MD-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('halethorpe-MD-woodforest-national-bank'), mapOptions);}document.getElementById('c52e917d').innerHTML += ' | View Map';var $l0f51381d05d14a72037eb23ba9a0169d = '

Woodforest National Bank

Address: 3601 Washington Blvd, Halethorpe, MD 21227
Phone: (410) 242-6501
';var m_0f51381d05d14a72037eb23ba9a0169d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_0f51381d05d14a72037eb23ba9a0169d['infowindow'] = new google.maps.InfoWindow({content: $l0f51381d05d14a72037eb23ba9a0169d});var infowindow = new google.maps.InfoWindow({content: $l0f51381d05d14a72037eb23ba9a0169d});google.maps.event.addListener(m_0f51381d05d14a72037eb23ba9a0169d, 'click', function() {infowindow.open(map,m_0f51381d05d14a72037eb23ba9a0169d);});$marker.push(m_0f51381d05d14a72037eb23ba9a0169d);}});}google.maps.event.addDomListener(window, 'load', initialize);