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_bb5d0eba11f7e244ba7a89b5d2bc36f6 = new google.maps.Geocoder();g_bb5d0eba11f7e244ba7a89b5d2bc36f6.geocode( { 'address': "200 Fayetteville St, Clinton, NC 28328"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NC-first-citizens-bank'), mapOptions);}document.getElementById('68e02767').innerHTML += ' | View Map';var $lbb5d0eba11f7e244ba7a89b5d2bc36f6 = '

First Citizens Bank

Address: 200 Fayetteville St, Clinton, NC 28328
Phone: (910) 590-5320
';var m_bb5d0eba11f7e244ba7a89b5d2bc36f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_bb5d0eba11f7e244ba7a89b5d2bc36f6['infowindow'] = new google.maps.InfoWindow({content: $lbb5d0eba11f7e244ba7a89b5d2bc36f6});var infowindow = new google.maps.InfoWindow({content: $lbb5d0eba11f7e244ba7a89b5d2bc36f6});google.maps.event.addListener(m_bb5d0eba11f7e244ba7a89b5d2bc36f6, 'click', function() {infowindow.open(map,m_bb5d0eba11f7e244ba7a89b5d2bc36f6);});$marker.push(m_bb5d0eba11f7e244ba7a89b5d2bc36f6);}});}google.maps.event.addDomListener(window, 'load', initialize);