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.9986,-78.3285)};var g_d3516b0c6e67d2b2b43c45101e77446b = new google.maps.Geocoder();g_d3516b0c6e67d2b2b43c45101e77446b.geocode( { 'address': "300 Fayetteville St, Clinton, NC 28328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-pnc-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-pnc-bank'), mapOptions);}document.getElementById('f41352d8').innerHTML += ' | View Map';var $ld3516b0c6e67d2b2b43c45101e77446b = '

PNC Bank

Address: 300 Fayetteville St, Clinton, NC 28328, USA
Phone: (910) 596-4000
';var m_d3516b0c6e67d2b2b43c45101e77446b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNC Bank',});m_d3516b0c6e67d2b2b43c45101e77446b['infowindow'] = new google.maps.InfoWindow({content: $ld3516b0c6e67d2b2b43c45101e77446b});var infowindow = new google.maps.InfoWindow({content: $ld3516b0c6e67d2b2b43c45101e77446b});google.maps.event.addListener(m_d3516b0c6e67d2b2b43c45101e77446b, 'click', function() {infowindow.open(map,m_d3516b0c6e67d2b2b43c45101e77446b);});$marker.push(m_d3516b0c6e67d2b2b43c45101e77446b);}});}google.maps.event.addDomListener(window, 'load', initialize);