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_8baf3a74f2ae5c8d592cd9d9000fa931 = new google.maps.Geocoder();g_8baf3a74f2ae5c8d592cd9d9000fa931.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-atm-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('ocean-city-MD-atm-susquehanna-bank'), mapOptions);}document.getElementById('0cada7e6').innerHTML += ' | View Map';var $l8baf3a74f2ae5c8d592cd9d9000fa931 = '

ATM (Susquehanna Bank)

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