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.2357,-77.9472)};var g_d7729822c1f1f9643cd486506295800f = new google.maps.Geocoder();g_d7729822c1f1f9643cd486506295800f.geocode( { 'address': "201 Market St, Wilmington, NC 28401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-first-bank'), mapOptions);}document.getElementById('4c8d4963').innerHTML += ' | View Map';var $ld7729822c1f1f9643cd486506295800f = '

First Bank

Address: 201 Market St, Wilmington, NC 28401, USA
Phone: (910) 343-0181
';var m_d7729822c1f1f9643cd486506295800f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_d7729822c1f1f9643cd486506295800f['infowindow'] = new google.maps.InfoWindow({content: $ld7729822c1f1f9643cd486506295800f});var infowindow = new google.maps.InfoWindow({content: $ld7729822c1f1f9643cd486506295800f});google.maps.event.addListener(m_d7729822c1f1f9643cd486506295800f, 'click', function() {infowindow.open(map,m_d7729822c1f1f9643cd486506295800f);});$marker.push(m_d7729822c1f1f9643cd486506295800f);}});}google.maps.event.addDomListener(window, 'load', initialize);