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(37.7834,-75.6528)};var g_2fea0f810969c4c811b998346bb4026f = new google.maps.Geocoder();g_2fea0f810969c4c811b998346bb4026f.geocode( { 'address': "18426 Dunne Ave, Parksley, VA 23421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parksley-VA-shore-bank').style.display = '';map = new google.maps.Map(document.getElementById('parksley-VA-shore-bank'), mapOptions);}document.getElementById('c17bd194').innerHTML += ' | View Map';var $l2fea0f810969c4c811b998346bb4026f = '

Shore Bank

Address: 18426 Dunne Ave, Parksley, VA 23421, USA
Phone: (757) 665-4188
';var m_2fea0f810969c4c811b998346bb4026f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shore Bank',});m_2fea0f810969c4c811b998346bb4026f['infowindow'] = new google.maps.InfoWindow({content: $l2fea0f810969c4c811b998346bb4026f});var infowindow = new google.maps.InfoWindow({content: $l2fea0f810969c4c811b998346bb4026f});google.maps.event.addListener(m_2fea0f810969c4c811b998346bb4026f, 'click', function() {infowindow.open(map,m_2fea0f810969c4c811b998346bb4026f);});$marker.push(m_2fea0f810969c4c811b998346bb4026f);}});}google.maps.event.addDomListener(window, 'load', initialize);