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(38.8161,-76.9396)};var g_2965658b89b496b7c43d6a6ea3ac930b = new google.maps.Geocoder();g_2965658b89b496b7c43d6a6ea3ac930b.geocode( { 'address': "6966 Temple Hill Rd, Temple Hills, MD 20748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-hills-MD-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('temple-hills-MD-bank-of-america'), mapOptions);}document.getElementById('8dc44d55').innerHTML += ' | View Map';var $l2965658b89b496b7c43d6a6ea3ac930b = '

Bank of America

Address: 6966 Temple Hill Rd, Temple Hills, MD 20748
Phone: (301) 449-4390
';var m_2965658b89b496b7c43d6a6ea3ac930b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_2965658b89b496b7c43d6a6ea3ac930b['infowindow'] = new google.maps.InfoWindow({content: $l2965658b89b496b7c43d6a6ea3ac930b});var infowindow = new google.maps.InfoWindow({content: $l2965658b89b496b7c43d6a6ea3ac930b});google.maps.event.addListener(m_2965658b89b496b7c43d6a6ea3ac930b, 'click', function() {infowindow.open(map,m_2965658b89b496b7c43d6a6ea3ac930b);});$marker.push(m_2965658b89b496b7c43d6a6ea3ac930b);}});}google.maps.event.addDomListener(window, 'load', initialize);