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.7771,-75.5114)};var g_570e146d063102ee8809bd7ca452c246 = new google.maps.Geocoder();g_570e146d063102ee8809bd7ca452c246.geocode( { 'address': "503 Carr Rd, Wilmington, DE 19809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-aig-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-aig-federal-savings-bank'), mapOptions);}document.getElementById('973bfad3').innerHTML += ' | View Map';var $l570e146d063102ee8809bd7ca452c246 = '

AIG Federal Savings Bank

Address: 503 Carr Rd, Wilmington, DE 19809, USA
Phone: (877) 238-5221
';var m_570e146d063102ee8809bd7ca452c246 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AIG Federal Savings Bank',});m_570e146d063102ee8809bd7ca452c246['infowindow'] = new google.maps.InfoWindow({content: $l570e146d063102ee8809bd7ca452c246});var infowindow = new google.maps.InfoWindow({content: $l570e146d063102ee8809bd7ca452c246});google.maps.event.addListener(m_570e146d063102ee8809bd7ca452c246, 'click', function() {infowindow.open(map,m_570e146d063102ee8809bd7ca452c246);});$marker.push(m_570e146d063102ee8809bd7ca452c246);}});}google.maps.event.addDomListener(window, 'load', initialize);