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(35.7688,-77.9388)};var g_298319d301afe8a7dba7e6372269cb5e = new google.maps.Geocoder();g_298319d301afe8a7dba7e6372269cb5e.geocode( { 'address': "3710 Nash St N, Wilson, NC 27896, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilson-NC-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilson-NC-cornerstone-bank'), mapOptions);}document.getElementById('81e08bf9').innerHTML += ' | View Map';var $l298319d301afe8a7dba7e6372269cb5e = '

Cornerstone Bank

Address: 3710 Nash St N, Wilson, NC 27896, USA
Phone: (252) 243-5588
';var m_298319d301afe8a7dba7e6372269cb5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Bank',});m_298319d301afe8a7dba7e6372269cb5e['infowindow'] = new google.maps.InfoWindow({content: $l298319d301afe8a7dba7e6372269cb5e});var infowindow = new google.maps.InfoWindow({content: $l298319d301afe8a7dba7e6372269cb5e});google.maps.event.addListener(m_298319d301afe8a7dba7e6372269cb5e, 'click', function() {infowindow.open(map,m_298319d301afe8a7dba7e6372269cb5e);});$marker.push(m_298319d301afe8a7dba7e6372269cb5e);}});}google.maps.event.addDomListener(window, 'load', initialize);