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.4105,-75.0591)};var g_5bfbe3524df225ce5df6f2de8dd16fda = new google.maps.Geocoder();g_5bfbe3524df225ce5df6f2de8dd16fda.geocode( { 'address': "9405 Coastal Hwy, Ocean City, MD 21842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-city-MD-susquehanna-bank---ocean-city-office').style.display = '';map = new google.maps.Map(document.getElementById('ocean-city-MD-susquehanna-bank---ocean-city-office'), mapOptions);}document.getElementById('0cada7e6').innerHTML += ' | View Map';var $l5bfbe3524df225ce5df6f2de8dd16fda = '

Susquehanna Bank - Ocean City Office

Address: 9405 Coastal Hwy, Ocean City, MD 21842, USA
Phone: (410) 524-5757
';var m_5bfbe3524df225ce5df6f2de8dd16fda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank - Ocean City Office',});m_5bfbe3524df225ce5df6f2de8dd16fda['infowindow'] = new google.maps.InfoWindow({content: $l5bfbe3524df225ce5df6f2de8dd16fda});var infowindow = new google.maps.InfoWindow({content: $l5bfbe3524df225ce5df6f2de8dd16fda});google.maps.event.addListener(m_5bfbe3524df225ce5df6f2de8dd16fda, 'click', function() {infowindow.open(map,m_5bfbe3524df225ce5df6f2de8dd16fda);});$marker.push(m_5bfbe3524df225ce5df6f2de8dd16fda);}});}google.maps.event.addDomListener(window, 'load', initialize);