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.3822,-75.1752)};var g_f6f3107e58a83a24d4e6a46b6d856f3a = new google.maps.Geocoder();g_f6f3107e58a83a24d4e6a46b6d856f3a.geocode( { 'address': "11111 Race Track Rd, Berlin, MD 21811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-MD-bbt---ocean-pines-branch').style.display = '';map = new google.maps.Map(document.getElementById('berlin-MD-bbt---ocean-pines-branch'), mapOptions);}document.getElementById('257b31f0').innerHTML += ' | View Map';var $lf6f3107e58a83a24d4e6a46b6d856f3a = '

BB&T - Ocean Pines Branch

Address: 11111 Race Track Rd, Berlin, MD 21811, USA
Phone: (410) 641-5265
';var m_f6f3107e58a83a24d4e6a46b6d856f3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Ocean Pines Branch',});m_f6f3107e58a83a24d4e6a46b6d856f3a['infowindow'] = new google.maps.InfoWindow({content: $lf6f3107e58a83a24d4e6a46b6d856f3a});var infowindow = new google.maps.InfoWindow({content: $lf6f3107e58a83a24d4e6a46b6d856f3a});google.maps.event.addListener(m_f6f3107e58a83a24d4e6a46b6d856f3a, 'click', function() {infowindow.open(map,m_f6f3107e58a83a24d4e6a46b6d856f3a);});$marker.push(m_f6f3107e58a83a24d4e6a46b6d856f3a);}});}google.maps.event.addDomListener(window, 'load', initialize);