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.6387,-75.611)};var g_b8eadb229854b2add23d0371cc31b937 = new google.maps.Geocoder();g_b8eadb229854b2add23d0371cc31b937.geocode( { 'address': "1941 Bridgeville Hwy, Seaford, DE 19973"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seaford-DE-sussex-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('seaford-DE-sussex-county-federal-credit-union'), mapOptions);}document.getElementById('3140d204').innerHTML += ' | View Map';var $lb8eadb229854b2add23d0371cc31b937 = '

Sussex County Federal Credit Union

Address: 1941 Bridgeville Hwy, Seaford, DE 19973
Phone: (302) 629-2753
';var m_b8eadb229854b2add23d0371cc31b937 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sussex County Federal Credit Union',});m_b8eadb229854b2add23d0371cc31b937['infowindow'] = new google.maps.InfoWindow({content: $lb8eadb229854b2add23d0371cc31b937});var infowindow = new google.maps.InfoWindow({content: $lb8eadb229854b2add23d0371cc31b937});google.maps.event.addListener(m_b8eadb229854b2add23d0371cc31b937, 'click', function() {infowindow.open(map,m_b8eadb229854b2add23d0371cc31b937);});$marker.push(m_b8eadb229854b2add23d0371cc31b937);}});}google.maps.event.addDomListener(window, 'load', initialize);