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.6468,-77.7223)};var g_b7c22304567ef1eb4c6dea62009544df = new google.maps.Geocoder();g_b7c22304567ef1eb4c6dea62009544df.geocode( { 'address': "223 N Prospect St #202, Hagerstown, MD 21740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hagerstown-MD-stc-inc-formerly-security-trust-company-inc').style.display = '';map = new google.maps.Map(document.getElementById('hagerstown-MD-stc-inc-formerly-security-trust-company-inc'), mapOptions);}document.getElementById('71d663a4').innerHTML += ' | View Map';var $lb7c22304567ef1eb4c6dea62009544df = '

STC, Inc., formerly Security Trust Company, Inc.

Address: 223 N Prospect St #202, Hagerstown, MD 21740, USA
Phone: (301) 665-2830
';var m_b7c22304567ef1eb4c6dea62009544df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'STC, Inc., formerly Security Trust Company, Inc.',});m_b7c22304567ef1eb4c6dea62009544df['infowindow'] = new google.maps.InfoWindow({content: $lb7c22304567ef1eb4c6dea62009544df});var infowindow = new google.maps.InfoWindow({content: $lb7c22304567ef1eb4c6dea62009544df});google.maps.event.addListener(m_b7c22304567ef1eb4c6dea62009544df, 'click', function() {infowindow.open(map,m_b7c22304567ef1eb4c6dea62009544df);});$marker.push(m_b7c22304567ef1eb4c6dea62009544df);}});}google.maps.event.addDomListener(window, 'load', initialize);