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(39.8362,-75.802)};var g_5a4773830c5a9191a6bd6c301d060ad2 = new google.maps.Geocoder();g_5a4773830c5a9191a6bd6c301d060ad2.geocode( { 'address': "811 Gap Newport Pike, Kennett Square, PA 19348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennett-square-PA-sun-east-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kennett-square-PA-sun-east-federal-credit-union'), mapOptions);}document.getElementById('8fde5583').innerHTML += ' | View Map';var $l5a4773830c5a9191a6bd6c301d060ad2 = '

Sun East Federal Credit Union

Address: 811 Gap Newport Pike, Kennett Square, PA 19348, USA
Phone: (610) 485-2960
';var m_5a4773830c5a9191a6bd6c301d060ad2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun East Federal Credit Union',});m_5a4773830c5a9191a6bd6c301d060ad2['infowindow'] = new google.maps.InfoWindow({content: $l5a4773830c5a9191a6bd6c301d060ad2});var infowindow = new google.maps.InfoWindow({content: $l5a4773830c5a9191a6bd6c301d060ad2});google.maps.event.addListener(m_5a4773830c5a9191a6bd6c301d060ad2, 'click', function() {infowindow.open(map,m_5a4773830c5a9191a6bd6c301d060ad2);});$marker.push(m_5a4773830c5a9191a6bd6c301d060ad2);}});}google.maps.event.addDomListener(window, 'load', initialize);