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.285,-77.5873)};var g_4c74744a9c10b3001a1d9b87f86eb26f = new google.maps.Geocoder();g_4c74744a9c10b3001a1d9b87f86eb26f.geocode( { 'address': "609 Plaza Blvd, Kinston, NC 28501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kinston-NC-pnc-bank').style.display = '';map = new google.maps.Map(document.getElementById('kinston-NC-pnc-bank'), mapOptions);}document.getElementById('c10f0959').innerHTML += ' | View Map';var $l4c74744a9c10b3001a1d9b87f86eb26f = '

PNC Bank

Address: 609 Plaza Blvd, Kinston, NC 28501, USA
Phone: (252) 559-2240
';var m_4c74744a9c10b3001a1d9b87f86eb26f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNC Bank',});m_4c74744a9c10b3001a1d9b87f86eb26f['infowindow'] = new google.maps.InfoWindow({content: $l4c74744a9c10b3001a1d9b87f86eb26f});var infowindow = new google.maps.InfoWindow({content: $l4c74744a9c10b3001a1d9b87f86eb26f});google.maps.event.addListener(m_4c74744a9c10b3001a1d9b87f86eb26f, 'click', function() {infowindow.open(map,m_4c74744a9c10b3001a1d9b87f86eb26f);});$marker.push(m_4c74744a9c10b3001a1d9b87f86eb26f);}});}google.maps.event.addDomListener(window, 'load', initialize);