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_450a789e14f3c029ad3bd13dc12eb405 = new google.maps.Geocoder();g_450a789e14f3c029ad3bd13dc12eb405.geocode( { 'address': "1008 Sunset Ave, Clinton, NC 28328"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-capstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-capstone-bank'), mapOptions);}document.getElementById('c4741f54').innerHTML += ' | View Map';var $l450a789e14f3c029ad3bd13dc12eb405 = '

Capstone Bank

Address: 1008 Sunset Ave, Clinton, NC 28328
Phone: (910) 299-9093
';var m_450a789e14f3c029ad3bd13dc12eb405 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capstone Bank',});m_450a789e14f3c029ad3bd13dc12eb405['infowindow'] = new google.maps.InfoWindow({content: $l450a789e14f3c029ad3bd13dc12eb405});var infowindow = new google.maps.InfoWindow({content: $l450a789e14f3c029ad3bd13dc12eb405});google.maps.event.addListener(m_450a789e14f3c029ad3bd13dc12eb405, 'click', function() {infowindow.open(map,m_450a789e14f3c029ad3bd13dc12eb405);});$marker.push(m_450a789e14f3c029ad3bd13dc12eb405);}});}google.maps.event.addDomListener(window, 'load', initialize);