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.0006,-78.3391)};var g_ef78696cd7010762dd352b66f28acf95 = new google.maps.Geocoder();g_ef78696cd7010762dd352b66f28acf95.geocode( { 'address': "111 Northeast Blvd, Clinton, NC 28328"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-select-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-select-bank-trust-co'), mapOptions);}document.getElementById('306e9a52').innerHTML += ' | View Map';var $lef78696cd7010762dd352b66f28acf95 = '

Select Bank & Trust Co

Address: 111 Northeast Blvd, Clinton, NC 28328
Phone: (910) 590-0643
';var m_ef78696cd7010762dd352b66f28acf95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Select Bank & Trust Co',});m_ef78696cd7010762dd352b66f28acf95['infowindow'] = new google.maps.InfoWindow({content: $lef78696cd7010762dd352b66f28acf95});var infowindow = new google.maps.InfoWindow({content: $lef78696cd7010762dd352b66f28acf95});google.maps.event.addListener(m_ef78696cd7010762dd352b66f28acf95, 'click', function() {infowindow.open(map,m_ef78696cd7010762dd352b66f28acf95);});$marker.push(m_ef78696cd7010762dd352b66f28acf95);}});}google.maps.event.addDomListener(window, 'load', initialize);