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.4527,-75.7251)};var g_bd490804100563f1070a53b085d25ae5 = new google.maps.Geocoder();g_bd490804100563f1070a53b085d25ae5.geocode( { 'address': "98 Sandhill Dr, Middletown, DE 19709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-DE-american-spirit-fcu').style.display = '';map = new google.maps.Map(document.getElementById('middletown-DE-american-spirit-fcu'), mapOptions);}document.getElementById('68489b89').innerHTML += ' | View Map';var $lbd490804100563f1070a53b085d25ae5 = '

American Spirit FCU

Address: 98 Sandhill Dr, Middletown, DE 19709, USA
Phone: (302) 464-4067
';var m_bd490804100563f1070a53b085d25ae5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Spirit FCU',});m_bd490804100563f1070a53b085d25ae5['infowindow'] = new google.maps.InfoWindow({content: $lbd490804100563f1070a53b085d25ae5});var infowindow = new google.maps.InfoWindow({content: $lbd490804100563f1070a53b085d25ae5});google.maps.event.addListener(m_bd490804100563f1070a53b085d25ae5, 'click', function() {infowindow.open(map,m_bd490804100563f1070a53b085d25ae5);});$marker.push(m_bd490804100563f1070a53b085d25ae5);}});}google.maps.event.addDomListener(window, 'load', initialize);