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(34.2291,-77.936)};var g_096ab19c07de797783fd54e98a473c47 = new google.maps.Geocoder();g_096ab19c07de797783fd54e98a473c47.geocode( { 'address': "704 S College Rd, Wilmington, NC 28403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-newbridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-newbridge-bank'), mapOptions);}document.getElementById('e0e7b2e9').innerHTML += ' | View Map';var $l096ab19c07de797783fd54e98a473c47 = '

Newbridge Bank

Address: 704 S College Rd, Wilmington, NC 28403
Phone: (910) 793-0196
';var m_096ab19c07de797783fd54e98a473c47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newbridge Bank',});m_096ab19c07de797783fd54e98a473c47['infowindow'] = new google.maps.InfoWindow({content: $l096ab19c07de797783fd54e98a473c47});var infowindow = new google.maps.InfoWindow({content: $l096ab19c07de797783fd54e98a473c47});google.maps.event.addListener(m_096ab19c07de797783fd54e98a473c47, 'click', function() {infowindow.open(map,m_096ab19c07de797783fd54e98a473c47);});$marker.push(m_096ab19c07de797783fd54e98a473c47);}});}google.maps.event.addDomListener(window, 'load', initialize);