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.5501,-77.9353)};var g_8705056ad307ebf0c2970fe3c6d21603 = new google.maps.Geocoder();g_8705056ad307ebf0c2970fe3c6d21603.geocode( { 'address': "101 US Highway 117 S, Burgaw, NC 28425"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burgaw-NC-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('burgaw-NC-first-citizens-bank'), mapOptions);}document.getElementById('035f32ab').innerHTML += ' | View Map';var $l8705056ad307ebf0c2970fe3c6d21603 = '

First Citizens Bank

Address: 101 US Highway 117 S, Burgaw, NC 28425
Phone: (910) 259-2132
';var m_8705056ad307ebf0c2970fe3c6d21603 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_8705056ad307ebf0c2970fe3c6d21603['infowindow'] = new google.maps.InfoWindow({content: $l8705056ad307ebf0c2970fe3c6d21603});var infowindow = new google.maps.InfoWindow({content: $l8705056ad307ebf0c2970fe3c6d21603});google.maps.event.addListener(m_8705056ad307ebf0c2970fe3c6d21603, 'click', function() {infowindow.open(map,m_8705056ad307ebf0c2970fe3c6d21603);});$marker.push(m_8705056ad307ebf0c2970fe3c6d21603);}});}google.maps.event.addDomListener(window, 'load', initialize);