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.7374,-75.5569)};var g_ccb83afb938ad758cc3c4999bed13c4b = new google.maps.Geocoder();g_ccb83afb938ad758cc3c4999bed13c4b.geocode( { 'address': "100 West St, Wilmington, DE 19801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-DE-juniper-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-DE-juniper-bank'), mapOptions);}document.getElementById('b33e18be').innerHTML += ' | View Map';var $lccb83afb938ad758cc3c4999bed13c4b = '

Juniper Bank

Address: 100 West St, Wilmington, DE 19801, USA
Phone: (302) 778-0717
';var m_ccb83afb938ad758cc3c4999bed13c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Juniper Bank',});m_ccb83afb938ad758cc3c4999bed13c4b['infowindow'] = new google.maps.InfoWindow({content: $lccb83afb938ad758cc3c4999bed13c4b});var infowindow = new google.maps.InfoWindow({content: $lccb83afb938ad758cc3c4999bed13c4b});google.maps.event.addListener(m_ccb83afb938ad758cc3c4999bed13c4b, 'click', function() {infowindow.open(map,m_ccb83afb938ad758cc3c4999bed13c4b);});$marker.push(m_ccb83afb938ad758cc3c4999bed13c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);