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.38,-76.6586)};var g_926ab1fb414d6a7d15f054003772485e = new google.maps.Geocoder();g_926ab1fb414d6a7d15f054003772485e.geocode( { 'address': "1422 Clarkview Rd # 5, Baltimore, MD 21209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-cfg-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-cfg-community-bank'), mapOptions);}document.getElementById('7a430d14').innerHTML += ' | View Map';var $l926ab1fb414d6a7d15f054003772485e = '

CFG Community Bank

Address: 1422 Clarkview Rd # 5, Baltimore, MD 21209, USA
Phone: (410) 823-0500
';var m_926ab1fb414d6a7d15f054003772485e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CFG Community Bank',});m_926ab1fb414d6a7d15f054003772485e['infowindow'] = new google.maps.InfoWindow({content: $l926ab1fb414d6a7d15f054003772485e});var infowindow = new google.maps.InfoWindow({content: $l926ab1fb414d6a7d15f054003772485e});google.maps.event.addListener(m_926ab1fb414d6a7d15f054003772485e, 'click', function() {infowindow.open(map,m_926ab1fb414d6a7d15f054003772485e);});$marker.push(m_926ab1fb414d6a7d15f054003772485e);}});}google.maps.event.addDomListener(window, 'load', initialize);