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.4903,-76.6594)};var g_cd8f1265c1e1fb1c18b0ec00f6f3375f = new google.maps.Geocoder();g_cd8f1265c1e1fb1c18b0ec00f6f3375f.geocode( { 'address': "124 Shawan Road, Hunt Valley, MD 21030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hunt-valley-MD-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('hunt-valley-MD-suntrust-bank'), mapOptions);}document.getElementById('ad0652a6').innerHTML += ' | View Map';var $lcd8f1265c1e1fb1c18b0ec00f6f3375f = '

SunTrust Bank

Address: 124 Shawan Road, Hunt Valley, MD 21030
Phone: (410) 403-1450
';var m_cd8f1265c1e1fb1c18b0ec00f6f3375f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_cd8f1265c1e1fb1c18b0ec00f6f3375f['infowindow'] = new google.maps.InfoWindow({content: $lcd8f1265c1e1fb1c18b0ec00f6f3375f});var infowindow = new google.maps.InfoWindow({content: $lcd8f1265c1e1fb1c18b0ec00f6f3375f});google.maps.event.addListener(m_cd8f1265c1e1fb1c18b0ec00f6f3375f, 'click', function() {infowindow.open(map,m_cd8f1265c1e1fb1c18b0ec00f6f3375f);});$marker.push(m_cd8f1265c1e1fb1c18b0ec00f6f3375f);}});}google.maps.event.addDomListener(window, 'load', initialize);