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.7464,-75.5457)};var g_558819aae187a240cf50cf81b10ad1e3 = new google.maps.Geocoder();g_558819aae187a240cf50cf81b10ad1e3.geocode( { 'address': "1100 N King St, Wilmington, DE 19884, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-bank-of-america-mortgage'), mapOptions);}document.getElementById('963688b3').innerHTML += ' | View Map';var $l558819aae187a240cf50cf81b10ad1e3 = '

Bank of America Mortgage

Address: 1100 N King St, Wilmington, DE 19884, USA
Phone: (302) 432-0407
';var m_558819aae187a240cf50cf81b10ad1e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_558819aae187a240cf50cf81b10ad1e3['infowindow'] = new google.maps.InfoWindow({content: $l558819aae187a240cf50cf81b10ad1e3});var infowindow = new google.maps.InfoWindow({content: $l558819aae187a240cf50cf81b10ad1e3});google.maps.event.addListener(m_558819aae187a240cf50cf81b10ad1e3, 'click', function() {infowindow.open(map,m_558819aae187a240cf50cf81b10ad1e3);});$marker.push(m_558819aae187a240cf50cf81b10ad1e3);}});}google.maps.event.addDomListener(window, 'load', initialize);