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.339,-75.6061)};var g_2970ae9c66ccc8c5eb161278f5ed35a5 = new google.maps.Geocoder();g_2970ae9c66ccc8c5eb161278f5ed35a5.geocode( { 'address': "1503 S Salisbury Blvd, Salisbury, MD 21801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-MD-shore-bank').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-MD-shore-bank'), mapOptions);}document.getElementById('d59f2c3b').innerHTML += ' | View Map';var $l2970ae9c66ccc8c5eb161278f5ed35a5 = '

Shore Bank

Address: 1503 S Salisbury Blvd, Salisbury, MD 21801, USA
Phone: (410) 543-2600
';var m_2970ae9c66ccc8c5eb161278f5ed35a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shore Bank',});m_2970ae9c66ccc8c5eb161278f5ed35a5['infowindow'] = new google.maps.InfoWindow({content: $l2970ae9c66ccc8c5eb161278f5ed35a5});var infowindow = new google.maps.InfoWindow({content: $l2970ae9c66ccc8c5eb161278f5ed35a5});google.maps.event.addListener(m_2970ae9c66ccc8c5eb161278f5ed35a5, 'click', function() {infowindow.open(map,m_2970ae9c66ccc8c5eb161278f5ed35a5);});$marker.push(m_2970ae9c66ccc8c5eb161278f5ed35a5);}});}google.maps.event.addDomListener(window, 'load', initialize);