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.4284,-76.7698)};var g_40c1e118ed9126beb9db296b4a4196bd = new google.maps.Geocoder();g_40c1e118ed9126beb9db296b4a4196bd.geocode( { 'address': "90 Painters Mill Rd, Owings Mills, MD 21117"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owings-mills-MD-peoples-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('owings-mills-MD-peoples-bank-trust'), mapOptions);}document.getElementById('dee4ea77').innerHTML += ' | View Map';var $l40c1e118ed9126beb9db296b4a4196bd = '

Peoples Bank & Trust

Address: 90 Painters Mill Rd, Owings Mills, MD 21117
Phone: (443) 660-9300
';var m_40c1e118ed9126beb9db296b4a4196bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank & Trust',});m_40c1e118ed9126beb9db296b4a4196bd['infowindow'] = new google.maps.InfoWindow({content: $l40c1e118ed9126beb9db296b4a4196bd});var infowindow = new google.maps.InfoWindow({content: $l40c1e118ed9126beb9db296b4a4196bd});google.maps.event.addListener(m_40c1e118ed9126beb9db296b4a4196bd, 'click', function() {infowindow.open(map,m_40c1e118ed9126beb9db296b4a4196bd);});$marker.push(m_40c1e118ed9126beb9db296b4a4196bd);}});}google.maps.event.addDomListener(window, 'load', initialize);