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.0628,-75.5488)};var g_143b9493ffefb7e07c9b697a55bca399 = new google.maps.Geocoder();g_143b9493ffefb7e07c9b697a55bca399.geocode( { 'address': "103 Pocomoke Marketplace, Pocomoke City, MD 21851, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pocomoke-city-MD-xenith-bank').style.display = '';map = new google.maps.Map(document.getElementById('pocomoke-city-MD-xenith-bank'), mapOptions);}document.getElementById('eb5a76c9').innerHTML += ' | View Map';var $l143b9493ffefb7e07c9b697a55bca399 = '

Xenith Bank

Address: 103 Pocomoke Marketplace, Pocomoke City, MD 21851, USA
Phone: (410) 957-2201
';var m_143b9493ffefb7e07c9b697a55bca399 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Xenith Bank',});m_143b9493ffefb7e07c9b697a55bca399['infowindow'] = new google.maps.InfoWindow({content: $l143b9493ffefb7e07c9b697a55bca399});var infowindow = new google.maps.InfoWindow({content: $l143b9493ffefb7e07c9b697a55bca399});google.maps.event.addListener(m_143b9493ffefb7e07c9b697a55bca399, 'click', function() {infowindow.open(map,m_143b9493ffefb7e07c9b697a55bca399);});$marker.push(m_143b9493ffefb7e07c9b697a55bca399);}});}google.maps.event.addDomListener(window, 'load', initialize);