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_d5cc7743b1af1094b27afd0cccd8faee = new google.maps.Geocoder();g_d5cc7743b1af1094b27afd0cccd8faee.geocode( { 'address': "6810 York Rd, Baltimore, MD 21212"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-midstate-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-midstate-community-bank'), mapOptions);}document.getElementById('3a591f98').innerHTML += ' | View Map';var $ld5cc7743b1af1094b27afd0cccd8faee = '

Midstate Community Bank

Address: 6810 York Rd, Baltimore, MD 21212
Phone: (410) 377-4330
';var m_d5cc7743b1af1094b27afd0cccd8faee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midstate Community Bank',});m_d5cc7743b1af1094b27afd0cccd8faee['infowindow'] = new google.maps.InfoWindow({content: $ld5cc7743b1af1094b27afd0cccd8faee});var infowindow = new google.maps.InfoWindow({content: $ld5cc7743b1af1094b27afd0cccd8faee});google.maps.event.addListener(m_d5cc7743b1af1094b27afd0cccd8faee, 'click', function() {infowindow.open(map,m_d5cc7743b1af1094b27afd0cccd8faee);});$marker.push(m_d5cc7743b1af1094b27afd0cccd8faee);}});}google.maps.event.addDomListener(window, 'load', initialize);