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.1657,-76.6241)};var g_0a0b5211562520ec2090349fc260169f = new google.maps.Geocoder();g_0a0b5211562520ec2090349fc260169f.geocode( { 'address': "123A Crain Hwy N, Glen Burnie, MD 21061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-burnie-MD-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-burnie-MD-provident-bank'), mapOptions);}document.getElementById('a79703fb').innerHTML += ' | View Map';var $l0a0b5211562520ec2090349fc260169f = '

Provident Bank

Address: 123A Crain Hwy N, Glen Burnie, MD 21061, USA
Phone: (410) 590-8690
';var m_0a0b5211562520ec2090349fc260169f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank',});m_0a0b5211562520ec2090349fc260169f['infowindow'] = new google.maps.InfoWindow({content: $l0a0b5211562520ec2090349fc260169f});var infowindow = new google.maps.InfoWindow({content: $l0a0b5211562520ec2090349fc260169f});google.maps.event.addListener(m_0a0b5211562520ec2090349fc260169f, 'click', function() {infowindow.open(map,m_0a0b5211562520ec2090349fc260169f);});$marker.push(m_0a0b5211562520ec2090349fc260169f);}});}google.maps.event.addDomListener(window, 'load', initialize);